summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Mangled.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LLDB] Fix handling for the clang name mangling extension for block invocationsshafik2019-11-061-15/+23
* [LLDB] Use the llvm microsoft demangler instead of the windows dbghelp api. N...Martin Storsjo2019-10-161-41/+7
* Remove the is_mangled flag from Mangled and SymbolAdrian Prantl2019-10-091-16/+0
* Mark constructor as default and remove implementation (NFC)Adrian Prantl2019-10-071-2/+0
* Revert "[LLDB] Use the llvm microsoft demangler instead of the windows dbghel...Martin Storsjo2019-09-281-3/+41
* [LLDB] Use the llvm microsoft demangler instead of the windows dbghelp api. NFC.Martin Storsjo2019-09-281-41/+3
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-4/+4
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-1/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-34/+0
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-7/+7
* Remove unnecessary demangling operation (NFC)Adrian Prantl2019-02-271-7/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-3/+1
* Silence some "control reaches end of non-void function" warnings with gccPavel Labath2018-08-311-0/+1
* RichManglingContext: Make m_ipd_str_len a local variable and simplify process...Stefan Granitz2018-08-101-4/+4
* Use rich mangling information in Symtab::InitNameIndexes()Stefan Granitz2018-08-081-45/+130
* 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
OpenPOWER on IntegriCloud