Skip to content
  1. Aug 26, 2010
    • Johnny Chen's avatar
      Minor doc string modification. · 61703c96
      Johnny Chen authored
      llvm-svn: 112103
      61703c96
    • Johnny Chen's avatar
      Added logic to TestUniversal.py to exercise the python APIs: · f3c59231
      Johnny Chen authored
      o SBDebugger.GetCurrentTarget()
      o SBTarget.GetProcess()
      o SBProcess.GetAddressByteSize()
      
      in order to make sure that, indeed, 64-bit, followed by 32-bit processes have
      been launched.
      
      Added invoke() method to TestBase to factor in the tracing logic in one place.
      This method allows an object to call a method with no arg reflectively.
      
      llvm-svn: 112102
      f3c59231
  2. Aug 25, 2010
  3. Aug 23, 2010
    • Johnny Chen's avatar
      Changed the keyword argument for runCmd()/expect() from 'verbose' to 'trace', · d0190a61
      Johnny Chen authored
      which, defaults to False, and if set to True, will trace lldb command execution
      and result.
      
      Added "-t" command option to the test driver dotest.py which sets the
      LLDB_COMMAND_TRACE environment variable to "YES" and as a result always turns on
      command tracing regardless of the 'trace' keyword argument to runCmd()/expect().
      
      llvm-svn: 111811
      d0190a61
  4. Aug 20, 2010
  5. Aug 17, 2010
  6. Aug 16, 2010
  7. Aug 10, 2010
  8. Aug 07, 2010
  9. Aug 06, 2010
  10. Aug 05, 2010
  11. Jul 03, 2010
Loading