summaryrefslogtreecommitdiff
path: root/lldb/source/Target/CPPLanguageRuntime.cpp
AgeCommit message (Expand)Author
2019-07-12[LanguageRuntime] Move CPPLanguageRuntime into a pluginAlex Langford
2019-07-01[Core] Generalize ValueObject::IsRuntimeSupportValueAlex Langford
2019-06-25Add a defensive check for nullptr as in the block above.Adrian Prantl
2019-06-08[LanguageRuntime] Introduce LLVM-style castsAlex Langford
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-05-13[DataFormatters] FindLibCppStdFunctionCallableInfo() currently uses FindFunct...Shafik Yaghmour
2019-05-02Hide runtime support values such as clang's __vla_expr from frame variableAdrian Prantl
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-28[NFC] find_first_of/find_last_of -> find/rfind for single char.Jonas Devlieghere
2019-02-11Use std::make_shared in LLDB (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-10[DataFormatters] Fixes to libc++ std::function formatter to deal with ABI cha...Shafik Yaghmour
2018-10-12Adding support to step into the callable wrapped by libc++ std::functionShafik Yaghmour
2018-09-12Remove another unused mislayered include.Benjamin Kramer
2018-09-12Remove unused include that's also a layering violation.Benjamin Kramer
2018-09-11Refactoring std::function formatter to move core functionality into CPPLangua...Shafik Yaghmour
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-09-02Move more functionality from the LanguageRuntimes to the Languages.Jim Ingham
2015-07-24Improve C++ function name handling and step-in avoid regerxp handlingTamas Berghammer
2014-11-05Fixed the C++ method name class to be a bit more picky about what it identifi...Greg Clayton
2014-10-25Setting breakpoints with name mask eFunctionNameTypeBase was broken for strai...Jim Ingham
2014-10-22Fixed name lookups for names that contain "::" but aren't actually C++ qualif...Greg Clayton
2013-05-18<rdar://problem/11398407>Greg Clayton
2013-04-03<rdar://problem/13506727> Greg Clayton
2012-03-26<rdar://problem/11113279>Greg Clayton
2012-02-03Adding support for an "equivalents map". This can be useful when compilers em...Enrico Granata
2011-10-07Move the responsibility for translating the various eFunctionNameType lookups...Jim Ingham
2011-03-31Remove unneeded ExecutionContextScope variables.Jim Ingham
2010-09-30Add "-o" option to "expression" which prints the object description if availa...Jim Ingham
2010-09-28Replace the vestigial Value::GetOpaqueCLangQualType with the more correct Val...Jim Ingham
2010-09-23Committing the skeleton of Language runtime plugin classes.Jim Ingham