Skip to content
  1. Jun 17, 2011
    • Johnny Chen's avatar
      o lldbutil.py: · 0d4f6dd0
      Johnny Chen authored
        For the print_stacktrace(thread, string_buffer = False) function, if we have debug info
        for a frame function, let's also emit the args for the current function.
      
      o TestFrameUtils.py:
      
        Add stronger assertTrue for frame0's args.
      
      o TestPrintStackTraces.py:
      
        Launch the inferior with ["abc", "xyz"] and expect '(int)argc=3' in the stack traces, since
        by design the inferior is built with debug info.
      
      llvm-svn: 133204
      0d4f6dd0
  2. Jun 16, 2011
  3. Jun 15, 2011
    • Johnny Chen's avatar
      Simplify the base test class. Remove keyword argument setCookie from TestBase.runCmd() and · 5b67ca8c
      Johnny Chen authored
      remove the self.runStarted attribute since the automatic shutdown of processes associated
      with the targets are now performed automatically.
      
      llvm-svn: 133092
      5b67ca8c
    • Johnny Chen's avatar
      Add an API to SBDebugger class: · 3794ad95
      Johnny Chen authored
          bool SBDebugger::DeleteTarget(lldb::SBTarget &target);
      
      which is used in the test tearDown() phase to cleanup the debugger's target list
      so that it won't grow larger and larger as test cases are executed.  This is also
      a good opportunity to get rid of the arcane requirement that test cases exercising
      the Python API must assign the process object to self.process so that it gets
      shutdown gracefully.  Instead, the shutdown of the process associated with each
      target is now being now automatically.
      
      Also get rid of an API from SBTarget class:
      
          SBTarget::DeleteTargetFromList(lldb_private::TargetList *list);
      
      llvm-svn: 133091
      3794ad95
  4. Jun 14, 2011
  5. Jun 10, 2011
  6. Jun 06, 2011
  7. Jun 02, 2011
  8. Jun 01, 2011
  9. May 30, 2011
  10. May 28, 2011
  11. May 27, 2011
  12. May 26, 2011
  13. May 25, 2011
  14. May 24, 2011
  15. May 22, 2011
    • Caroline Tice's avatar
      · 93e0f19f
      Caroline Tice authored
      Change the command 'breakpoint command remove' to 'breakpoint command delete',
      to be more consistent with other commands.
      
      llvm-svn: 131848
      93e0f19f
  16. May 19, 2011
  17. May 18, 2011
  18. May 17, 2011
  19. May 16, 2011
  20. May 14, 2011
  21. May 13, 2011
  22. May 12, 2011
  23. May 11, 2011
Loading