Skip to content
  1. 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
  2. Oct 10, 2010
  3. Oct 09, 2010
  4. Oct 08, 2010
  5. Oct 07, 2010
  6. Oct 06, 2010
  7. Oct 05, 2010
  8. Oct 04, 2010
  9. Oct 02, 2010
Loading