[Lldb-commits] [lldb] r127201 - /lldb/trunk/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
Jim Ingham
jingham at apple.com
Mon Mar 7 17:49:11 PST 2011
Author: jingham
Date: Mon Mar 7 19:49:10 2011
New Revision: 127201
URL: http://llvm.org/viewvc/llvm-project?rev=127201&view=rev
Log:
Reverting the part of the debug-in-ofile patch from earlier today that removes them from the shared module list. That was causing a bunch of asserts. Greg is working on a better fix.
Modified:
lldb/trunk/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
Modified: lldb/trunk/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp?rev=127201&r1=127200&r2=127201&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp (original)
+++ lldb/trunk/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp Mon Mar 7 19:49:10 2011
@@ -165,7 +165,7 @@
if (oso_symbol)
{
FileSpec oso_file_spec(oso_symbol->GetMangled().GetName().AsCString(), true);
-//#define SYMBOL_FILE_DWARF_DEBUG_MODULES 1
+#define SYMBOL_FILE_DWARF_DEBUG_MODULES 1
#if defined (SYMBOL_FILE_DWARF_DEBUG_MODULES)
// Normally we don't want the .o files we open added to the shared
// module list. This is because we will add our own section
More information about the lldb-commits
mailing list