Skip to content
  1. May 04, 2011
    • Johnny Chen's avatar
      Use a more gentle way of shutting down the child process spawned during the... · 0934268e
      Johnny Chen authored
      Use a more gentle way of shutting down the child process spawned during the test execution using pexpect.
      Change some child.expect() to child.expect_exact() as they try to match the string, not a regular expression.
      
      llvm-svn: 130797
      0934268e
    • Greg Clayton's avatar
      Added new OptionGroup classes for UInt64, UUID, File and Boolean values. · effe5c95
      Greg Clayton authored
      Removed the "image" command and moved it to "target modules". Added an alias
      for "image" to "target modules". 
      
      Added some new target commands to be able to add and load modules to a target:
      (lldb) target modules add <path>
      (lldb) target modules load [--file <path>] [--slide <offset>] [<sect-name> <sect-load-addr> ...]
      
      So you can load individual sections without running a target:
      
      (lldb) target modules load --file /usr/lib/libSystem.B.dylib __TEXT 0x7fccc80000 __DATA 0x1234000000
      
      Or you can rigidly slide an entire shared library:
      
      (lldb) target modules load --file /usr/lib/libSystem.B.dylib --slid 0x7fccc80000
      
      This should improve bare board debugging when symbol files need to be slid around manually.
      
      llvm-svn: 130796
      effe5c95
    • Fariborz Jahanian's avatar
      Only the first zero-length bitfield decides alignment of · 759e4a1a
      Fariborz Jahanian authored
      the followup data member in an ms_struct struct.
      // rdar:// 8823265
      
      llvm-svn: 130795
      759e4a1a
  2. May 03, 2011
Loading