summaryrefslogtreecommitdiff
path: root/lldb/source/Target/StackFrameList.cpp
AgeCommit message (Expand)Author
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-10-05Add support for artificial tail call framesVedant Kumar
2018-08-07[StackFrame] Add more clarifying comments to StackFrameList (NFC)Vedant Kumar
2018-08-01[StackFrame] Add doxygen comments to the StackFrameList API (NFC)Vedant Kumar
2018-08-01[StackFrame] Use early returns in ResetCurrentInlinedDepth (NFC)Vedant Kumar
2018-08-01[StackFrame] Factor GetOnlyConcreteFramesUpTo out of GetFramesUpTo (NFC)Vedant Kumar
2018-06-26Change AddressClass type from 'enum' to 'enum class'.Tatyana Krasnukha
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-06-12Introduce new command: thread backtrace uniquePavel Labath
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-01-06Make lldb -Werror clean for -Wstring-conversionDavid Blaikie
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-05-19second pass over removal of Mutex and ConditionSaleem Abdulrasool
2016-05-11Keep original source path and mapped path in LineEntryTed Woodward
2016-02-26Fix all of the unannotated switch cases to annotate the fall through or do th...Greg Clayton
2016-02-18Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Target;...Eugene Zelenko
2015-10-16Add a missing Mutex Locker in ResetCurrentInlinedDepthKeno Fischer
2015-10-15Minor indentation fix in StackFrameList.cpp.Stephane Sezer
2015-09-16Add an OperatingSystem plugin to support goroutinesRyan Brown
2015-09-07Use eAddressClassCode for address lookup for opcodes for stack framesTamas Berghammer
2015-06-01Fix address adjusment in stack frame inline block lookupTamas Berghammer
2015-02-23Add null RegisterContext assertionsEd Maste
2014-11-17Fixed more fallout from running the test suite remotely on iOS devices.Greg Clayton
2014-07-08Fix typos.Bruce Mitchener
2014-04-04sweep up -Wformat warnings from gccSaleem Abdulrasool
2013-11-22Patch from Todd Fiala: lldb will seg fault if for some reason there is no unw...Greg Clayton
2013-11-04Add new ivars to StackFrame so it can represent a stack collectedJason Molenda
2013-11-04Roll back the changes I made in r193907 which created a new FrameJason Molenda
2013-11-02Add a new base class, Frame. It is a pure virtual function whichJason Molenda
2013-10-18Mark the selected frame of the selected thread in backtraces.Jim Ingham
2013-05-24<rdar://problem/13643315> Greg Clayton
2013-04-18After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton
2013-04-18Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton
2013-04-12<rdar://problem/13491977>Greg Clayton
2013-03-28Be sure to take the mutex when the destructor is called in case other threads...Greg Clayton
2013-03-28Protect against the case where the current inlined depth is wrong, and leads ...Jim Ingham
2013-03-27<rdar://problem/13521159>Greg Clayton
2013-03-15<rdar://problem/13194155>Enrico Granata
2012-12-05<rdar://problem/12649160>Greg Clayton
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea
2012-10-12Bunch of cleanups for warnings found by the llvm static analyzer.Jim Ingham
2012-09-08Fiddle with the heuristic about where to set the stop point in a nested inlin...Jim Ingham
2012-09-07Add SetCurrentInlinedDepth API.Jim Ingham
2012-09-07For now, treat breakpoint hits like regular stops when calculation InlinedSta...Jim Ingham
2012-09-06When you reach the bottom of the inlined stack, don't say you can do a virtua...Jim Ingham
2012-09-05Turn on the "fancy inlined stepping."Jim Ingham
2012-09-01Initial check-in of "fancy" inlined stepping. Doesn't do anything useful unl...Jim Ingham
2012-07-11<rdar://problem/11852100>Greg Clayton
2012-05-04Don't expose the pthread_mutex_t underlying the Mutex & Mutex::Locker classes. Jim Ingham