Skip to content
  1. Mar 26, 2011
  2. Mar 25, 2011
  3. Mar 24, 2011
    • Greg Clayton's avatar
      Fixed the LLDB build so that we can have private types, private enums and · e0d378b3
      Greg Clayton authored
      public types and public enums. This was done to keep the SWIG stuff from
      parsing all sorts of enums and types that weren't needed, and allows us to
      abstract our API better.
      
      llvm-svn: 128239
      e0d378b3
    • Caroline Tice's avatar
      · 466327d6
      Caroline Tice authored
      Fix small bug in ThumbExpandImm_C; arguments to a call to 'bits' were
      in the wrong order.
      
      llvm-svn: 128237
      466327d6
    • Caroline Tice's avatar
      · 9b281e22
      Caroline Tice authored
      Add missing encodings for EmulateLDRRtRnImm (ARM insn emulation funciton).
      
      llvm-svn: 128229
      9b281e22
    • Jim Ingham's avatar
      Switch the "print" alias to "expression --". · 9245e5ff
      Jim Ingham authored
      llvm-svn: 128224
      9245e5ff
    • Greg Clayton's avatar
      Did a lot more work on abtracting and organizing the platforms. · 1cb6496e
      Greg Clayton authored
      On Mac OS X we now have 3 platforms:
      PlatformDarwin - must be subclassed to fill in the missing pure virtual funcs
                       but this implements all the common functionality between
                       remote-macosx and remote-ios. It also allows for another
                       platform to be used (remote-gdb-server for now) when doing
                       remote connections. Keeping this pluggable will allow for
                       flexibility.
      PlatformMacOSX - Now implements both local and remote macosx desktop platforms.
      PlatformRemoteiOS - Remote only iOS that knows how to locate SDK files in the
                          cached SDK locations on the host.
      
      A new agnostic platform has been created:
      PlatformRemoteGDBServer - this implements the platform using the GDB remote 
                                protocol and uses the built in lldb_private::Host
                                static functions to implement many queries.
      
      llvm-svn: 128193
      1cb6496e
  4. Mar 23, 2011
  5. Mar 22, 2011
  6. Mar 21, 2011
Loading