summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/plugins
diff options
context:
space:
mode:
authorSean Callanan <scallanan@apple.com>2016-06-02 17:59:47 +0000
committerSean Callanan <scallanan@apple.com>2016-06-02 17:59:47 +0000
commit34ab28a470630bcf87d6199bf2844d17305cdeff (patch)
treed4ad4dd047116f3eb876b48bc9f224f1a50eb7d3 /lldb/packages/Python/lldbsuite/test/plugins
parentb9c80fd8b5426514259ae552dfb71b5cdd61a097 (diff)
downloadbcm5719-llvm-34ab28a470630bcf87d6199bf2844d17305cdeff.tar.gz
bcm5719-llvm-34ab28a470630bcf87d6199bf2844d17305cdeff.zip
Fixed a problem where we couldn't call extern "C" functions.
Some compilers do not mark up C++ functions as extern "C" in the DWARF, so LLDB has to fall back (if it is about to give up finding a symbol) to using the base name of the function. This fix also ensures that we search by full name rather than "auto," which could cause unrelated C++ names to be found. Finally, it adds a test case. <rdar://problem/25094302> llvm-svn: 271551
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/plugins')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud