llvm-project/lldb/source
Johnny Chen 9e320909f5 Remove stale comment.
llvm-svn: 142392
2011-10-18 18:33:33 +00:00
..
API this patch introduces a new command script import command which takes as input a filename for a Python script and imports the module contained in that file. the containing directory is added to the Python path such that dependencies are honored. also, the module may contain an __lldb_init_module(debugger,dict) function, which gets called after importing, and which can somehow initialize the module's interaction with lldb 2011-10-17 21:45:27 +00:00
Breakpoint Add a commnad to set a condition for a watchpoint. Example: 2011-10-17 18:58:00 +00:00
Commands this patch introduces a new command script import command which takes as input a filename for a Python script and imports the module contained in that file. the containing directory is added to the Python path such that dependencies are honored. also, the module may contain an __lldb_init_module(debugger,dict) function, which gets called after importing, and which can somehow initialize the module's interaction with lldb 2011-10-17 21:45:27 +00:00
Core Added the ability to run expressions in any command. Expressions can be 2011-10-14 07:41:33 +00:00
Expression Removed some debug support I accidentally 2011-10-18 17:45:25 +00:00
Host this patch introduces a new command script import command which takes as input a filename for a Python script and imports the module contained in that file. the containing directory is added to the Python path such that dependencies are honored. also, the module may contain an __lldb_init_module(debugger,dict) function, which gets called after importing, and which can somehow initialize the module's interaction with lldb 2011-10-17 21:45:27 +00:00
Interpreter Remove stale comment. 2011-10-18 18:33:33 +00:00
Plugins This patch fixes debugging of single threaded apps on Linux. 2011-10-18 18:09:30 +00:00
Symbol Handled the call operator properly. 2011-10-15 01:15:07 +00:00
Target Add a commnad to set a condition for a watchpoint. Example: 2011-10-17 18:58:00 +00:00
Utility Adopt the intrusive pointers in: 2011-09-17 08:33:22 +00:00
Makefile Patch from Jean-Daniel Dupas: 2010-07-12 23:14:00 +00:00
lldb-log.cpp Fixed an issue where a lexical block or inlined function might have bad debug 2011-09-29 23:41:34 +00:00
lldb.cpp Patch from Dragos Tatulea to re-enable the PECOFF object file parser for all 2011-10-11 16:42:21 +00:00