llvm-project/lldb/source
Jason Molenda 1a100cd78f Add ifdef LLDB_DISABLE_PYTHON around newly added use of
AddCXXSummary in FormatManager::LoadSystemFormatters(); 
that function pulls in code that assumes python; can't
be used without the ifdef.

llvm-svn: 172300
2013-01-12 04:24:50 +00:00
..
API Add an SBProcess API to get the current StopID, either considering or ignoring stops caused by expression 2013-01-08 23:22:42 +00:00
Breakpoint <rdar://problem/12953853> 2013-01-08 00:01:36 +00:00
Commands <rdar://problem/12973809> 2013-01-11 23:44:27 +00:00
Core Add ifdef LLDB_DISABLE_PYTHON around newly added use of 2013-01-12 04:24:50 +00:00
Expression Added emulation of shifts to the IR interpreter. 2013-01-09 22:44:41 +00:00
Host Add initial support to trace spawned threads in a process on Linux. 2013-01-08 16:30:18 +00:00
Interpreter <rdar://problem/12990038> 2013-01-11 20:49:54 +00:00
Plugins Don't always strip the first extension from the module basename when looking for python scripts. Now we take a name like "a.b.c" and look for scripts that are "a_b_c.py", "a_b.py" and "a.py" inside the dSYM. 2013-01-12 01:36:05 +00:00
Symbol <rdar://problem/11146929> 2013-01-10 02:37:22 +00:00
Target Removed the hack that uses "frame variable" to 2013-01-12 02:04:23 +00:00
Utility Enable RTTI for liblldbCore.a when GCC is the compiler 2012-12-10 21:05:57 +00:00
Makefile Don't include LLDBWrapPython.cpp here. Use it in Interpreter. 2012-05-29 14:03:55 +00:00
lldb-log.cpp Add an LLDB_LOG_TARGET logging channel (log eanble lldb target). 2012-12-05 00:25:49 +00:00
lldb.cpp Enable ProcessGDBRemote plugin on Linux 2013-01-08 14:55:36 +00:00