| commit | 34ab28a470630bcf87d6199bf2844d17305cdeff | [log] [tgz] |
|---|---|---|
| author | Sean Callanan <scallanan@apple.com> | Thu Jun 02 17:59:47 2016 +0000 |
| committer | Sean Callanan <scallanan@apple.com> | Thu Jun 02 17:59:47 2016 +0000 |
| tree | d4ad4dd047116f3eb876b48bc9f224f1a50eb7d3 | |
| parent | b9c80fd8b5426514259ae552dfb71b5cdd61a097 [diff] |
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