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
/
Target
/
StackFrame.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
The LLDB API (lldb::SB*) is now thread safe!
Greg Clayton
2010-12-20
1
-1
/
+1
*
Fixed the "expression" command object to use the StackFrame::GetValueForExpre...
Greg Clayton
2010-12-15
1
-115
/
+195
*
Modified LLDB expressions to not have to JIT and run code just to see variable
Greg Clayton
2010-12-14
1
-0
/
+153
*
Change the DWARFExpression::Evaluate methods to take an optional
Jason Molenda
2010-11-20
1
-1
/
+1
*
Fixed StackFrame::GetVariableList to add global
Sean Callanan
2010-11-01
1
-12
/
+17
*
Updated the lldb_private::Flags class to have better method names and made
Greg Clayton
2010-10-27
1
-2
/
+2
*
There are now to new "settings set" variables that live in each debugger
Greg Clayton
2010-10-04
1
-3
/
+27
*
Add GetSP to the StackFrame.
Jim Ingham
2010-09-23
1
-0
/
+6
*
Moved the section load list up into the target so we can use the target
Greg Clayton
2010-09-14
1
-4
/
+4
*
Looking at some of the test suite failures in DWARF in .o files with the
Greg Clayton
2010-09-14
1
-1
/
+5
*
Fixed an assertion that happened when debugging DWARF in .o files with debug
Greg Clayton
2010-09-13
1
-2
/
+7
*
Added more API to lldb::SBBlock to allow getting the block
Greg Clayton
2010-09-07
1
-42
/
+59
*
Fixed the StackFrame to correctly resolve the StackID's SymbolContextScope.
Greg Clayton
2010-09-03
1
-2
/
+14
*
Added a new bool parameter to many of the DumpStopContext() methods that
Greg Clayton
2010-09-02
1
-43
/
+10
*
StackFrame objects now own ValueObjects for any frame variables (locals, args,
Greg Clayton
2010-09-02
1
-10
/
+66
*
Clarified the intent of the SymbolContextScope class in the header
Greg Clayton
2010-08-30
1
-40
/
+117
*
Made it so we update the current frames from the previous frames by doing STL
Greg Clayton
2010-08-27
1
-5
/
+8
*
Simplified the StackFrameList class down to a single frames list again
Greg Clayton
2010-08-27
1
-0
/
+8
*
Changed the StackID to store its start PC address as a load address instead of
Greg Clayton
2010-08-26
1
-23
/
+25
*
Add StackFrame::IsInlined.
Jim Ingham
2010-08-26
1
-0
/
+10
*
Cleaned up the inline stack frame code one more time to prepare for inlined
Greg Clayton
2010-08-26
1
-12
/
+3
*
Fixed another issue with the inline stack frames where if the first frame
Greg Clayton
2010-08-24
1
-0
/
+5
*
Got a lot of the kinks worked out in the inline support after debugging more
Greg Clayton
2010-08-24
1
-62
/
+51
*
Added support for inlined stack frames being represented as real stack frames
Greg Clayton
2010-08-24
1
-27
/
+167
*
Modified the host process monitor callback function Host::StartMonitoringChil...
Greg Clayton
2010-08-21
1
-1
/
+1
*
Centralized all disassembly into static functions in source/Core/Disassembler...
Greg Clayton
2010-06-30
1
-0
/
+1
*
Very large changes that were needed in order to allow multiple connections
Greg Clayton
2010-06-23
1
-1
/
+3
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+393