Skip to content
  1. Oct 12, 2010
    • Johnny Chen's avatar
      Add a utility function to lldbtest.py to return the line number of a matched string · 47ceb032
      Johnny Chen authored
      within a file.  This is to be used within the test case to avoid hardcoded line number.
      
      array_types/TestArrayTypes.py is modified first to use this pattern.  Other test modules
      to follow.
      
      rdar://problem/8537816
      Testsuite: don't set breakpoints by exact file & line number
      
      llvm-svn: 116270
      47ceb032
    • Johnny Chen's avatar
      Added the capability for the test driver to relocate the tests and the intermediate · 707b3c9c
      Johnny Chen authored
      files to a different top level directory than those specified on the command line.
      
      When relocated, the test clanups normally performed afterwards after each test method
      and after each test class will not be exercised at all.  This allows for an easier
      postmortem analysis of test failures.
      
      Example:
      
      ./dotest.py -v -t -r /tmp/lldbtest types
      
      will create a /tmp/lldbtest directory which houses the types directory and its supported
      files.
      
      Files modified:
      
      o dotest.py, lldbtest.py:
      
        Add logic to process '-r dir' option to support relocating the tests to a different
        top level directory instead of exected in place.
      
      o darwin.py, test/types/Makefile:
      
        The 'make clean' should only clean the minimum .o and .d files.
      
      llvm-svn: 116255
      707b3c9c
  2. 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
  3. Oct 10, 2010
  4. Oct 09, 2010
  5. Oct 08, 2010
  6. Oct 07, 2010
  7. Oct 06, 2010
  8. Oct 05, 2010
  9. Oct 04, 2010
  10. Oct 02, 2010
Loading