llvm-project/lldb/source
Johnny Chen 0ed37c9615 o SBtarget.cpp/.h:
Temporarily commenting out the deprecated LaunchProcess() method.
  SWIG is not able to handle the overloaded functions.

o dotest.py/lldbtest.py:

  Add an '-w' option to insert some wait time between consecutive test cases.

o TestClassTypes.py:

  Make the breakpoint_creation_by_filespec_python() test method more robust and
  more descriptive by printing out a more insightful assert message.

o lldb.swig: Coaches swig to treat StateType as an int type, instead of a C++ class.

llvm-svn: 115899
2010-10-07 02:04:14 +00:00
..
API o SBtarget.cpp/.h: 2010-10-07 02:04:14 +00:00
Breakpoint Verify that we have a valid breakpoint ID before proceeding with retrieving its 2010-09-29 21:57:51 +00:00
Commands Restored the ability to set the format for expressions after changing the expression results over to ValueObjectSP objects. 2010-10-06 03:09:11 +00:00
Core Added the ability to get the disassembly instructions from the function and 2010-10-06 03:09:58 +00:00
Expression Added the ability to get the disassembly instructions from the function and 2010-10-06 03:09:58 +00:00
Host Cleaned up a unused member variable in Debugger. 2010-09-30 21:49:03 +00:00
Interpreter Add an "auto-confirm" setting to the debugger so you can turn off the confirmations if you want to. 2010-10-04 22:44:14 +00:00
Plugins Added the ability to get the disassembly instructions from the function and 2010-10-06 03:09:58 +00:00
Symbol One final patch for all of this class constructor, destructor, and conversion 2010-10-02 01:40:05 +00:00
Target There are now to new "settings set" variables that live in each debugger 2010-10-04 01:05:56 +00:00
Utility Cleaned a few build related things up: 2010-09-24 23:07:41 +00:00
Makefile Patch from Jean-Daniel Dupas: 2010-07-12 23:14:00 +00:00
lldb-log.cpp Add a "lldb host" logging channel, and put logging in the Host::OpenInExternalEditor code. 2010-08-31 18:05:13 +00:00
lldb.cpp Committing the skeleton of Language runtime plugin classes. 2010-09-23 02:01:19 +00:00