summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Mangled.cpp
Commit message (Expand)AuthorAgeFilesLines
* Mangled: Fix an 'unused variable' warning on GNU/LinuxDavid Majnemer2014-07-221-2/+1
* Dramatically improves C++ demangling performance by introducing a new impleme...Kate Stone2014-07-221-2/+16
* Improve LLDB's embedded C++ demangler by addressing the following two issues:Kate Stone2014-07-221-4/+5
* Revert r205769 as it breaks the build on FreeBSD:Ed Maste2014-04-081-13/+7
* Improve demangler to compile with MSVC.Virgile Bello2014-04-081-7/+13
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-1/+2
* Updated to latest and greatest demangler sources.Greg Clayton2014-01-231-1/+14
* Pickup fixes for demangling crashers.Greg Clayton2013-12-121-18/+271
* Fix MSVC buildColin Riley2013-11-201-1/+6
* Added more details on the exact version of the cxa_demangle.cpp file for the ...Greg Clayton2013-10-311-4/+12
* Use inlined demangler on FreeBSDEd Maste2013-10-311-1/+1
* <rdar://problem/15201312>Greg Clayton2013-10-301-4/+4683
* Visual Studio 2013 compilation support: added some #ifdef _MSC_VER for unsupp...Virgile Bello2013-09-181-0/+6
* Remove lldb's custom copy of the C++ demangler, used only on MacJason Molenda2013-07-031-12/+0
* Use C-style include to match style in file (instead of C++ style)Daniel Malea2013-05-311-1/+1
* FreeBSD cmake build fixes.Daniel Malea2013-05-311-0/+1
* Make size_t known before including cxxabi.h (FreeBSD fix)Filipe Cabecinhas2012-09-111-0/+2
* <rdar://problem/12029894>Greg Clayton2012-08-061-2/+14
* Pull in cxa_demangle.cpp/.h from llvm's libcxxabi project. Change the namesp...Johnny Chen2012-08-041-0/+2
* Cleaned up the lldb_private::Mangled class to get rid of the tokenizing code ...Greg Clayton2012-07-181-522/+1
* <rdar://problem/10998370>Greg Clayton2012-07-181-6/+91
* Added new symbol types for Objective C classes, metaclasses, and ivars. EachGreg Clayton2011-12-031-19/+0
* I modified the StringMap that was being used to unique our debugger C stringsGreg Clayton2011-06-091-27/+3
* Did some work on the "register read" command to only show the first registerGreg Clayton2011-04-221-3/+11
* Move the demangle-failed indication out a bit so other failing casesJason Molenda2010-12-151-6/+6
* Fix a crash on some platforms where a dSYM for a system library lists a DW_AT...Jason Molenda2010-12-151-1/+2
* Just like functions can have a basename and a mangled/demangled name, variableGreg Clayton2010-11-141-0/+14
* The Mangled name comparision should prefer the mangled name.Jim Ingham2010-09-151-1/+1
* Fixed a case where Mangled::GetName(...) could return a invalid demangled nam...Greg Clayton2010-09-141-7/+7
* Fixed a compiler warning.Greg Clayton2010-09-141-18/+12
* Add the ability for "ThreadPlanRunToAddress" to run to multiple addresses.Jim Ingham2010-09-141-6/+22
* Improved name demangling performance by 20% on darwin.Greg Clayton2010-09-031-8/+39
* Removed the thread specific data that was being used for demangling sinceGreg Clayton2010-07-021-55/+4
* Turns out __cxa_demangle returns the size of the buffer instead of the size ofBenjamin Kramer2010-06-221-5/+2
* Ensure GetDemangledName's thread safety by making the demangle buffer thread ...Benjamin Kramer2010-06-221-12/+54
* Add missing includes.Eli Friedman2010-06-091-0/+2
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+733
OpenPOWER on IntegriCloud