summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/LanguageRuntime/CPlusPlus
Commit message (Expand)AuthorAgeFilesLines
* In a prior commit, I changed the parameters around on a ModuleList::FindTypes...Greg Clayton2012-04-061-64/+99
* Converted commented out printf statements for dynamic type logging to use the...Greg Clayton2012-03-281-22/+23
* Commented out printf's for the time being.Johnny Chen2012-03-271-4/+7
* <rdar://problem/11113279>Greg Clayton2012-03-261-34/+54
* First stage of implementing step by "run to next branch". Doesn't work yet, ...Jim Ingham2012-03-091-22/+2
* Fix a little nit with exception breakpoints for C++, the expression parser wa...Jim Ingham2012-03-062-11/+49
* Add a test case and fix the C++ exception symbols.Jim Ingham2012-03-061-1/+1
* Make it possible to set Exception breakpoints when the target doesn't yetJim Ingham2012-03-052-28/+27
* First step to making an LanguageRuntime Exception breakpoint API.Jim Ingham2012-03-032-39/+52
* <rdar://problem/10103468>Greg Clayton2012-02-241-2/+1
* This checking is part one of trying to add some threading safety to ourGreg Clayton2012-02-171-3/+5
* Added the ability to restrict breakpoints by function name, function regexp, ...Jim Ingham2011-09-231-0/+2
* Redesign of the interaction between Python and frozen objects:Enrico Granata2011-09-061-1/+1
* Public API changes:Enrico Granata2011-07-291-2/+2
* Don't delete & remake the exception breakpoints every time you need them. Ma...Jim Ingham2011-07-231-4/+6
* lldb-59.Greg Clayton2011-05-301-1/+1
* Add the LanguageRuntime plugins to the makefile build, and remove theCharles Davis2011-05-191-0/+14
* Change "frame var" over to using OptionGroups (and thus the OptionGroupVariab...Jim Ingham2011-05-042-2/+8
* Adding support for fetching the Dynamic Value for ObjC Objects.Jim Ingham2011-05-022-6/+33
* Add support for "dynamic values" for C++ classes. This currently only works ...Jim Ingham2011-04-162-7/+134
* Remove unneeded ExecutionContextScope variables.Jim Ingham2011-03-312-2/+2
* LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provideGreg Clayton2011-03-082-28/+0
* Factored the code that implements breakpoints onSean Callanan2010-11-032-0/+101
* Replace the vestigial Value::GetOpaqueCLangQualType with the more correct Val...Jim Ingham2010-09-282-13/+23
* Committing the skeleton of Language runtime plugin classes.Jim Ingham2010-09-232-0/+183
OpenPOWER on IntegriCloud