1. 5577ce0 Remove lldb's custom copy of the C++ demangler, used only on Mac by Jason Molenda · 11 years ago
  2. ae8c27b Use C-style include to match style in file (instead of C++ style) by Daniel Malea · 11 years ago
  3. b05e4bb FreeBSD cmake build fixes. by Daniel Malea · 11 years ago
  4. 4e17f30 Make size_t known before including cxxabi.h (FreeBSD fix) by Filipe Cabecinhas · 12 years ago
  5. e8c020c <rdar://problem/12029894> by Greg Clayton · 12 years ago
  6. 5016669 Pull in cxa_demangle.cpp/.h from llvm's libcxxabi project. Change the namespace to lldb_cxxabiv1 for the time being. by Johnny Chen · 12 years ago
  7. c024004 Cleaned up the lldb_private::Mangled class to get rid of the tokenizing code that has bit rotted and isn't being used. Also cleaned up the API to the "lldb_private::Mangled" to always take "const ConstString &" arguments instead of both "const ConstString &" and "const char *". by Greg Clayton · 12 years ago
  8. 9b98ffd <rdar://problem/10998370> by Greg Clayton · 12 years ago
  9. 3f69eac Added new symbol types for Objective C classes, metaclasses, and ivars. Each by Greg Clayton · 13 years ago
  10. 9d47944 I modified the StringMap that was being used to unique our debugger C strings by Greg Clayton · 13 years ago
  11. 17cd995 Did some work on the "register read" command to only show the first register by Greg Clayton · 13 years ago
  12. 5d1ff14 Move the demangle-failed indication out a bit so other failing cases by Jason Molenda · 13 years ago
  13. 6983cda Fix a crash on some platforms where a dSYM for a system library lists a DW_AT_mips_linkage_name for by Jason Molenda · 13 years ago
  14. 3bc52d0 Just like functions can have a basename and a mangled/demangled name, variable by Greg Clayton · 14 years ago
  15. beea052 The Mangled name comparision should prefer the mangled name. by Jim Ingham · 14 years ago
  16. 0298782 Fixed a case where Mangled::GetName(...) could return a invalid demangled name when one could be calculated. by Greg Clayton · 14 years ago
  17. 251de2a Fixed a compiler warning. by Greg Clayton · 14 years ago
  18. 17454cf Add the ability for "ThreadPlanRunToAddress" to run to multiple addresses. by Jim Ingham · 14 years ago
  19. e33bdd3 Improved name demangling performance by 20% on darwin. by Greg Clayton · 14 years ago
  20. 99e79df Removed the thread specific data that was being used for demangling since by Greg Clayton · 14 years ago
  21. 86c73c1 Turns out __cxa_demangle returns the size of the buffer instead of the size of by Benjamin Kramer · 14 years ago
  22. 7d25348 Ensure GetDemangledName's thread safety by making the demangle buffer thread specific. by Benjamin Kramer · 14 years ago
  23. a408326 Add missing includes. by Eli Friedman · 14 years ago
  24. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago