llvm-project/lldb/source
Enrico Granata 3630a287a6 Add logic to the ObjC runtime in LLDB to extract the pointer values of the two singleton (pairtons?) instances of __NSCFBoolean that represent true and false
This is useful because that knowledge will in turn allow no-code-running formatting of boolean NSNumbers; but that's a commit that will have to wait Monday..

llvm-svn: 279353
2016-08-20 00:48:11 +00:00
..
API Add StructuredData plugin type; showcase with new DarwinLog feature 2016-08-19 04:21:48 +00:00
Breakpoint Errors compiling breakpoint conditions will cause the breakpoint not to be hit 2016-08-03 22:46:11 +00:00
Commands Decoupled Options from CommandInterpreter. 2016-08-11 23:51:28 +00:00
Core Add StructuredData plugin type; showcase with new DarwinLog feature 2016-08-19 04:21:48 +00:00
DataFormatters remove use of Mutex in favour of std::{,recursive_}mutex 2016-05-18 01:59:10 +00:00
Expression [lldb] Use OrcMCJITReplacement rather than MCJIT as the underlying JIT for LLDB 2016-08-19 21:27:16 +00:00
Host Centralize all select() calls into one place so that we can take advantage of system specific optimizations to deal with more file descriptors than FD_SETSIZE on some systems. 2016-08-10 22:43:48 +00:00
Initialization Delete Host/windows/win32.h 2016-08-09 23:06:08 +00:00
Interpreter Add StructuredData plugin type; showcase with new DarwinLog feature 2016-08-19 04:21:48 +00:00
Plugins Add logic to the ObjC runtime in LLDB to extract the pointer values of the two singleton (pairtons?) instances of __NSCFBoolean that represent true and false 2016-08-20 00:48:11 +00:00
Symbol Symbol: add missing item in covered switch 2016-08-16 04:12:36 +00:00
Target Add StructuredData plugin type; showcase with new DarwinLog feature 2016-08-19 04:21:48 +00:00
Utility Fix-up r278299 for windows 2016-08-12 11:20:21 +00:00
CMakeLists.txt Add initial CMake glue for the NetBSD platform 2015-10-24 00:27:04 +00:00
lldb.cpp Add more NetBSD platform glue for lldb 2015-11-07 15:31:54 +00:00