summaryrefslogtreecommitdiff
path: root/lldb/source/API/SBFrame.cpp
AgeCommit message (Expand)Author
2025-09-12[lldb] Track CFA pointer metadata in StackID (#157498)Felipe de Azevedo Piovezan
2025-09-03[lldb] Mark scripted frames as synthetic instead of artificial (#153117)Med Ismail Bennani
2025-08-11[lldb] Guard SBFrame/SBThread methods against running processes (#152020)Felipe de Azevedo Piovezan
2025-02-24[lldb] do not show misleading error when there is no frame (#119103)oltolm
2024-11-20Make SBFrame::GetLanguageSpecificData() const (#117019)Adrian Prantl
2024-11-20Rename GetLanguageInfo to GetLanguageSpecificData (#117012)Adrian Prantl
2024-11-20[lldb] Add an API to derive language-specific runtime information (#116904)Adrian Prantl
2024-11-14[lldb/API] Hoist some of SBFrame logic to lldb_private::StackFrame (NFC) (#11...Med Ismail Bennani
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere
2024-09-05[lldb] Make deep copies of Status explicit (NFC) (#107170)Adrian Prantl
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
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-04-29Add a new SBExpressionOptions::SetLanguage() API (NFCI) (#89981)Adrian Prantl
2023-11-13[lldb-dap] Add an option to provide a format for stack frames (#71843)Walter Erquinigo
2023-08-09[lldb] Sink StreamFile into lldbHostAlex Langford
2023-07-06Refine the reporting mechanism for interruption.Jim Ingham
2023-05-30Fix SBValue::FindValue for file static variablesJim Ingham
2023-05-18[lldb] Guarantee the lifetimes of all strings returned from SBAPIAlex Langford
2023-03-15Add a Debugger interruption mechanism in conjunction with theJim Ingham
2023-02-28Fix the run locker setting for async launches that don't stop at theJim Ingham
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-02[LLDB][Reliability] Remove dead code.Slava Gurevich
2022-03-29[lldb] Remove usages of case-insensitive c-string functionsPavel Labath
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-20[lldb] Decouple instrumentation from the reproducersJonas Devlieghere
2022-01-09[lldb] Remove LLDB_RECORD_RESULT macroJonas Devlieghere
2022-01-09[lldb] Remove reproducer instrumentationJonas Devlieghere
2022-01-02[API] Remove redundant member initialization (NFC)Kazu Hirata
2021-12-22[lldb/python] Avoid more dangling pointers in python glue codePavel Labath
2021-09-13[lldb] Support querying registers via generic names without alt_namesMichał Górny
2020-09-25[lldb] Pass reference instead of pointer in protected SBAddress methods.Jonas Devlieghere
2020-07-07[lldb/api] Add checks for StackFrame::GetRegisterContext calls (NFC)Med Ismail Bennani
2020-01-30[lldb][NFCI] Remove unused LanguageType parametersAlex 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-14[LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-06-13[NFC] Replace a plugin header with a non-plugin headerAlex Langford
2019-04-03[Reproducers] Capture return values of functions returning by ptr/refJonas Devlieghere
2019-03-19[lldb] [Reproducer] Move SBRegistry registration into declaring filesMichal Gorny
2019-03-18[API] Remove unneded LLDB_DISABLE_PYTHON markers.Davide Italiano
2019-03-18Fix some "variable 'foo' set but not used" warningsPavel Labath
2019-03-11Add "operator bool" to SB APIsPavel Labath
2019-03-07[SBAPI] Log from record macroJonas Devlieghere
2019-03-06[Reproducers] Add SBReproducer macrosJonas Devlieghere