summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/CPPLanguageRuntime.cpp
Commit message (Expand)AuthorAgeFilesLines
* *** 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