summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/StackFrameList.cpp
Commit message (Expand)AuthorAgeFilesLines
* [DWARF] Handle call sites with indirect call targetsVedant Kumar2019-11-221-10/+15
* [StackFrameList][DFS] Turn a few raw pointers into references, NFCVedant Kumar2019-09-301-8/+8
* [Function] Factor out GetCallEdgeForReturnAddress, NFCVedant Kumar2019-09-101-11/+4
* Fix PC adjustment in StackFrame::GetSymbolContextJoseph Tremoulet2019-08-021-13/+21
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-5/+8
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-2/+0
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-12/+12
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-9/+11
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Add support for artificial tail call framesVedant Kumar2018-10-051-10/+185
* [StackFrame] Add more clarifying comments to StackFrameList (NFC)Vedant Kumar2018-08-071-3/+3
* [StackFrame] Add doxygen comments to the StackFrameList API (NFC)Vedant Kumar2018-08-011-19/+1
* [StackFrame] Use early returns in ResetCurrentInlinedDepth (NFC)Vedant Kumar2018-08-011-116/+108
* [StackFrame] Factor GetOnlyConcreteFramesUpTo out of GetFramesUpTo (NFC)Vedant Kumar2018-08-011-163/+166
* Change AddressClass type from 'enum' to 'enum class'.Tatyana Krasnukha2018-06-261-2/+2
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-74/+60
* Introduce new command: thread backtrace uniquePavel Labath2017-06-121-1/+2
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Make lldb -Werror clean for -Wstring-conversionDavid Blaikie2017-01-061-2/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-806/+716
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-28/+27
* Keep original source path and mapped path in LineEntryTed Woodward2016-05-111-14/+15
* Fix all of the unannotated switch cases to annotate the fall through or do th...Greg Clayton2016-02-261-0/+1
* Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Target;...Eugene Zelenko2016-02-181-42/+34
* Add a missing Mutex Locker in ResetCurrentInlinedDepthKeno Fischer2015-10-161-0/+2
* Minor indentation fix in StackFrameList.cpp.Stephane Sezer2015-10-151-3/+3
* Add an OperatingSystem plugin to support goroutinesRyan Brown2015-09-161-0/+2
* Use eAddressClassCode for address lookup for opcodes for stack framesTamas Berghammer2015-09-071-2/+2
* Fix address adjusment in stack frame inline block lookupTamas Berghammer2015-06-011-1/+15
* Add null RegisterContext assertionsEd Maste2015-02-231-0/+1
* Fixed more fallout from running the test suite remotely on iOS devices.Greg Clayton2014-11-171-6/+9
* Fix typos.Bruce Mitchener2014-07-081-1/+1
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-1/+1
* Patch from Todd Fiala: lldb will seg fault if for some reason there is no unw...Greg Clayton2013-11-221-8/+11
* Add new ivars to StackFrame so it can represent a stack collectedJason Molenda2013-11-041-2/+8
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-27/+26
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-26/+27
* Mark the selected frame of the selected thread in backtraces.Jim Ingham2013-10-181-2/+22
* <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
OpenPOWER on IntegriCloud