Skip to content
  1. Jun 16, 2011
  2. 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
    • Jim Ingham's avatar
      Made GetConditionText const everywhere. Made it return NULL when there's no condition · 691bcc2a
      Jim Ingham authored
      like the doc's say it should.  Make sure we have a condition before we set up a test whether
      we have one, so we only present a "could not parse condition" error if we actually have a condition.
      
      llvm-svn: 133088
      691bcc2a
    • Jim Ingham's avatar
      Added a few trivial mods. · 57f29f80
      Jim Ingham authored
      llvm-svn: 133084
      57f29f80
    • Caroline Tice's avatar
      · 15356e7f
      Caroline Tice authored
      Replace direct uses of the Debugger's output stream with
      uses of the asynchronous stream.
      
      llvm-svn: 133076
      15356e7f
    • Caroline Tice's avatar
      · 8f7eb81b
      Caroline Tice authored
      Add an introduction to the scripting example web page.
      
      llvm-svn: 133061
      8f7eb81b
    • Johnny Chen's avatar
      Update usage comment. · 67a3e9e4
      Johnny Chen authored
      llvm-svn: 133020
      67a3e9e4
  3. Jun 14, 2011
  4. Jun 13, 2011
    • Caroline Tice's avatar
      · 1f499bc0
      Caroline Tice authored
      Cleaning up the Python script interpreter:  Use the
      embedded_interpreter.py file rather than keeping it
      all in a string and compiling the string (easier to maintain,
      easier to read, remove redundancy).
      
      llvm-svn: 132935
      1f499bc0
    • Caroline Tice's avatar
      · 6e8dc334
      Caroline Tice authored
      More prompt-timing cleanups:  Make multi-line expressions
      use the asynchronous stream mechanism rather than writing
      directly to the Debugger's output & error streams.
      
      llvm-svn: 132930
      6e8dc334
  5. Jun 10, 2011
  6. Jun 06, 2011
  7. Jun 04, 2011
  8. Jun 03, 2011
Loading