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
/
Core
/
Mangled.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move the demangle-failed indication out a bit so other failing cases
Jason Molenda
2010-12-15
1
-6
/
+6
*
Fix a crash on some platforms where a dSYM for a system library lists a DW_AT...
Jason Molenda
2010-12-15
1
-1
/
+2
*
Just like functions can have a basename and a mangled/demangled name, variable
Greg Clayton
2010-11-14
1
-0
/
+14
*
The Mangled name comparision should prefer the mangled name.
Jim Ingham
2010-09-15
1
-1
/
+1
*
Fixed a case where Mangled::GetName(...) could return a invalid demangled nam...
Greg Clayton
2010-09-14
1
-7
/
+7
*
Fixed a compiler warning.
Greg Clayton
2010-09-14
1
-18
/
+12
*
Add the ability for "ThreadPlanRunToAddress" to run to multiple addresses.
Jim Ingham
2010-09-14
1
-6
/
+22
*
Improved name demangling performance by 20% on darwin.
Greg Clayton
2010-09-03
1
-8
/
+39
*
Removed the thread specific data that was being used for demangling since
Greg Clayton
2010-07-02
1
-55
/
+4
*
Turns out __cxa_demangle returns the size of the buffer instead of the size of
Benjamin Kramer
2010-06-22
1
-5
/
+2
*
Ensure GetDemangledName's thread safety by making the demangle buffer thread ...
Benjamin Kramer
2010-06-22
1
-12
/
+54
*
Add missing includes.
Eli Friedman
2010-06-09
1
-0
/
+2
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+733