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
*
Add a 'language cplusplus demangle' command. This can be useful to provide a ...
Enrico Granata
2016-03-25
1
-1
/
+89
*
Add an "offset" option to "break set -n" and "break set -f -l".
Jim Ingham
2016-03-09
1
-0
/
+1
*
Now that SymbolFileDWARF supports having types in completely separate .pcm fi...
Greg Clayton
2016-02-10
1
-0
/
+4
*
Don't complete a class type just to test if it is a class. Code in CompilerTy...
Greg Clayton
2016-02-09
1
-2
/
+2
*
Better scheme to lookup alternate mangled name when looking up function address.
Siva Chandra
2016-01-07
1
-51
/
+0
*
On second thought, amend the previous patch to pass itself the ValueObject& f...
Enrico Granata
2015-09-22
1
-1
/
+3
*
Move the logic to post-process dynamic types for ValueObject purposes from th...
Enrico Granata
2015-09-22
1
-0
/
+34
*
Make LanguageRuntime::GetDynamicTypeAndAddress return a ValueType
Enrico Granata
2015-09-17
1
-1
/
+3
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
1
-4
/
+4
*
First step in getting LLDB ready to support multiple different type systems.
Greg Clayton
2015-08-11
1
-1
/
+1
*
Don't specify languages when setting breakpoints in C function names. We won'...
Greg Clayton
2015-07-22
1
-1
/
+1
*
Add support for specifying a language to use when parsing breakpoints.
Dawn Perchik
2015-07-21
1
-0
/
+1
*
Make many mangled functions that might demangle a name be allowed to specify ...
Greg Clayton
2015-07-08
1
-1
/
+1
*
Revert "Introduce a TypeSystem interface to support adding non-clang languages."
Pavel Labath
2015-06-08
1
-1
/
+1
*
Introduce a TypeSystem interface to support adding non-clang languages.
Pavel Labath
2015-06-08
1
-1
/
+1
*
Use a singleton accessor for the static list of alternate mangling prefixes s...
Greg Clayton
2015-04-16
1
-7
/
+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
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
[next]