hanchenye-llvm-project/lldb/source
Sean Callanan dc00334dc3 Added support to the expression parser for finding
Objective-C types and enums in modules.  We now have
a three-stage fallback when looking for methods and
properties: first the DWARF, second the modules, third
the runtime.

<rdar://problem/18782288>

llvm-svn: 223939
2014-12-10 19:23:29 +00:00
..
API Add the ability for an SBValue to create a persisted version of itself. 2014-12-08 23:13:56 +00:00
Breakpoint Add the ability to set breakpoints with conditions, commands, etc, 2014-12-06 01:28:03 +00:00
Commands The lldb unwinder can now use the unwind information from the compact-unwind 2014-12-08 03:09:00 +00:00
Core Remove the last vestige of the world before data formatters :-) 2014-12-10 02:00:45 +00:00
DataFormatters Remove the last vestige of the world before data formatters :-) 2014-12-10 02:00:45 +00:00
Expression Added support to the expression parser for finding 2014-12-10 19:23:29 +00:00
Host Add Linux support for HostInfo::GetOSBuildString and HostInfo::GetOSKernelDescription. 2014-12-09 02:13:05 +00:00
Interpreter Add the ability to set breakpoints with conditions, commands, etc, 2014-12-06 01:28:03 +00:00
Plugins Add D request handler to GDBRemoteCommunicationServer in order to support detach from inferior. 2014-12-10 01:27:28 +00:00
Symbol Remove use of GCC-style intrinsics, as they are non-portable. 2014-12-08 20:00:33 +00:00
Target Handle thumb IT instructions correctly all the time. 2014-12-09 23:31:02 +00:00
Utility Added StringExtractor::DecodeHexU8 && GetHexBytesAvail 2014-12-01 22:19:33 +00:00
CMakeLists.txt Disable Editline on Windows. 2014-11-17 21:31:18 +00:00
Makefile Use PARALLEL_DIRS instead of DIRS in the Makefile 2014-10-14 06:26:33 +00:00
lldb-log.cpp Make sure to #include <atomic> when using std::atomic. 2014-09-19 20:12:32 +00:00
lldb.cpp The lldb unwinder can now use the unwind information from the compact-unwind 2014-12-08 03:09:00 +00:00