summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/LanguageRuntime/CPlusPlus
Commit message (Expand)AuthorAgeFilesLines
* Use a singleton accessor for the static list of alternate mangling prefixes s...Greg Clayton2015-04-162-9/+15
* [ItaniumABILanguageRuntime] Remove an unneccesary 'typename' keyword.Siva Chandra2015-04-091-1/+1
* [IRForTarget] Strenghten handling of alternate mangling.Siva Chandra2015-04-092-0/+51
* Add additional DWARF 5 language constants.Bruce Mitchener2015-02-061-1/+2
* Add enumerations for additional languages from DWARF spec updates.Bruce Mitchener2014-07-031-1/+3
* Avoid crash if symbol returns a null nameEd Maste2014-04-031-1/+1
* Get the breakpoint setting, and the Mac OS X DYLD trampolines and expression ...Jim Ingham2014-01-101-1/+3
* For logical backtrace work, lldb needs to track Module unloads etc & symoblic...Greg Clayton2013-12-061-0/+1
* This patch does a couple of things. Jim Ingham2013-11-072-0/+9
* <rdar://problem/13635174>Greg Clayton2013-10-111-1/+1
* Convert to UNIX line endings.Joerg Sonnenberger2013-09-252-7/+7
* Huge change to clean up types.Greg Clayton2013-07-111-15/+9
* <rdar://problem/13854277>Greg Clayton2013-05-102-17/+15
* <rdar://problem/13521159>Greg Clayton2013-03-271-1/+1
* Buildbot was failing to build. I guess classes declared in implementation fil...Greg Clayton2013-03-111-3/+4
* <rdar://problem/13372857> Greg Clayton2013-03-112-68/+71
* Fix a reversed test for "for_expression" in creating C++ exception breakpoints.Jim Ingham2013-03-091-9/+17
* Removing leftover printf() statementEnrico Granata2013-02-261-1/+0
* <rdar://problem/13289157>Greg Clayton2013-02-261-2/+15
* Adding CMake build system to LLDB. Some known issues remain:Daniel Malea2013-02-212-0/+7
* Add a test for handling a function call that throws an exception, and make it...Jim Ingham2013-02-141-1/+2
* Add "target.process.stop-on-shared-library-events" setting, and make it work.Jim Ingham2013-01-261-0/+1
* <rdar://problem/13069948>Greg Clayton2013-01-251-5/+5
* <rdar://problem/12711206>Enrico Granata2013-01-231-1/+3
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-6/+6
* <rdar://problem/11757916>Greg Clayton2012-08-291-0/+2
* Improve dynamic type resolution efficiency by looking for the type in the mod...Greg Clayton2012-07-101-5/+23
* <rdar://problem/11355592> Fixing a bug where we would incorrectly try and det...Enrico Granata2012-05-211-1/+3
* 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
OpenPOWER on IntegriCloud