summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Mangled.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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