hanchenye-llvm-project/lldb
Jim Ingham d919163a69 Fix a little thinko in r226017 - the code to actually add the demangled name to the Mangled object got
moved into the #else branch of the #if/#elif/#endif, so it wasn't getting done in the #if case anymore.

Keep the code to add the demangled name outside of the #if, and then just free the demangled_name
and set it back to NULL in the Windows case.

<rdar://problem/19479499>

llvm-svn: 226088
2015-01-15 03:34:31 +00:00
..
cmake Fixes compilation/run error with BUILD_SHARED_LIBS=TRUE 2015-01-14 21:01:15 +00:00
docs [cmake/multilib] Teach LLDB to respect the multlib LLVM_LIBDIR_SUFFIX 2014-12-29 12:42:33 +00:00
examples Specify ObjC++ when running heap commands in case we are stopped in a frame with another language. 2015-01-14 21:37:19 +00:00
gtest Got C++ unit tests running on Linux again 2015-01-11 09:42:12 +00:00
include Modified LLDB to be able to lookup global variables by address. 2015-01-15 02:59:20 +00:00
lib Fix some bugs from D5988 2014-10-31 15:57:52 +00:00
lldb.xcodeproj Extend PipePosix with support for named pipes/timeout-based IO and integrate it with GDBRemoteCommunication / lldb-gdbserver. 2015-01-13 23:19:40 +00:00
lldb.xcworkspace Fixup gtest layout, add Linux ThreadStateCoordinator.cpp. 2014-09-25 19:25:07 +00:00
resources Bump the verison number in the xcode project files. 2014-08-21 23:27:02 +00:00
scripts When building on Windows, copy Python27(_d).dll to the output folder. 2015-01-05 22:29:19 +00:00
source Fix a little thinko in r226017 - the code to actually add the demangled name to the Mangled object got 2015-01-15 03:34:31 +00:00
test Make sure that when a breakpoint is hit but its condition is not met, 2015-01-15 01:41:04 +00:00
tools Don't try to link libpthread on Windows. 2015-01-14 22:58:09 +00:00
utils LUI: Fix some issues causing crashes in the source view 2013-10-23 01:18:21 +00:00
www Update the website with information about LLDB on Windows. 2014-12-31 00:06:49 +00:00
.arcconfig Update .arcconfig to point to reviews.llvm.org 2014-05-20 21:24:59 +00:00
.clang-format Fix .clang-format file to adhere to LLDB 140 column limit. 2014-08-19 17:18:38 +00:00
.gitignore Add a method to disable the Windows crash / assert dialogs. 2014-12-12 18:10:52 +00:00
CMakeLists.txt Fixes compilation/run error with BUILD_SHARED_LIBS=TRUE 2015-01-14 21:01:15 +00:00
INSTALL.txt Revert "git-svn test commit" 2014-11-18 22:45:59 +00:00
LICENSE.TXT
Makefile Remove the -Wno-unused-function option. We are clean 2014-09-09 07:49:15 +00:00