index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
source
/
Plugins
/
LanguageRuntime
/
CPlusPlus
/
ItaniumABI
/
ItaniumABILanguageRuntime.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[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
1
-0
/
+43
*
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
1
-0
/
+6
*
<rdar://problem/13635174>
Greg Clayton
2013-10-11
1
-1
/
+1
*
Huge change to clean up types.
Greg Clayton
2013-07-11
1
-15
/
+9
*
<rdar://problem/13854277>
Greg Clayton
2013-05-10
1
-13
/
+11
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-1
/
+1
*
<rdar://problem/13372857>
Greg Clayton
2013-03-11
1
-67
/
+61
*
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
*
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
1
-11
/
+46
*
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
1
-26
/
+25
*
First step to making an LanguageRuntime Exception breakpoint API.
Jim Ingham
2012-03-03
1
-38
/
+48
*
<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
*
Change "frame var" over to using OptionGroups (and thus the OptionGroupVariab...
Jim Ingham
2011-05-04
1
-1
/
+4
*
Adding support for fetching the Dynamic Value for ObjC Objects.
Jim Ingham
2011-05-02
1
-5
/
+32
*
Add support for "dynamic values" for C++ classes. This currently only works ...
Jim Ingham
2011-04-16
1
-4
/
+128
*
Remove unneeded ExecutionContextScope variables.
Jim Ingham
2011-03-31
1
-1
/
+1
*
LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide
Greg Clayton
2011-03-08
1
-19
/
+0
*
Factored the code that implements breakpoints on
Sean Callanan
2010-11-03
1
-0
/
+88
*
Replace the vestigial Value::GetOpaqueCLangQualType with the more correct Val...
Jim Ingham
2010-09-28
1
-13
/
+20
*
Committing the skeleton of Language runtime plugin classes.
Jim Ingham
2010-09-23
1
-0
/
+111
[prev]