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