summaryrefslogtreecommitdiff
path: root/lldb/source/Target/StackFrameList.cpp
AgeCommit message (Expand)Author
2025-11-12Revert "[lldb] Introduce ScriptedFrameProvider for real threads" (#167662)Michael Buch
2025-11-11[lldb] Introduce ScriptedFrameProvider for real threads (#161870)Med Ismail Bennani
2025-09-12[lldb] Track CFA pointer metadata in StackID (#157498)Felipe de Azevedo Piovezan
2025-09-08[lldb][Target] Clear selected frame index after a StopInfo::PerformAction (#1...Michael Buch
2025-09-03[lldb] Mark scripted frames as synthetic instead of artificial (#153117)Med Ismail Bennani
2025-07-25[lldb] Protect the selected frame idx in StackFrameList (#150718)Jonas Devlieghere
2025-07-11When running OS Plugins from dSYM's, make sure start state is correct (#146441)jimingham
2024-12-12Convert the StackFrameList mutex to a shared mutex. (#117252)jimingham
2024-10-30Fix call site breakpoint patch (#114158)jimingham
2024-10-28Revert "Add the ability to break on call-site locations, improve inli… (#11...jimingham
2024-10-28Add the ability to break on call-site locations, improve inline stepping (#11...jimingham
2024-08-30[lldb] Deal with SupportFiles in SourceManager (NFC) (#106740)Jonas Devlieghere
2024-08-23Revert "Revert "[lldb] Extend frame recognizers to hide frames from backtrace...Adrian Prantl
2024-08-22Revert "[lldb] Extend frame recognizers to hide frames from backtraces (#1045...Dmitri Gribenko
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