Skip to content
  1. Jun 20, 2011
  2. Jun 17, 2011
  3. Jun 16, 2011
  4. 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
  5. Jun 14, 2011
  6. Jun 10, 2011
  7. Jun 06, 2011
  8. Jun 02, 2011
  9. Jun 01, 2011
  10. May 30, 2011
  11. May 28, 2011
  12. May 27, 2011
  13. May 26, 2011
  14. May 25, 2011
  15. May 24, 2011
  16. 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
  17. May 19, 2011
  18. May 18, 2011
  19. May 17, 2011
Loading