summaryrefslogtreecommitdiff
path: root/lldb/source/Target/StackFrame.cpp
AgeCommit message (Expand)Author
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
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-11Fix a crasher in StackFrame::GetValueForVariableExpressionPath()Greg Clayton
2019-03-11Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl
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-12-15Simplify Boolean expressionsJonas Devlieghere
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-10-31[lldb] Introduce StackFrameRecognizer [take 3]Kuba Mracek
2018-10-31Revert r345686 due to build failuresKuba Mracek
2018-10-31[lldb] Introduce StackFrameRecognizer [take 2]Kuba Mracek
2018-10-31Revert r345678 (build failure on Linux machines).Kuba Mracek
2018-10-31[lldb] Introduce StackFrameRecognizerKuba Mracek
2018-10-25Don't type-erase the SymbolContextItem enumeration.Zachary Turner
2018-10-05Add support for artificial tail call framesVedant Kumar