summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/LanguageRuntime/CPlusPlus
Commit message (Expand)AuthorAgeFilesLines
* [Target] Remove Target::GetScratchClangASTContextAlex Langford2019-12-121-1/+4
* [lldb] remove a superfluous semicolonPavel Labath2019-11-261-1/+1
* [LLDB][Formatters] Re-enable std::function formatter with fixes to improve no...shafik2019-11-121-78/+121
* [LLDB] Adding caching to libc++ std::function formatter for lookups that requ...shafik2019-11-062-13/+35
* Don't assume that __cxa_current_exception_type exists.Jim Ingham2019-11-011-0/+3
* Modernize the rest of the Find.* API (NFC)Adrian Prantl2019-10-171-1/+1
* 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
* [LanguageRuntime] Move CPPLanguageRuntime into a pluginAlex Langford2019-07-125-1/+455
* [CplusPlus] ISVTableName is unused. NFCI.Davide Italiano2019-07-052-10/+0
* [LanguageRuntime] Simplify CreateExceptionSearchFilter in derived classesAlex Langford2019-06-111-4/+2
* [LanguageRuntime] Introduce LLVM-style castsAlex Langford2019-06-082-3/+14
* [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-102-8/+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-192-8/+6
* [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-202-0/+61
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-4/+1
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* [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
* [CMake] [2/4] Update a batch of pluginsChris Bieneman2017-01-311-1/+8
* 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-062-614/+553
* LLDB help content has accumulated over time without a recent attempt toKate Stone2016-07-141-5/+3
* Add a missing include to ItaniumABILanguageRuntime.hPavel Labath2016-05-241-0/+1
* We have many radars showing that stepping through C++ code can result in slow...Greg Clayton2016-05-232-136/+173
* Revert r268591Enrico Granata2016-05-052-5/+2
* Allow LanguageRuntimes to return an error if they fail in the course of dynam...Enrico Granata2016-05-052-2/+5
* 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
* Remove autoconf support from source directories.Eugene Zelenko2016-01-281-14/+0
* Better scheme to lookup alternate mangled name when looking up function address.Siva Chandra2016-01-072-54/+0
* Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko2015-10-221-45/+43
* On second thought, amend the previous patch to pass itself the ValueObject& f...Enrico Granata2015-09-222-3/+5
OpenPOWER on IntegriCloud