llvm-project/lldb/source
Ed Maste e61c7b06c9 Typo: forever is one word
llvm-svn: 207564
2014-04-29 17:48:06 +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 Since one or more Editline instances of the same kind (lldb commands, expressions, etc) can exist at once, they should all shared a ref counted history object. 2014-04-25 23:55:26 +00:00
Interpreter Free the strong reference to a lldb::SBDebugger that the script interpreter was holding onto in the "lldb.debugger" global variable. 2014-04-25 23:55:12 +00:00
Plugins Address warnings in EmulateInstructionARM64 2014-04-28 21:34:04 +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 Typo: forever is one word 2014-04-29 17:48:06 +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