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
/
Symbol
/
Function.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Stop spurious "DW_AT_specification(0x%8.8x) has no decl" warnings that were d...
Greg Clayton
2011-10-05
1
-1
/
+1
*
<rdar://problem/10212450>
Greg Clayton
2011-09-30
1
-0
/
+21
*
Update declarations for all functions/methods that accept printf-style
Jason Molenda
2011-09-20
1
-2
/
+2
*
Fixed the logging output that appears when doing a:
Greg Clayton
2011-08-16
1
-6
/
+4
*
We were leaking a stack frame in StackFrameList in Thread.cpp which could
Greg Clayton
2011-08-12
1
-0
/
+25
*
This is an overhaul of the expression parser code
Sean Callanan
2011-08-05
1
-0
/
+24
*
This change brings in the latest LLVM/Clang, and
Sean Callanan
2011-07-30
1
-4
/
+5
*
Remove an assertion and replace with safe code that emits a warning.
Greg Clayton
2011-06-24
1
-2
/
+13
*
Clean up a bit of the type getting code where lldb_private:Type now has
Greg Clayton
2011-02-16
1
-68
/
+15
*
Updated Clang to a version that supports propagating
Sean Callanan
2011-01-27
1
-2
/
+2
*
Modified the lldb_private::Type clang type resolving code to handle three
Greg Clayton
2010-11-13
1
-3
/
+22
*
Fixed an issue with Function::GetPrologueByteSize() where if a function's fir...
Greg Clayton
2010-11-11
1
-1
/
+10
*
Cleaned up a unused member variable in Debugger.
Greg Clayton
2010-09-30
1
-2
/
+2
*
Fixed the forward declaration issue that was present in the DWARF parser after
Greg Clayton
2010-09-29
1
-5
/
+5
*
Fixed a missing newline when dumping mixed disassembly.
Greg Clayton
2010-09-15
1
-4
/
+4
*
Moved the section load list up into the target so we can use the target
Greg Clayton
2010-09-14
1
-2
/
+2
*
Cleaned up the output of "image lookup --address <ADDR>" which involved
Greg Clayton
2010-09-10
1
-3
/
+9
*
Added support for inlined stack frames being represented as real stack frames
Greg Clayton
2010-08-24
1
-0
/
+10
*
Modified the host process monitor callback function Host::StartMonitoringChil...
Greg Clayton
2010-08-21
1
-45
/
+32
*
Add methods to Function to get the first and last source lines of the functio...
Jim Ingham
2010-08-20
1
-0
/
+64
*
Added support for objective C built-in types: id, Class, and SEL. This
Greg Clayton
2010-08-03
1
-2
/
+2
*
Change over to using the definitions for mach-o types and defines to the
Greg Clayton
2010-07-21
1
-3
/
+4
*
Added function name types to allow us to set breakpoints by name more
Greg Clayton
2010-06-28
1
-0
/
+10
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+432
[prev]