llvm-project/lldb/source
Greg Clayton c4ffd66f06 <rdar://problem/13119621>
Make dynamic type detection faster by using the AST metadata to help out and allow us not to complete types when we don't need to.

After running "purge" on a MacOSX system, the Xcode variables view now populates more than 3x faster with this fix.

llvm-svn: 176676
2013-03-08 01:37:30 +00:00
..
API Convert from the C-based LLVM Disassembler shim to the full MC Disassembler API's. 2013-03-02 00:26:47 +00:00
Breakpoint Adding CMake build system to LLDB. Some known issues remain: 2013-02-21 20:58:22 +00:00
Commands Add a comment to break disable's help to make clearer the relationship between the 2013-03-08 00:31:40 +00:00
Core Add recognition of two more armv7 variants, armv7m and armv7em. 2013-03-08 01:20:17 +00:00
DataFormatters Optimization of the code-running NSDictionary formatter to skip runtime symbol fetching 2013-02-25 19:44:39 +00:00
Expression Adding support for DW_OP_stack_value in DWARFExpression::Evaluate 2013-03-06 21:13:09 +00:00
Host Updated Apple LLDB version to lldb-300.99.0. Also 2013-03-07 22:29:06 +00:00
Interpreter Now that "settings set" will strip leading and trailing spaces, we need a way to be able to specify string values that contain spaces. So now settings setting <property> <value>" can have a <value> that is quoted: 2013-03-06 02:19:38 +00:00
Plugins <rdar://problem/13119621> 2013-03-08 01:37:30 +00:00
Symbol <rdar://problem/13119621> 2013-03-08 01:37:30 +00:00
Target Fix ivar ordering for Process ctor to match the order they're 2013-03-05 03:33:59 +00:00
Utility Update CMake lists of sources to include files added in r175787 and r175323 2013-02-21 21:16:52 +00:00
CMakeLists.txt Fix Ninja LLDB build on Linux (via cmake -G Ninja) 2013-03-05 21:59: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 <rdar://problem/13159777> 2013-02-06 17:22:03 +00:00
lldb.cpp Updated Apple LLDB version to lldb-300.99.0. Also 2013-03-07 22:29:06 +00:00