hanchenye-llvm-project/lldb/source
Enrico Granata b588726ec9 <rdar://problem/11449953> Change Debugger::SetOutputFileHandle() so that it does not automatically initialize the script interpreter in order to transfer its output file handle to it
This should delay initialization of Python until strictly necessary and speed-up debugger startup
Also, convert formatters for SEL and BOOL ObjC data-types from Python to C++, in order to reap more performance benefits from the above changes

llvm-svn: 166967
2012-10-29 21:18:03 +00:00
..
API Add API to get the process plugin name & short name. 2012-10-26 19:18:04 +00:00
Breakpoint Turns out there are 8 bits in a byte. 2012-10-23 21:09:09 +00:00
Commands Updated the "breakpoint command add" documentation and fixed the web site docs for the signature of the python breakpoint callback functions. 2012-10-26 17:53:21 +00:00
Core <rdar://problem/11449953> Change Debugger::SetOutputFileHandle() so that it does not automatically initialize the script interpreter in order to transfer its output file handle to it 2012-10-29 21:18:03 +00:00
Expression This is the first phase of supporting the DW_AT_object_pointer tag. I expanded the decl metadata 2012-10-27 02:54:13 +00:00
Host <rdar://problem/12462048> 2012-10-18 16:33:33 +00:00
Interpreter <rdar://problem/11449953> Change Debugger::SetOutputFileHandle() so that it does not automatically initialize the script interpreter in order to transfer its output file handle to it 2012-10-29 21:18:03 +00:00
Plugins <rdar://problem/12500785> 2012-10-29 20:52:08 +00:00
Symbol This is the first phase of supporting the DW_AT_object_pointer tag. I expanded the decl metadata 2012-10-27 02:54:13 +00:00
Target <rdar://problem/12500785> 2012-10-29 20:52:08 +00:00
Utility <rdar://problem/12398225> 2012-09-28 21:51:54 +00:00
Makefile Don't include LLDBWrapPython.cpp here. Use it in Interpreter. 2012-05-29 14:03:55 +00:00
lldb-log.cpp Added a new "module" log channel which covers module creation, deletion, and common module list actions. 2012-10-08 22:41:53 +00:00
lldb.cpp Added a hollowed out version of an OperatingSystem plugin that will use a class in python to get thread information for threads stored in memory. 2012-08-23 21:17:11 +00:00