summaryrefslogtreecommitdiff
path: root/lldb/source/Target/StackFrameList.cpp
AgeCommit message (Expand)Author
2024-08-20[lldb] Extend frame recognizers to hide frames from backtraces (#104523)Adrian Prantl
2024-07-09[lldb] Correct invalid format style (#98089)Alex Langford
2024-03-21[lldb] Reland: Store SupportFile in FileEntry (NFC) (#85892)Jonas Devlieghere
2024-03-19Revert "[lldb] Store SupportFile in FileEntry (NFC)" (#85885)Jonas Devlieghere
2024-03-15[lldb] Store SupportFile in FileEntry (NFC) (#85468)Jonas Devlieghere
2023-11-30[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)Jason Molenda
2023-11-28Revert "[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)"David Spickett
2023-11-27[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)Jason Molenda
2023-08-09[lldb] Sink StreamFile into lldbHostAlex Langford
2023-07-06Refine the reporting mechanism for interruption.Jim Ingham
2023-05-11We can't let GetStackFrameCount get interrupted or it will give theJim Ingham
2023-04-21Make sure SelectMostRelevantFrame happens only when returning to the user.Jim Ingham
2023-04-07[lldb] Move "SelectMostRelevantFrame" from Thread::WillStopJim Ingham
2023-03-15Add a Debugger interruption mechanism in conjunction with theJim Ingham
2022-08-08[lldb] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath
2021-04-24[lldb] [gdb-remote server] Introduce new stop reasons for fork and vforkMichał Górny
2021-04-12[lldb] Delete dead StackFrameList::MergeRaphael Isemann
2021-03-03LanguageRuntime for 0th frame unwind, simplify getting pc-for-symbolicationJason Molenda
2020-06-09[lldb] Fix -Wmissing-field-initializers in StackFrameListPavel Labath
2020-06-08[lldb/DWARF] Fix PC value for artificial tail call frames for the "GNU" casePavel Labath
2020-03-24[lldb/DWARF] Reland: Use DW_AT_call_pc to determine artificial frame addressVedant Kumar
2020-03-24Revert "[lldb/DWARF] Use DW_AT_call_pc to determine artificial frame address"Vedant Kumar
2020-03-24[lldb/DWARF] Use DW_AT_call_pc to determine artificial frame addressVedant Kumar
2020-03-09[lldb] Return Unwinder& from Thread::GetUnwinderPavel Labath
2020-02-04[lldb/StackFrameList] Convert assert to defensive check in SynthesizeTailCall...Vedant Kumar
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-11-22[DWARF] Handle call sites with indirect call targetsVedant Kumar
2019-09-30[StackFrameList][DFS] Turn a few raw pointers into references, NFCVedant Kumar
2019-09-10[Function] Factor out GetCallEdgeForReturnAddress, NFCVedant Kumar
2019-08-02Fix PC adjustment in StackFrame::GetSymbolContextJoseph Tremoulet
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere
2019-02-11Use std::make_shared in LLDB (NFC)Jonas Devlieghere
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