hanchenye-llvm-project/lldb/source
Enrico Granata 553fad5c9a <rdar://problem/15319880>
Introduce a new boolean setting enable-auto-oneliner
This setting if set to false will force LLDB to not use the new compact one-line display

By default, one-line mode stays on, at least until we can be confident it works.
But now if it seriously impedes your workflow while it evolves/it works wonders but you still hate it, there's a way to turn it off

llvm-svn: 193450
2013-10-25 23:09:40 +00:00
..
API Expose the Thread::GetQueueID() method through the SBThread API, similar to 2013-10-21 23:52:54 +00:00
Breakpoint Fixed breakpoints to be able to be set on eSymbolTypeReExported symbols and resolve to the correct function. This allows setting a breakpoint on "memset" for iOS simulator binaries and the correct breakpoint will be set on "__platform_memset". 2013-10-21 20:04:47 +00:00
Commands <rdar://problem/13635174> 2013-10-11 19:48:25 +00:00
Core <rdar://problem/15319880> 2013-10-25 23:09:40 +00:00
DataFormatters <rdar://problem/15319880> 2013-10-25 23:09:40 +00:00
Expression Simplified the code that materializes a variable, 2013-10-22 20:01:17 +00:00
Host Fixes to get LLDB building on Windows again. 2013-10-22 12:27:43 +00:00
Interpreter <rdar://problem/14972424> 2013-10-17 01:10:23 +00:00
Plugins <rdar://problem/15263540> 2013-10-25 18:13:17 +00:00
Symbol <rdar://problem/14496092> 2013-10-21 18:40:51 +00:00
Target Fixed format strings as they still must specicy a '%' prior to using PRI*64 macros. 2013-10-23 18:24:30 +00:00
Utility <rdar://problem/15182550> 2013-10-18 18:57:49 +00:00
CMakeLists.txt Patch to add PlatformWindows, based on Carlo Kok's version from the Windows branch. 2013-10-15 12:32:12 +00:00
Makefile Remove LLDB dependency on xcodeworkspace (on Linux) for version number 2013-02-28 16:51:15 +00:00
lldb-log.cpp The output of 'log list' was missing a few of the lldb channels: 2013-09-12 01:48:59 +00:00
lldb.cpp Patch to add PlatformWindows, based on Carlo Kok's version from the Windows branch. 2013-10-15 12:32:12 +00:00