aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/API/SBFrame.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-12-12[LLDB][NFC] Remove redundant target/process checks in SBFrame (#153258)Felipe de Azevedo Piovezan1-256/+269
2025-09-12[lldb] Track CFA pointer metadata in StackID (#157498)Felipe de Azevedo Piovezan1-1/+1
2025-09-03[lldb] Mark scripted frames as synthetic instead of artificial (#153117)Med Ismail Bennani1-0/+16
2025-08-11[lldb] Guard SBFrame/SBThread methods against running processes (#152020)Felipe de Azevedo Piovezan1-502/+398
2025-02-24[lldb] do not show misleading error when there is no frame (#119103)oltolm1-17/+10
2024-11-20Make SBFrame::GetLanguageSpecificData() const (#117019)Adrian Prantl1-1/+1
2024-11-20Rename GetLanguageInfo to GetLanguageSpecificData (#117012)Adrian Prantl1-2/+2
2024-11-20[lldb] Add an API to derive language-specific runtime information (#116904)Adrian Prantl1-0/+16
2024-11-14[lldb/API] Hoist some of SBFrame logic to lldb_private::StackFrame (NFC) (#11...Med Ismail Bennani1-52/+6
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere1-3/+3
2024-09-05[lldb] Make deep copies of Status explicit (NFC) (#107170)Adrian Prantl1-4/+5
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl1-5/+5
2024-08-23Revert "Revert "[lldb] Extend frame recognizers to hide frames from backtrace...Adrian Prantl1-2/+13
2024-08-22Revert "[lldb] Extend frame recognizers to hide frames from backtraces (#1045...Dmitri Gribenko1-13/+2
2024-08-20[lldb] Extend frame recognizers to hide frames from backtraces (#104523)Adrian Prantl1-2/+13
2024-04-29Add a new SBExpressionOptions::SetLanguage() API (NFCI) (#89981)Adrian Prantl1-13/+17
2023-11-13[lldb-dap] Add an option to provide a format for stack frames (#71843)Walter Erquinigo1-0/+35
2023-08-09[lldb] Sink StreamFile into lldbHostAlex Langford1-1/+0
2023-07-06Refine the reporting mechanism for interruption.Jim Ingham1-4/+6
2023-05-30Fix SBValue::FindValue for file static variablesJim Ingham1-1/+2
2023-05-18[lldb] Guarantee the lifetimes of all strings returned from SBAPIAlex Langford1-12/+8
2023-03-15Add a Debugger interruption mechanism in conjunction with theJim Ingham1-0/+7
2023-02-28Fix the run locker setting for async launches that don't stop at theJim Ingham1-5/+28
2022-09-12Add the ability to show when variables fails to be available when debug info ...Greg Clayton1-2/+6
2022-09-12Revert "Add the ability to show when variables fails to be available when deb...Stella Stamenova1-6/+2
2022-09-09Add the ability to show when variables fails to be available when debug info ...Greg Clayton1-2/+6
2022-08-02[LLDB][Reliability] Remove dead code.Slava Gurevich1-1/+1
2022-03-29[lldb] Remove usages of case-insensitive c-string functionsPavel Labath1-3/+3
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-1/+1
2022-01-20[lldb] Decouple instrumentation from the reproducersJonas Devlieghere1-81/+53
2022-01-09[lldb] Remove LLDB_RECORD_RESULT macroJonas Devlieghere1-31/+31
2022-01-09[lldb] Remove reproducer instrumentationJonas Devlieghere1-80/+1
2022-01-02[API] Remove redundant member initialization (NFC)Kazu Hirata1-1/+1
2021-12-22[lldb/python] Avoid more dangling pointers in python glue codePavel Labath1-4/+2
2021-09-13[lldb] Support querying registers via generic names without alt_namesMichał Górny1-24/+8
2020-09-25[lldb] Pass reference instead of pointer in protected SBAddress methods.Jonas Devlieghere1-1/+1
2020-07-07[lldb/api] Add checks for StackFrame::GetRegisterContext calls (NFC)Med Ismail Bennani1-12/+13
2020-01-30[lldb][NFCI] Remove unused LanguageType parametersAlex Langford1-4/+2
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2019-11-25[lldb][NFC] Allow range-based for-loops on VariableListRaphael Isemann1-3/+1
2019-08-14[LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-1/+1
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere1-4/+4
2019-06-13[NFC] Replace a plugin header with a non-plugin headerAlex Langford1-1/+1
2019-04-03[Reproducers] Capture return values of functions returning by ptr/refJonas Devlieghere1-1/+1
2019-03-19[lldb] [Reproducer] Move SBRegistry registration into declaring filesMichal Gorny1-0/+79
2019-03-18[API] Remove unneded LLDB_DISABLE_PYTHON markers.Davide Italiano1-4/+0
2019-03-18Fix some "variable 'foo' set but not used" warningsPavel Labath1-3/+1
2019-03-11Add "operator bool" to SB APIsPavel Labath1-0/+4
2019-03-07[SBAPI] Log from record macroJonas Devlieghere1-350/+6