summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/CPPLanguageRuntime.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LanguageRuntime] Move CPPLanguageRuntime into a pluginAlex Langford2019-07-121-354/+0
* [Core] Generalize ValueObject::IsRuntimeSupportValueAlex Langford2019-07-011-14/+2
* Add a defensive check for nullptr as in the block above.Adrian Prantl2019-06-251-1/+1
* [LanguageRuntime] Introduce LLVM-style castsAlex Langford2019-06-081-0/+2
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-1/+1
* [DataFormatters] FindLibCppStdFunctionCallableInfo() currently uses FindFunct...Shafik Yaghmour2019-05-131-2/+2
* Hide runtime support values such as clang's __vla_expr from frame variableAdrian Prantl2019-05-021-1/+21
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-3/+0
* [NFC] find_first_of/find_last_of -> find/rfind for single char.Jonas Devlieghere2019-03-281-1/+1
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-5/+7
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [DataFormatters] Fixes to libc++ std::function formatter to deal with ABI cha...Shafik Yaghmour2018-12-101-0/+9
* Adding support to step into the callable wrapped by libc++ std::functionShafik Yaghmour2018-10-121-1/+74
* Remove another unused mislayered include.Benjamin Kramer2018-09-121-1/+0
* Remove unused include that's also a layering violation.Benjamin Kramer2018-09-121-1/+0
* Refactoring std::function formatter to move core functionality into CPPLangua...Shafik Yaghmour2018-09-111-0/+224
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-19/+13
* Move more functionality from the LanguageRuntimes to the Languages.Jim Ingham2015-09-021-369/+0
* Improve C++ function name handling and step-in avoid regerxp handlingTamas Berghammer2015-07-241-10/+7
* Fixed the C++ method name class to be a bit more picky about what it identifi...Greg Clayton2014-11-051-2/+47
* Setting breakpoints with name mask eFunctionNameTypeBase was broken for strai...Jim Ingham2014-10-251-10/+8
* Fixed name lookups for names that contain "::" but aren't actually C++ qualif...Greg Clayton2014-10-221-20/+11
* <rdar://problem/11398407>Greg Clayton2013-05-181-43/+7
* <rdar://problem/13506727> Greg Clayton2013-04-031-29/+182
* <rdar://problem/11113279>Greg Clayton2012-03-261-2/+0
* Adding support for an "equivalents map". This can be useful when compilers em...Enrico Granata2012-02-031-0/+151
* Move the responsibility for translating the various eFunctionNameType lookups...Jim Ingham2011-10-071-0/+78
* Remove unneeded ExecutionContextScope variables.Jim Ingham2011-03-311-1/+1
* Add "-o" option to "expression" which prints the object description if availa...Jim Ingham2010-09-301-0/+7
* Replace the vestigial Value::GetOpaqueCLangQualType with the more correct Val...Jim Ingham2010-09-281-1/+9
* Committing the skeleton of Language runtime plugin classes.Jim Ingham2010-09-231-0/+27
OpenPOWER on IntegriCloud