summaryrefslogtreecommitdiff
path: root/lldb/source/Target/StackFrame.cpp
AgeCommit message (Expand)Author
2024-03-27[𝘀𝗽𝗿] changes introduced through rebaseusers/vitalybuka/spr/main.nfcir-add-setnosanitize-helpersVitaly Buka
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
2024-03-08Change GetNumChildren()/CalculateNumChildren() methods return llvm::Expected ...Adrian Prantl
2024-03-08Revert "Change GetNumChildren()/CalculateNumChildren() methods return llvm::E...Florian Mayer
2024-03-08Change GetNumChildren()/CalculateNumChildren() methods return llvm::Expected ...Adrian Prantl
2023-12-12[lldb] Correctly check and report error states in StackFrame.cpp (#74414)Pete Lawrence
2023-11-13[lldb-dap] Add an option to provide a format for stack frames (#71843)Walter Erquinigo
2023-07-05[lldb] Fix incorrect uses of LLDB_LOG_ERRORJonas Devlieghere
2023-06-13[lldb] Default can_create to true in GetChildAtIndex (NFC)Dave Lee
2023-06-13[lldb] Default can_create to true in GetChildMemberWithName (NFC)Dave Lee
2023-05-22[lldb][NFCI] Change return type of Language::GetInstanceVariableNameAlex Langford
2023-03-08[lldb] Let 'v' command directly access ivars of _any_ self/thisDave Lee
2023-03-04[lldb] Remove unused portion of GetFunctionMethodInfo signature (NFC)Dave Lee
2022-12-05[lldb] Make sure the value of `eSymbolContextVariable` is not conflicting wit...Argyrios Kyrtzidis
2022-11-16Make CompilerType safeAdrian Prantl
2022-09-12Add the ability to show when variables fails to be available when debug info ...Greg Clayton
2022-09-12Revert "Add the ability to show when variables fails to be available when deb...Stella Stamenova
2022-09-09Add the ability to show when variables fails to be available when debug info ...Greg Clayton
2022-08-08[lldb] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song
2022-07-26StackFrame::GetValueObjectForFrameVariable holds the StackFrame lock too long.Jim Ingham
2022-07-12Reland "[LLDB][NFC] Decouple dwarf location table from DWARFExpression."Zequan Wu
2022-07-07Revert "[LLDB][NFC] Decouple dwarf location table from DWARFExpression."Jonas Devlieghere
2022-07-07[LLDB][NFC] Decouple dwarf location table from DWARFExpression.Zequan Wu
2022-06-19[lldb] Use value_or instead of getValueOr (NFC)Kazu Hirata
2022-06-15[lldb] Support non-pointer implicit this/self in GetValueForVariableExpressio...Dave Lee
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
2022-01-26[lldb] Correct \params to \param in StackFrame Doxygen commentsDavid Spickett
2021-12-09[lldb/Target] Refine source display warning for artificial locations (NFC)Med Ismail Bennani
2021-12-08[lldb/Target] Slide source display for artificial locations at function startMed Ismail Bennani
2021-04-16Target::ReadMemory read from read-only binary file Section, not memoryJason Molenda
2021-03-12[lldb] Remove unused StackFrame::TrackGlobalVariableDave Lee
2021-03-03LanguageRuntime for 0th frame unwind, simplify getting pc-for-symbolicationJason Molenda
2020-10-22[lldb] Fix a regression introduced by D75730Jonas Devlieghere
2020-07-27Unify the return value of GetByteSize to an llvm::Optional<uint64_t> (NFC-ish)Adrian Prantl
2020-07-25Temporarily Revert "Unify the return value of GetByteSize to an llvm::Optiona...Eric Christopher
2020-07-25Unify the return value of GetByteSize to an llvm::Optional<uint64_t> (NFC-ish)Adrian Prantl
2020-07-17[lldb] Store StackFrameRecognizers in the target instead of a global listRaphael Isemann
2020-05-06Fix error handling after [<index>] in 'frame variable'Jaroslav Sevcik
2020-04-07[lldb] NFC: Fix trivial typo in comments, documents, and messagesKazuaki Ishizaki
2020-03-16[lldb] Copy m_behaves_like_zeroth_frame on stack frame updateTatyana Krasnukha
2020-03-09[lldb] Reduce duplication in the Disassembler classPavel Labath
2020-03-05[lldb] s/ExecutionContext/Target in DisassemblerPavel Labath
2020-02-03[lldb] Remove unused parameter from ValueObject::GetExpressionPathAlex Langford
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-11-25[lldb][NFC] Allow range-based for-loops on VariableListRaphael Isemann
2019-08-02Fix PC adjustment in StackFrame::GetSymbolContextJoseph Tremoulet
2019-07-30[Symbol] Use llvm::Expected when getting TypeSystemsAlex Langford