[Lldb-commits] [PATCH] D21680: Fix the libc++ pretty printers for the android NDK
Tamas Berghammer via lldb-commits
lldb-commits at lists.llvm.org
Fri Jun 24 03:47:55 PDT 2016
tberghammer created this revision.
tberghammer added reviewers: clayborg, granata.enrico, ovyalov.
tberghammer added a subscriber: lldb-commits.
Herald added subscribers: danalbert, tberghammer.
Fix the libc++ pretty printers for the android NDK
The libc++ shipped with the android NDK is shipped using a different
internal namespace then the upstream libc++ (__ndk1 vs. __1) to avoid
an ODR violation between the platform and the user application. This
change fixes our pretty printers to be able to work with the types
from the android NDK libc++.
http://reviews.llvm.org/D21680
Files:
source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21680.61770.patch
Type: text/x-patch
Size: 15928 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160624/75de6e29/attachment-0001.bin>
More information about the lldb-commits
mailing list