llvm-project/lldb
Greg Clayton 65e364e5da Fixed an issue when debugging with DWARF in the .o files where
if two functions had the same demangled names (constructors where
we have the in charge and not in charge version) we could end up
mixing the two up when making the function in the DWARF. This was
because we need to lookup the symbol by name and we need to use the
mangled name if there is one. This ensures we get the correct address
and that we resolve the linked addresses correctly for DWARf with debug
map.

llvm-svn: 121116
2010-12-07 07:37:38 +00:00
..
docs Instructions for building LLDB with a debug LLVM 2010-11-18 03:56:17 +00:00
examples Add comment explaining the options used to invoke the test driver. 2010-10-25 21:38:35 +00:00
include Forgot to qualify SBSymbol with the lldb namespace for SWIG. 2010-12-07 05:59:16 +00:00
lib Patch from Jay Cornwall that modifies the LLDB "Host" layer to reuse more 2010-09-07 20:11:56 +00:00
lldb.xcodeproj Fixed an issue when debugging with DWARF in the .o files where 2010-12-07 07:37:38 +00:00
resources Bumped Xcode project build version to 34 for lldb-34. 2010-12-04 02:47:38 +00:00
scripts Updated to latest LLVM/Clang for external AST source changes that allow 2010-12-02 23:20:03 +00:00
source Fixed an issue when debugging with DWARF in the .o files where 2010-12-07 07:37:38 +00:00
test Add expect matching patterns for some self.expect() statements. 2010-12-07 00:31:29 +00:00
tools More reverting of the EOF stuff as the API was changed which we don't want to 2010-12-04 02:39:47 +00:00
utils Initial check-in of a Python utility to run the lldb test suite and send the 2010-11-16 19:44:50 +00:00
www Clarified some caveats for thread format strings. 2010-10-04 03:06:05 +00:00
INSTALL.txt You'll need to be running Mac OS X to get lldb to build right now. 2010-06-09 07:29:26 +00:00
LICENSE.TXT test commit 2010-06-09 03:55:24 +00:00
Makefile Comment out test targets; they don't work on Linux because test/Makefile uses 2010-07-09 22:36:15 +00:00