summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [ItaniumABILanguageRuntime] Remove an unneccesary 'typename' keyword.Siva Chandra2015-04-091-1/+1
* [IRForTarget] Strenghten handling of alternate mangling.Siva Chandra2015-04-091-0/+43
* 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-071-0/+6
* <rdar://problem/13635174>Greg Clayton2013-10-111-1/+1
* Huge change to clean up types.Greg Clayton2013-07-111-15/+9
* <rdar://problem/13854277>Greg Clayton2013-05-101-13/+11
* <rdar://problem/13521159>Greg Clayton2013-03-271-1/+1
* <rdar://problem/13372857> Greg Clayton2013-03-111-67/+61
* 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
* 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-061-11/+46
* 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-051-26/+25
* First step to making an LanguageRuntime Exception breakpoint API.Jim Ingham2012-03-031-38/+48
* <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
* Change "frame var" over to using OptionGroups (and thus the OptionGroupVariab...Jim Ingham2011-05-041-1/+4
* Adding support for fetching the Dynamic Value for ObjC Objects.Jim Ingham2011-05-021-5/+32
* Add support for "dynamic values" for C++ classes. This currently only works ...Jim Ingham2011-04-161-4/+128
* Remove unneeded ExecutionContextScope variables.Jim Ingham2011-03-311-1/+1
* LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provideGreg Clayton2011-03-081-19/+0
* Factored the code that implements breakpoints onSean Callanan2010-11-031-0/+88
* Replace the vestigial Value::GetOpaqueCLangQualType with the more correct Val...Jim Ingham2010-09-281-13/+20
* Committing the skeleton of Language runtime plugin classes.Jim Ingham2010-09-231-0/+111
OpenPOWER on IntegriCloud