summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/StackFrameList.cpp
Commit message (Expand)AuthorAgeFilesLines
* <rdar://problem/13643315> Greg Clayton2013-05-241-7/+30
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-1/+1
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-1/+1
* <rdar://problem/13491977>Greg Clayton2013-04-121-19/+22
* Be sure to take the mutex when the destructor is called in case other threads...Greg Clayton2013-03-281-0/+3
* Protect against the case where the current inlined depth is wrong, and leads ...Jim Ingham2013-03-281-30/+51
* <rdar://problem/13521159>Greg Clayton2013-03-271-3/+3
* <rdar://problem/13194155>Enrico Granata2013-03-151-0/+4
* <rdar://problem/12649160>Greg Clayton2012-12-051-0/+1
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-2/+2
* Bunch of cleanups for warnings found by the llvm static analyzer.Jim Ingham2012-10-121-2/+0
* Fiddle with the heuristic about where to set the stop point in a nested inlin...Jim Ingham2012-09-081-0/+27
* Add SetCurrentInlinedDepth API.Jim Ingham2012-09-071-5/+27
* For now, treat breakpoint hits like regular stops when calculation InlinedSta...Jim Ingham2012-09-071-5/+6
* When you reach the bottom of the inlined stack, don't say you can do a virtua...Jim Ingham2012-09-061-1/+6
* Turn on the "fancy inlined stepping."Jim Ingham2012-09-051-3/+1
* Initial check-in of "fancy" inlined stepping. Doesn't do anything useful unl...Jim Ingham2012-09-011-2/+172
* <rdar://problem/11852100>Greg Clayton2012-07-111-6/+2
* Don't expose the pthread_mutex_t underlying the Mutex & Mutex::Locker classes. Jim Ingham2012-05-041-2/+2
* If the unwinder fails to make us a frame 0, make one by hand from the SP & PC.Jim Ingham2012-03-011-12/+12
* Use the correct (computed by the unwinder) CallFrameAddress as the CFA for Fr...Jim Ingham2012-02-291-26/+18
* Make the StackFrameList::GetFrameAtIndex only fetch as many stack frames as n...Jim Ingham2012-02-291-158/+187
* Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton2012-02-211-2/+2
* The second part in thread hardening the internals of LLDB where we makeGreg Clayton2012-02-181-8/+8
* This checking is part one of trying to add some threading safety to ourGreg Clayton2012-02-171-1/+1
* Fixed the Xcode project building of LLVM to be a bit more user friendly:Greg Clayton2011-11-041-1/+1
* <rdar://problem/10226227>Greg Clayton2011-10-071-1/+9
* Fixed a crasher where the m_frames collection was being accessed withoutGreg Clayton2011-10-051-3/+4
* Cleaned up the the code that figures out the inlined stack frames given a Greg Clayton2011-10-011-49/+13
* Update declarations for all functions/methods that accept printf-styleJason Molenda2011-09-201-1/+1
* Move the SourceManager from the Debugger to the Target. That way it can stor...Jim Ingham2011-09-081-2/+22
* Fix compilation error with DEBUG_STACK_FRAMES defined, patch by Filipe Cabeci...Johnny Chen2011-08-251-4/+3
* Centralized a lot of the status information for processes,Greg Clayton2011-04-181-0/+43
* Order of initialization lists.Stephen Wilson2011-04-111-2/+2
* Add GetFrameWithStackID to the StackFrameList and the Thread (which routes to...Jim Ingham2011-03-311-0/+15
* Fixed issues with RegisterContext classes and the subclasses. There wasGreg Clayton2011-01-061-0/+21
* There are now to new "settings set" variables that live in each debuggerGreg Clayton2010-10-041-1/+1
* Add GetSP to the StackFrame.Jim Ingham2010-09-231-0/+20
* Added more API to lldb::SBBlock to allow getting the blockGreg Clayton2010-09-071-1/+1
* Fixed the StackFrame to correctly resolve the StackID's SymbolContextScope.Greg Clayton2010-09-031-14/+118
* Added a new bool parameter to many of the DumpStopContext() methods that Greg Clayton2010-09-021-1/+1
* Clarified the intent of the SymbolContextScope class in the headerGreg Clayton2010-08-301-75/+80
* Made it so we update the current frames from the previous frames by doing STLGreg Clayton2010-08-271-17/+10
* Simplified the StackFrameList class down to a single frames list againGreg Clayton2010-08-271-198/+240
* Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec...Jim Ingham2010-08-261-10/+10
* Cleaned up the inline stack frame code one more time to prepare for inlinedGreg Clayton2010-08-261-123/+142
* Cleaned up the inline backtrace code even more by moving all stack backtracingGreg Clayton2010-08-251-28/+245
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+135
OpenPOWER on IntegriCloud