summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Mangled.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix Mangled::Compare()Stefan Granitz2018-08-061-1/+1
* Add ConstString::IsNull() to tell between null vs. empty strings and fix usag...Stefan Granitz2018-08-061-2/+2
* Change ConstString::SetCStringWithMangledCounterpart to use StringRefPavel Labath2018-08-061-1/+1
* Use LLVM's new ItaniumPartialDemangler in LLDBStefan Granitz2018-07-251-29/+16
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-41/+36
* Move Timer and TraceOptions from Core to UtilityPavel Labath2017-06-291-1/+1
* Fix LLDB build.Zachary Turner2017-06-231-1/+1
* Remove an expensive lock from TimerPavel Labath2017-05-151-2/+2
* Teach SBFrame how to guess its language.Jim Ingham2017-04-121-0/+8
* iwyu fixes for lldbCore.Zachary Turner2017-04-061-10/+18
* Move many other files from Core -> Utility.Zachary Turner2017-03-061-1/+1
* Move Log from Core -> Utility.Zachary Turner2017-03-031-2/+2
* clang-format the Mangled changes.Zachary Turner2017-02-281-12/+14
* Wrap the call to UndecorateSymbolName in a mutex.Zachary Turner2017-02-281-11/+19
* Move classes from Core -> Utility.Zachary Turner2017-02-021-3/+3
* Fix build for mingw.Hafiz Abid Qadeer2016-12-151-2/+2
* Convert some Args index-based iteration to range-style iteration.Zachary Turner2016-10-051-0/+10
* Make lldb -Werror clean on Windows.Zachary Turner2016-10-051-1/+1
* Use llvm's demangler.Rafael Espindola2016-09-071-2/+3
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-318/+255
* Add cmake option to choose whether to use the builtin demanglerPavel Labath2016-08-261-7/+2
* Delete Host/windows/win32.hZachary Turner2016-08-091-1/+1
* Add a new "lldb" log channel named "demangle". If we have crashes that are re...Greg Clayton2016-05-271-0/+23
* Don't demangle a name when Mangled::GetName() is called with ePreferMangled. ...Greg Clayton2015-12-171-6/+4
* Rework breakpoint language filtering to use the symbol context's language.Dawn Perchik2015-12-161-2/+14
* Move more functionality from the LanguageRuntimes to the Languages.Jim Ingham2015-09-021-2/+2
* Improve C++ function name handling and step-in avoid regerxp handlingTamas Berghammer2015-07-241-3/+4
* Make many mangled functions that might demangle a name be allowed to specify ...Greg Clayton2015-07-081-23/+19
* Add a GetDisplayName() API to SBFrame, SBFunction and SBSymbolEnrico Granata2015-07-061-0/+6
* Fix linking issue after r241271 (dbghelp.lib was removed from default depende...Leny Kholodov2015-07-021-0/+1
* Add const qualifier to Mangled::GuessLanguageDawn Perchik2015-06-251-1/+1
* Rename Mangled::GetLanguage to Mangled::GuessLanguageDawn Perchik2015-06-251-1/+1
* Fix a variety of typos.Bruce Mitchener2015-06-181-1/+1
* Resubmitting r238459 and r238460 with fix for Linux.Chaoren Lin2015-05-281-4993/+63
* Revert "Move inlined cxa_demangle.cpp to a separate file."Ying Chen2015-05-281-2/+4953
* Revert "Allow both MSVC and Itanium mangling schemes."Ying Chen2015-05-281-61/+40
* Allow both MSVC and Itanium mangling schemes.Chaoren Lin2015-05-281-40/+61
* Move inlined cxa_demangle.cpp to a separate file.Chaoren Lin2015-05-281-4953/+2
* Bug 23051 - Fix build failure on Freebsd with gcc 4.9.Sylvestre Ledru2015-03-281-1/+1
* Adding the ability to get the language from a mangled name. This isn't used i...Greg Clayton2015-01-231-0/+15
* Fix a little thinko in r226017 - the code to actually add the demangled name ...Jim Ingham2015-01-151-4/+6
* Implement demangling on Windows.Zachary Turner2015-01-141-7/+22
* Fix unused variable warning from r219544.Eric Christopher2014-10-101-1/+0
* Add a new disassembly-format specification so that the disassemblerJason Molenda2014-10-101-0/+62
* 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
OpenPOWER on IntegriCloud