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
/
StackFrameList.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-2
/
+2
*
Bunch of cleanups for warnings found by the llvm static analyzer.
Jim Ingham
2012-10-12
1
-2
/
+0
*
Fiddle with the heuristic about where to set the stop point in a nested inlin...
Jim Ingham
2012-09-08
1
-0
/
+27
*
Add SetCurrentInlinedDepth API.
Jim Ingham
2012-09-07
1
-5
/
+27
*
For now, treat breakpoint hits like regular stops when calculation InlinedSta...
Jim Ingham
2012-09-07
1
-5
/
+6
*
When you reach the bottom of the inlined stack, don't say you can do a virtua...
Jim Ingham
2012-09-06
1
-1
/
+6
*
Turn on the "fancy inlined stepping."
Jim Ingham
2012-09-05
1
-3
/
+1
*
Initial check-in of "fancy" inlined stepping. Doesn't do anything useful unl...
Jim Ingham
2012-09-01
1
-2
/
+172
*
<rdar://problem/11852100>
Greg Clayton
2012-07-11
1
-6
/
+2
*
Don't expose the pthread_mutex_t underlying the Mutex & Mutex::Locker classes.
Jim Ingham
2012-05-04
1
-2
/
+2
*
If the unwinder fails to make us a frame 0, make one by hand from the SP & PC.
Jim Ingham
2012-03-01
1
-12
/
+12
*
Use the correct (computed by the unwinder) CallFrameAddress as the CFA for Fr...
Jim Ingham
2012-02-29
1
-26
/
+18
*
Make the StackFrameList::GetFrameAtIndex only fetch as many stack frames as n...
Jim Ingham
2012-02-29
1
-158
/
+187
*
Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr
Greg Clayton
2012-02-21
1
-2
/
+2
*
The second part in thread hardening the internals of LLDB where we make
Greg Clayton
2012-02-18
1
-8
/
+8
*
This checking is part one of trying to add some threading safety to our
Greg Clayton
2012-02-17
1
-1
/
+1
*
Fixed the Xcode project building of LLVM to be a bit more user friendly:
Greg Clayton
2011-11-04
1
-1
/
+1
*
<rdar://problem/10226227>
Greg Clayton
2011-10-07
1
-1
/
+9
*
Fixed a crasher where the m_frames collection was being accessed without
Greg Clayton
2011-10-05
1
-3
/
+4
*
Cleaned up the the code that figures out the inlined stack frames given a
Greg Clayton
2011-10-01
1
-49
/
+13
*
Update declarations for all functions/methods that accept printf-style
Jason Molenda
2011-09-20
1
-1
/
+1
*
Move the SourceManager from the Debugger to the Target. That way it can stor...
Jim Ingham
2011-09-08
1
-2
/
+22
*
Fix compilation error with DEBUG_STACK_FRAMES defined, patch by Filipe Cabeci...
Johnny Chen
2011-08-25
1
-4
/
+3
*
Centralized a lot of the status information for processes,
Greg Clayton
2011-04-18
1
-0
/
+43
*
Order of initialization lists.
Stephen Wilson
2011-04-11
1
-2
/
+2
*
Add GetFrameWithStackID to the StackFrameList and the Thread (which routes to...
Jim Ingham
2011-03-31
1
-0
/
+15
*
Fixed issues with RegisterContext classes and the subclasses. There was
Greg Clayton
2011-01-06
1
-0
/
+21
*
There are now to new "settings set" variables that live in each debugger
Greg Clayton
2010-10-04
1
-1
/
+1
*
Add GetSP to the StackFrame.
Jim Ingham
2010-09-23
1
-0
/
+20
*
Added more API to lldb::SBBlock to allow getting the block
Greg Clayton
2010-09-07
1
-1
/
+1
*
Fixed the StackFrame to correctly resolve the StackID's SymbolContextScope.
Greg Clayton
2010-09-03
1
-14
/
+118
*
Added a new bool parameter to many of the DumpStopContext() methods that
Greg Clayton
2010-09-02
1
-1
/
+1
*
Clarified the intent of the SymbolContextScope class in the header
Greg Clayton
2010-08-30
1
-75
/
+80
*
Made it so we update the current frames from the previous frames by doing STL
Greg Clayton
2010-08-27
1
-17
/
+10
*
Simplified the StackFrameList class down to a single frames list again
Greg Clayton
2010-08-27
1
-198
/
+240
*
Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec...
Jim Ingham
2010-08-26
1
-10
/
+10
*
Cleaned up the inline stack frame code one more time to prepare for inlined
Greg Clayton
2010-08-26
1
-123
/
+142
*
Cleaned up the inline backtrace code even more by moving all stack backtracing
Greg Clayton
2010-08-25
1
-28
/
+245
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+135