llvm-project/lldb/source
Todd Fiala 8a5c5a016c Fix cmake build issues on Darwin.
llvm-svn: 203850
2014-03-13 21:16:13 +00:00
..
API Add a SBQueue::GetKind() method to retrieve the type of libdispatch queue (serial or concurrent). 2014-03-13 02:54:54 +00:00
Breakpoint When clearing a breakpoint site, make sure the owning process still exists before asking it to remove the breakpoint site the rest of the way. 2014-03-12 22:03:13 +00:00
Commands This commit reworks how the thread plan's ShouldStopHere mechanism works, so that it is useful not only 2014-03-13 02:47:14 +00:00
Core This commit reworks how the thread plan's ShouldStopHere mechanism works, so that it is useful not only 2014-03-13 02:47:14 +00:00
DataFormatters Fix Windows build using portable types for formatting the log outputs 2014-03-03 15:39:47 +00:00
Expression Don’t put Radar numbers in code. 2014-03-12 23:43:15 +00:00
Host Change type of a few members of a struct from unsigned to signed. 2014-03-13 10:47:49 +00:00
Interpreter Allow line numbers to be shown in multi-line expressions. 2014-03-07 00:53:24 +00:00
Plugins Fix cmake build issues on Darwin. 2014-03-13 21:16:13 +00:00
Symbol "size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf style statements that were assuming size_t were 64 bit were changed, and they were also changed to display them as unsigned values as "size_t" isn't signed. 2014-03-03 19:15:20 +00:00
Target Create a Process::ModulesDidLoad() method to handle process-related tasks, as suggested by Jim Ingham. Make JITLoader instances use this to probe only new modules for relevant JIT symbols. Also re-enable the JITLoader hooks in Process. 2014-03-13 09:37:02 +00:00
Utility Extends StringExtractorGDBRemote to support debugger packets. 2013-12-05 19:25:45 +00:00
CMakeLists.txt Fix cmake build issues on Darwin. 2014-03-13 21:16:13 +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 Re-enable ProcessElfCore for non-FreeBSD/Linux builds; with Greg's fix in r203274 2014-03-07 23:23:10 +00:00