hanchenye-llvm-project/lldb/source
Greg Clayton 0c4129f2f7 Make sure that the CommandInterpreter::m_command_io_handler_sp gets reset when we quit.
Currently if you run _any_ python, python has the "lldb.debugger" global variable and it has a strong reference to a lldb_private::Debugger since it is a lldb::SBDebugger object with a shared pointer.

This makes sure that your LLDB command interpreter history is saved each time you quit command line LLDB.

llvm-svn: 207164
2014-04-25 00:35:14 +00:00
..
API Add a new SBThread::GetQueue() method to get the queue that is 2014-04-25 00:01:15 +00:00
Breakpoint This function should be const. 2014-04-08 20:24:45 +00:00
Commands sweep up -Wformat warnings from gcc 2014-04-04 04:06:10 +00:00
Core Make sure that the CommandInterpreter::m_command_io_handler_sp gets reset when we quit. 2014-04-25 00:35:14 +00:00
DataFormatters Allow summary formatters to take ValueObjects into account when deciding whether values/children should be printed and if child names should be shown 2014-04-23 23:16:25 +00:00
Expression Fixed a flipped conditional when writing back the 2014-04-24 21:43:04 +00:00
Host Change the default key bindings for multi-line mode: 2014-04-23 21:42:31 +00:00
Interpreter Make sure that the CommandInterpreter::m_command_io_handler_sp gets reset when we quit. 2014-04-25 00:35:14 +00:00
Plugins Only allow on thread to run when calling libBacktraceRecording. 2014-04-25 00:06:26 +00:00
Symbol Remove the using namespace directives to make it clear where code is scoped. 2014-04-23 22:20:25 +00:00
Target Make RunThreadPlan start the timeout clock for each part of the expression evaluation AFTER the 2014-04-22 01:41:52 +00:00
Utility Switch NULL to C++11 nullptr in source/Symbol and source/Utility 2014-04-20 13:17:36 +00:00
CMakeLists.txt lldb arm64 import. 2014-03-29 18:54:20 +00:00
Makefile Make lldb build with Makefiles on OS X. 2014-01-18 08:05:32 +00:00
lldb-log.cpp Put "jit" in alpha order in log category list 2014-03-05 13:43:23 +00:00
lldb.cpp sanitise sign comparisons 2014-04-02 03:51:35 +00:00