llvm-project/lldb/source
Jason Molenda 2528631f12 Minor fix for a logging message.
llvm-svn: 203512
2014-03-10 23:18:34 +00:00
..
API SBQueue::GetNumPendingItems() should not force a fetch of the pending 2014-03-09 19:41:30 +00:00
Breakpoint Fix a couple of typo's in breakpoint descriptions. 2014-03-04 03:09:00 +00:00
Commands Remove %zx in printf (only GCC supports it, not MSVC). 2014-03-08 17:15:35 +00:00
Core Fix Mingw build error by using lower case name for windows header files. 2014-03-10 22:31:39 +00:00
DataFormatters Fix Windows build using portable types for formatting the log outputs 2014-03-03 15:39:47 +00:00
Expression Fix #if 0'd code after range-based for loop change 2014-03-10 20:49:37 +00:00
Host Fix Mingw build error by using lower case name for windows header files. 2014-03-10 22:31:39 +00:00
Interpreter Allow line numbers to be shown in multi-line expressions. 2014-03-07 00:53:24 +00:00
Plugins Minor fix for a logging message. 2014-03-10 23:18:34 +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 Correctly add the QueueID to a pending block's extended thread backtrace thread. 2014-03-10 08:42:03 +00:00
Utility Extends StringExtractorGDBRemote to support debugger packets. 2013-12-05 19:25:45 +00:00
CMakeLists.txt Build JITLoader on FreeBSD also 2014-03-05 13:57:24 +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