[Lldb-commits] [lldb] r249021 - Romove accidentially added statement in r249020
Sagar Thakur via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 1 08:15:42 PDT 2015
Author: slthakur
Date: Thu Oct 1 10:15:42 2015
New Revision: 249021
URL: http://llvm.org/viewvc/llvm-project?rev=249021&view=rev
Log:
Romove accidentially added statement in r249020
Modified:
lldb/trunk/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
Modified: lldb/trunk/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp?rev=249021&r1=249020&r2=249021&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp (original)
+++ lldb/trunk/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp Thu Oct 1 10:15:42 2015
@@ -2206,8 +2206,6 @@ ObjectFileELF::ParseSymbols (Symtab *sym
mangled.SetDemangledName( ConstString((demangled_name + suffix).str()) );
}
- printf("Symbol: name=%s, Type:%d value=%08lx\n", symbol_name, symbol_type, symbol.st_value);
-
Symbol dc_symbol(
i + start_id, // ID is the original symbol table index.
mangled,
More information about the lldb-commits
mailing list