| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use a singleton accessor for the static list of alternate mangling prefixes s... | Greg Clayton | 2015-04-16 | 2 | -9/+15 |
| * | [ItaniumABILanguageRuntime] Remove an unneccesary 'typename' keyword. | Siva Chandra | 2015-04-09 | 1 | -1/+1 |
| * | [IRForTarget] Strenghten handling of alternate mangling. | Siva Chandra | 2015-04-09 | 2 | -0/+51 |
| * | Add additional DWARF 5 language constants. | Bruce Mitchener | 2015-02-06 | 1 | -1/+2 |
| * | Add enumerations for additional languages from DWARF spec updates. | Bruce Mitchener | 2014-07-03 | 1 | -1/+3 |
| * | Avoid crash if symbol returns a null name | Ed Maste | 2014-04-03 | 1 | -1/+1 |
| * | Get the breakpoint setting, and the Mac OS X DYLD trampolines and expression ... | Jim Ingham | 2014-01-10 | 1 | -1/+3 |
| * | For logical backtrace work, lldb needs to track Module unloads etc & symoblic... | Greg Clayton | 2013-12-06 | 1 | -0/+1 |
| * | This patch does a couple of things. | Jim Ingham | 2013-11-07 | 2 | -0/+9 |
| * | <rdar://problem/13635174> | Greg Clayton | 2013-10-11 | 1 | -1/+1 |
| * | Convert to UNIX line endings. | Joerg Sonnenberger | 2013-09-25 | 2 | -7/+7 |
| * | Huge change to clean up types. | Greg Clayton | 2013-07-11 | 1 | -15/+9 |
| * | <rdar://problem/13854277> | Greg Clayton | 2013-05-10 | 2 | -17/+15 |
| * | <rdar://problem/13521159> | Greg Clayton | 2013-03-27 | 1 | -1/+1 |
| * | Buildbot was failing to build. I guess classes declared in implementation fil... | Greg Clayton | 2013-03-11 | 1 | -3/+4 |
| * | <rdar://problem/13372857> | Greg Clayton | 2013-03-11 | 2 | -68/+71 |
| * | Fix a reversed test for "for_expression" in creating C++ exception breakpoints. | Jim Ingham | 2013-03-09 | 1 | -9/+17 |
| * | Removing leftover printf() statement | Enrico Granata | 2013-02-26 | 1 | -1/+0 |
| * | <rdar://problem/13289157> | Greg Clayton | 2013-02-26 | 1 | -2/+15 |
| * | Adding CMake build system to LLDB. Some known issues remain: | Daniel Malea | 2013-02-21 | 2 | -0/+7 |
| * | Add a test for handling a function call that throws an exception, and make it... | Jim Ingham | 2013-02-14 | 1 | -1/+2 |
| * | Add "target.process.stop-on-shared-library-events" setting, and make it work. | Jim Ingham | 2013-01-26 | 1 | -0/+1 |
| * | <rdar://problem/13069948> | Greg Clayton | 2013-01-25 | 1 | -5/+5 |
| * | <rdar://problem/12711206> | Enrico Granata | 2013-01-23 | 1 | -1/+3 |
| * | Resolve printf formatting warnings on Linux: | Daniel Malea | 2012-11-29 | 1 | -6/+6 |
| * | <rdar://problem/11757916> | Greg Clayton | 2012-08-29 | 1 | -0/+2 |
| * | Improve dynamic type resolution efficiency by looking for the type in the mod... | Greg Clayton | 2012-07-10 | 1 | -5/+23 |
| * | <rdar://problem/11355592> Fixing a bug where we would incorrectly try and det... | Enrico Granata | 2012-05-21 | 1 | -1/+3 |
| * | In a prior commit, I changed the parameters around on a ModuleList::FindTypes... | Greg Clayton | 2012-04-06 | 1 | -64/+99 |
| * | Converted commented out printf statements for dynamic type logging to use the... | Greg Clayton | 2012-03-28 | 1 | -22/+23 |
| * | Commented out printf's for the time being. | Johnny Chen | 2012-03-27 | 1 | -4/+7 |
| * | <rdar://problem/11113279> | Greg Clayton | 2012-03-26 | 1 | -34/+54 |
| * | First stage of implementing step by "run to next branch". Doesn't work yet, ... | Jim Ingham | 2012-03-09 | 1 | -22/+2 |
| * | Fix a little nit with exception breakpoints for C++, the expression parser wa... | Jim Ingham | 2012-03-06 | 2 | -11/+49 |
| * | Add a test case and fix the C++ exception symbols. | Jim Ingham | 2012-03-06 | 1 | -1/+1 |
| * | Make it possible to set Exception breakpoints when the target doesn't yet | Jim Ingham | 2012-03-05 | 2 | -28/+27 |
| * | First step to making an LanguageRuntime Exception breakpoint API. | Jim Ingham | 2012-03-03 | 2 | -39/+52 |
| * | <rdar://problem/10103468> | Greg Clayton | 2012-02-24 | 1 | -2/+1 |
| * | This checking is part one of trying to add some threading safety to our | Greg Clayton | 2012-02-17 | 1 | -3/+5 |
| * | Added the ability to restrict breakpoints by function name, function regexp, ... | Jim Ingham | 2011-09-23 | 1 | -0/+2 |
| * | Redesign of the interaction between Python and frozen objects: | Enrico Granata | 2011-09-06 | 1 | -1/+1 |
| * | Public API changes: | Enrico Granata | 2011-07-29 | 1 | -2/+2 |
| * | Don't delete & remake the exception breakpoints every time you need them. Ma... | Jim Ingham | 2011-07-23 | 1 | -4/+6 |
| * | lldb-59. | Greg Clayton | 2011-05-30 | 1 | -1/+1 |
| * | Add the LanguageRuntime plugins to the makefile build, and remove the | Charles Davis | 2011-05-19 | 1 | -0/+14 |
| * | Change "frame var" over to using OptionGroups (and thus the OptionGroupVariab... | Jim Ingham | 2011-05-04 | 2 | -2/+8 |
| * | Adding support for fetching the Dynamic Value for ObjC Objects. | Jim Ingham | 2011-05-02 | 2 | -6/+33 |
| * | Add support for "dynamic values" for C++ classes. This currently only works ... | Jim Ingham | 2011-04-16 | 2 | -7/+134 |
| * | Remove unneeded ExecutionContextScope variables. | Jim Ingham | 2011-03-31 | 2 | -2/+2 |
| * | LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide | Greg Clayton | 2011-03-08 | 2 | -28/+0 |