Skip to content
  1. Oct 07, 2011
  2. Oct 06, 2011
  3. Oct 05, 2011
  4. Oct 04, 2011
  5. Oct 03, 2011
  6. Oct 01, 2011
  7. Sep 30, 2011
    • Johnny Chen's avatar
      o lldbtest.py: · 86268e44
      Johnny Chen authored
      Add a keyword argument 'endstr' to TestBase.expect() method to assert that the output
      will end with 'endstr'.
      
      Add TestBase.switch_to_thread_with_stop_reason(stop_reason) to select the thread with
      the stop reason = 'stop_reason' as the current thread.
      
      o TestWatchLocation.py:
      
      Modified to switch to the stopped thread with stop reason = watchpoint and to evaluate
      an expression with expected output for stronger assertion.
      
      llvm-svn: 140890
      86268e44
    • Greg Clayton's avatar
      Removed some commented out code from the DWARF parser. · 0bd4e1b8
      Greg Clayton authored
      Also reduce the size of the lldb_private::Symbol objects by removing the
      lldb_private::Function pointer that was in each symbol. Running Instruments
      has shown that when debugging large applications with DWARF in .o files that
      lldb_private::Symbol objects are one of the highest users of memory. No one
      was using the Symbol::GetFunction() call anyway.
      
      llvm-svn: 140881
      0bd4e1b8
Loading