summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Target] Remove Target::GetScratchClangASTContextAlex Langford2019-12-121-1/+4
* Don't assume that __cxa_current_exception_type exists.Jim Ingham2019-11-011-0/+3
* Remove the is_mangled flag from Mangled and SymbolAdrian Prantl2019-10-091-1/+1
* Remove size_t return parameter from FindTypesAdrian Prantl2019-10-011-17/+13
* [lldb][NFC] Remove ArgEntry::ref memberRaphael Isemann2019-09-131-4/+4
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-35/+32
* [FileSpecList] Add EmplaceBack method (NFC)Jonas Devlieghere2019-07-181-2/+2
* [CplusPlus] ISVTableName is unused. NFCI.Davide Italiano2019-07-051-8/+0
* [LanguageRuntime] Simplify CreateExceptionSearchFilter in derived classesAlex Langford2019-06-111-4/+2
* [LanguageRuntime] Introduce LLVM-style castsAlex Langford2019-06-081-0/+2
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-5/+5
* [Target] Generalize some behavior in ThreadAlex Langford2019-05-151-0/+4
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-4/+0
* Unify random timeouts throughout LLDB and make them configurable.Adrian Prantl2019-04-051-1/+1
* Delete type_sp member from TypePairPavel Labath2019-03-151-4/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [SymbolFile] Remove SymbolContext parameter from FindTypes.Zachary Turner2019-01-141-2/+2
* [lldb] Check SafeToCallFunctions before calling functions in GetExceptionObje...Kuba Mracek2019-01-041-0/+3
* [lldb] Retrieve currently handled Obj-C exception via __cxa_current_exception...Kuba Mracek2018-12-201-0/+58
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-4/+1
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-2/+2
* Convert code to use early exits in prepraration for future changes. (NFC)Adrian Prantl2018-10-151-56/+56
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-39/+30
* We were getting the wrong dynamic type if there were two classes with the sam...Jim Ingham2018-03-011-2/+7
* Rename Error -> Status.Zachary Turner2017-05-121-2/+2
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* Convert some Args index-based iteration to range-style iteration.Zachary Turner2016-10-051-26/+24
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-509/+466
* LLDB help content has accumulated over time without a recent attempt toKate Stone2016-07-141-5/+3
* We have many radars showing that stepping through C++ code can result in slow...Greg Clayton2016-05-231-133/+148
* Revert r268591Enrico Granata2016-05-051-3/+1
* Allow LanguageRuntimes to return an error if they fail in the course of dynam...Enrico Granata2016-05-051-1/+3
* Add a 'language cplusplus demangle' command. This can be useful to provide a ...Enrico Granata2016-03-251-1/+89
* Add an "offset" option to "break set -n" and "break set -f -l". Jim Ingham2016-03-091-0/+1
* Now that SymbolFileDWARF supports having types in completely separate .pcm fi...Greg Clayton2016-02-101-0/+4
* Don't complete a class type just to test if it is a class. Code in CompilerTy...Greg Clayton2016-02-091-2/+2
* Better scheme to lookup alternate mangled name when looking up function address.Siva Chandra2016-01-071-51/+0
* On second thought, amend the previous patch to pass itself the ValueObject& f...Enrico Granata2015-09-221-1/+3
* Move the logic to post-process dynamic types for ValueObject purposes from th...Enrico Granata2015-09-221-0/+34
* Make LanguageRuntime::GetDynamicTypeAndAddress return a ValueTypeEnrico Granata2015-09-171-1/+3
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-4/+4
* First step in getting LLDB ready to support multiple different type systems.Greg Clayton2015-08-111-1/+1
* Don't specify languages when setting breakpoints in C function names. We won'...Greg Clayton2015-07-221-1/+1
* Add support for specifying a language to use when parsing breakpoints.Dawn Perchik2015-07-211-0/+1
* Make many mangled functions that might demangle a name be allowed to specify ...Greg Clayton2015-07-081-1/+1
* Revert "Introduce a TypeSystem interface to support adding non-clang languages."Pavel Labath2015-06-081-1/+1
* Introduce a TypeSystem interface to support adding non-clang languages.Pavel Labath2015-06-081-1/+1
* Use a singleton accessor for the static list of alternate mangling prefixes s...Greg Clayton2015-04-161-7/+15
OpenPOWER on IntegriCloud