hanchenye-llvm-project/lldb/source/Core
Benjamin Kramer b328d72d77 Turns out __cxa_demangle returns the size of the buffer instead of the size of
the demangled name. Fall back to strlen.

llvm-svn: 106579
2010-06-22 21:27:55 +00:00
..
Address.cpp Move a bunch of trivial methods into the header. These compile down to 1-2 2010-06-21 19:26:54 +00:00
AddressRange.cpp Move a bunch of trivial methods into the header. These compile down to 1-2 2010-06-21 19:26:54 +00:00
AddressResolver.cpp
AddressResolverFileLine.cpp
AddressResolverName.cpp
ArchSpec.cpp Add missing include; fix missed constant to use llvm::MachO. 2010-06-11 04:26:08 +00:00
Baton.cpp
Broadcaster.cpp
Communication.cpp
Connection.cpp
ConnectionFileDescriptor.cpp Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. 2010-06-15 19:49:27 +00:00
ConstString.cpp Reduce code duplication. 2010-06-22 15:28:34 +00:00
DataBufferHeap.cpp
DataBufferMemoryMap.cpp A few more minor fixes. 2010-06-09 09:53:11 +00:00
DataExtractor.cpp Avoid calls to memcpy. 2010-06-12 01:03:17 +00:00
Debugger.cpp
Disassembler.cpp
DynamicLoader.cpp
Error.cpp Don't snprintf directly into a std::string, it's undefined behavior per C++03. 2010-06-21 14:34:03 +00:00
Event.cpp
FileSpec.cpp Return false from FileSpec::GetPath early instead of making the return value 2010-06-21 14:36:20 +00:00
FileSpecList.cpp
Flags.cpp
InputReader.cpp
Language.cpp A few more warning/error fixes. 2010-06-09 10:16:07 +00:00
Listener.cpp
Log.cpp Use Host::GetCurrentThreadID() instead of mach_thread_self(). 2010-06-11 04:29:29 +00:00
Mangled.cpp Turns out __cxa_demangle returns the size of the buffer instead of the size of 2010-06-22 21:27:55 +00:00
Module.cpp
ModuleChild.cpp
ModuleList.cpp
PluginManager.cpp Applied PluginManager.cpp patch from Jean-Daniel Dupas. 2010-06-11 23:44:18 +00:00
RegularExpression.cpp
Scalar.cpp Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. 2010-06-15 19:49:27 +00:00
SearchFilter.cpp
Section.cpp
SourceManager.cpp
State.cpp
Stream.cpp
StreamFile.cpp
StreamString.cpp
StringList.cpp
TTYState.cpp
Timer.cpp
UUID.cpp Remove unused uuid_t constructor for lldb_private::UUID. 2010-06-10 03:08:05 +00:00
UserID.cpp Move trivial parts of UserID into the header. 2010-06-22 10:44:12 +00:00
VMRange.cpp
Value.cpp
ValueObject.cpp
ValueObjectChild.cpp
ValueObjectList.cpp
ValueObjectRegister.cpp
ValueObjectVariable.cpp