aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Target/StackFrameList.cpp
AgeCommit message (Expand)AuthorFilesLines
7 days[lldb] Protect the selected frame idx in StackFrameList (#150718)Jonas Devlieghere1-0/+6
2025-07-11When running OS Plugins from dSYM's, make sure start state is correct (#146441)jimingham1-1/+1
2024-12-12Convert the StackFrameList mutex to a shared mutex. (#117252)jimingham1-114/+123
2024-10-30Fix call site breakpoint patch (#114158)jimingham1-115/+56
2024-10-28Revert "Add the ability to break on call-site locations, improve inli… (#11...jimingham1-56/+115
2024-10-28Add the ability to break on call-site locations, improve inline stepping (#11...jimingham1-115/+56
2024-08-30[lldb] Deal with SupportFiles in SourceManager (NFC) (#106740)Jonas Devlieghere1-1/+1
2024-08-23Revert "Revert "[lldb] Extend frame recognizers to hide frames from backtrace...Adrian Prantl1-2/+6
2024-08-22Revert "[lldb] Extend frame recognizers to hide frames from backtraces (#1045...Dmitri Gribenko1-6/+2
2024-08-20[lldb] Extend frame recognizers to hide frames from backtraces (#104523)Adrian Prantl1-2/+6
2024-07-09[lldb] Correct invalid format style (#98089)Alex Langford1-3/+3
2024-03-21[lldb] Reland: Store SupportFile in FileEntry (NFC) (#85892)Jonas Devlieghere1-2/+2
2024-03-19Revert "[lldb] Store SupportFile in FileEntry (NFC)" (#85885)Jonas Devlieghere1-2/+2
2024-03-15[lldb] Store SupportFile in FileEntry (NFC) (#85468)Jonas Devlieghere1-2/+2
2023-11-30[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)Jason Molenda1-2/+3
2023-11-28Revert "[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)"David Spickett1-3/+2
2023-11-27[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)Jason Molenda1-2/+3
2023-08-09[lldb] Sink StreamFile into lldbHostAlex Langford1-1/+1
2023-07-06Refine the reporting mechanism for interruption.Jim Ingham1-9/+9
2023-05-11We can't let GetStackFrameCount get interrupted or it will give theJim Ingham1-17/+40
2023-04-21Make sure SelectMostRelevantFrame happens only when returning to the user.Jim Ingham1-5/+13
2023-04-07[lldb] Move "SelectMostRelevantFrame" from Thread::WillStopJim Ingham1-6/+52
2023-03-15Add a Debugger interruption mechanism in conjunction with theJim Ingham1-0/+9
2022-08-08[lldb] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song1-1/+1
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath1-0/+1
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath1-4/+4
2021-04-24[lldb] [gdb-remote server] Introduce new stop reasons for fork and vforkMichał Górny1-0/+3
2021-04-12[lldb] Delete dead StackFrameList::MergeRaphael Isemann1-99/+0
2021-03-03LanguageRuntime for 0th frame unwind, simplify getting pc-for-symbolicationJason Molenda1-20/+3
2020-06-09[lldb] Fix -Wmissing-field-initializers in StackFrameListPavel Labath1-2/+2
2020-06-08[lldb/DWARF] Fix PC value for artificial tail call frames for the "GNU" casePavel Labath1-10/+15
2020-03-24[lldb/DWARF] Reland: Use DW_AT_call_pc to determine artificial frame addressVedant Kumar1-18/+31
2020-03-24Revert "[lldb/DWARF] Use DW_AT_call_pc to determine artificial frame address"Vedant Kumar1-27/+17
2020-03-24[lldb/DWARF] Use DW_AT_call_pc to determine artificial frame addressVedant Kumar1-17/+27
2020-03-09[lldb] Return Unwinder& from Thread::GetUnwinderPavel Labath1-36/+28
2020-02-04[lldb/StackFrameList] Convert assert to defensive check in SynthesizeTailCall...Vedant Kumar1-1/+5
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2019-11-22[DWARF] Handle call sites with indirect call targetsVedant Kumar1-10/+15
2019-09-30[StackFrameList][DFS] Turn a few raw pointers into references, NFCVedant Kumar1-8/+8
2019-09-10[Function] Factor out GetCallEdgeForReturnAddress, NFCVedant Kumar1-11/+4
2019-08-02Fix PC adjustment in StackFrame::GetSymbolContextJoseph Tremoulet1-13/+21
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere1-5/+8
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere1-2/+0
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere1-12/+12
2019-02-11Use std::make_shared in LLDB (NFC)Jonas Devlieghere1-9/+11
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-11Remove header grouping comments.Jonas Devlieghere1-4/+0
2018-10-05Add support for artificial tail call framesVedant Kumar1-10/+185
2018-08-07[StackFrame] Add more clarifying comments to StackFrameList (NFC)Vedant Kumar1-3/+3
2018-08-01[StackFrame] Add doxygen comments to the StackFrameList API (NFC)Vedant Kumar1-19/+1