Skip to content
  1. Oct 14, 2010
    • Johnny Chen's avatar
      Add an initial version of test that exercise the lldb commands: 'process signal' · c066ab43
      Johnny Chen authored
      and 'process handle'.  The test suite would like to control the asynch/sync
      execution of the interpreter during the middle of the test method, so the
      CommandInterpreter::SetSynchronous(bool value) is modified to allow the mode to
      be changed more than once.
      
      In practice, it would be advisable to control the process and to set the
      async/sync mode from a single thread, too.
      
      llvm-svn: 116467
      c066ab43
  2. Oct 13, 2010
  3. Oct 12, 2010
  4. Oct 11, 2010
    • Johnny Chen's avatar
      Help text modification. · afef640a
      Johnny Chen authored
      llvm-svn: 116206
      afef640a
    • Greg Clayton's avatar
      Added a new test case to test signals with. · 864174e1
      Greg Clayton authored
      Added frame relative frame selection to "frame select". You can now select
      frames relative to the current frame (which defaults to zero if the current
      frame hasn't yet been set for a thread):
      
      The gdb "up" command can be done as:
      (lldb) frame select -r 1
      The gdb "down" command can be done as:
      (lldb) frame select -r -1
      
      Place the following in your ~/.lldbinit file for "up" and "down":
      
      command alias up frame select -r 1
      command alias down frame select -r -1
      
      llvm-svn: 116176
      864174e1
  5. Oct 10, 2010
  6. Oct 09, 2010
  7. Oct 08, 2010
  8. Oct 07, 2010
Loading