llvm-project/lldb/source
Jim Ingham 39497e9f5b Make sure we resolve ~ in paths coming from the plist in a dSYM before adding them
to the path remappings.
Also don't add the paths to the path mapping when DebugSymbols tells up about files, since
we'll just do that again when we read in the dSYM.

<rdar://problem/21986208>

llvm-svn: 243181
2015-07-24 23:40:32 +00:00
..
API Fix warnings found by -Wextra-semi 2015-07-22 08:12:01 +00:00
Breakpoint Add support for specifying a language to use when parsing breakpoints. 2015-07-21 22:05:07 +00:00
Commands Add option eTypeOptionHideEmptyAggregates. 2015-07-24 21:30:58 +00:00
Core Use double-checked locking to avoid locking the Module mutex if we don't need to. This avoid a deadlock we were seeing in Xcode. 2015-07-24 23:38:01 +00:00
DataFormatters Add option eTypeOptionHideEmptyAggregates. 2015-07-24 21:30:58 +00:00
Expression Expression evaluation, a new ThreadPlanCallFunctionUsingABI for executing a function call on target via register manipulation 2015-07-14 10:56:58 +00:00
Host Make sure we resolve ~ in paths coming from the plist in a dSYM before adding them 2015-07-24 23:40:32 +00:00
Initialization [Makefiles] Align library names with CMake build 2015-07-14 20:25:19 +00:00
Interpreter Add UNUSED_IF_ASSERT_DISABLED and apply it. 2015-07-24 00:23:29 +00:00
Plugins Make sure we resolve ~ in paths coming from the plist in a dSYM before adding them 2015-07-24 23:40:32 +00:00
Symbol Add UNUSED_IF_ASSERT_DISABLED and apply it. 2015-07-24 00:23:29 +00:00
Target Improve C++ function name handling and step-in avoid regerxp handling 2015-07-24 08:54:22 +00:00
Utility Fix typos. 2015-07-22 00:16:02 +00:00
CMakeLists.txt Move LLDB initialization/shutdown to Initialization. 2015-03-19 22:00:21 +00:00
Makefile [Makefiles] Align library names with CMake build 2015-07-14 20:25:19 +00:00
lldb.cpp Move LLDB initialization/shutdown to Initialization. 2015-03-19 22:00:21 +00:00