summaryrefslogtreecommitdiff
path: root/lldb/tools/lldb-dap/JSONUtils.h
AgeCommit message (Expand)Author
2025-11-17[lldb-dap] Migrating 'evaluate' to structured types. (#167720)John Harrison
2025-10-16[lldb-dap] Add stdio redirection for integrated and external terminals (#161089)Sergei Druzhkov
2025-07-11[lldb-dap] Add external terminal support (#146950)Druzhkov Sergei
2025-07-10[lldb-dap] Migrate variables request protocol types. (#147611)John Harrison
2025-07-08[lldb-dap] Use protocol types for modules request and events. (#146966)Ebuka Ezike
2025-06-26[lldb-dap] Fix source references (#144364)Ebuka Ezike
2025-06-16[lldb-dap] Creating protocol types for setExceptionBreakpoints. (#144153)John Harrison
2025-06-05[lldb-dap] Migrating 'threads' request to structured types. (#142510)John Harrison
2025-05-31[lldb-dap] Reuse source object logics (#141426)Ely Ronnen
2025-05-22[lldb-dap] Assorted small fixes for runInTerminal (#140908)Hu Jialun
2025-05-21[lldb-dap] assembly breakpoints (#139969)Ely Ronnen
2025-05-15[lldb][lldb-dap] Migrate ScopesRequest to structured types (#138116)Ebuka Ezike
2025-05-09[lldb-dap] Don't emit a removed module event for unseen modules (#139324)Jonas Devlieghere
2025-05-10[lldb-dap] migrate set breakpoint requests (#137448)Ely Ronnen
2025-04-25[lldb-dap] Show assembly depending on `stop-disassembly-display` settings (#1...Ely Ronnen
2025-04-25[lldb-dap] Refactoring lldb-dap 'launch' request to use typed RequestHandler<...John Harrison
2025-04-15[lldb] Make SBProcess thread related actions listen to StopLocker (#134339)Wanyi
2025-04-03[lldb-dap] Creating a common configuration structure for launch and attach re...John Harrison
2025-03-28[lldb-dap] Migrating DAP 'initialize' to new typed RequestHandler. (#133007)John Harrison
2025-03-14[lldb][lldb-dap] Return optional from json utils (#129919)Ebuka Ezike
2025-03-05[lldb-dap] Replace Get{Signed,Unsigned} with GetInteger<T> (NFC) (#129823)Jonas Devlieghere
2025-03-04[lldb-dap] Return a std::optional<bool> from GetBoolean (NFC) (#129818)Jonas Devlieghere
2025-02-27[lldb-dap] Adaptor -> Adapter (NFC) (#129110)Jonas Devlieghere
2024-11-12[lldb-dap] Refactoring JSONUtils to not use `g_dap` and instead passing in re...John Harrison
2024-11-08[lldb-dap] Refactoring breakpoints to not use the `g_dap` reference. (#115208)John Harrison
2024-10-11[lldb-dap] Implement value locations for function pointers (#104589)Adrian Vogelsgesang
2024-10-07Make env and source map dictionaries #95137 (#106919)Da-Viper
2024-09-17[lldb-dap] Provide `declarationLocation` for variables (#102928)Adrian Vogelsgesang
2024-09-16[lldb-dap] Support inspecting memory (#104317)Adrian Vogelsgesang
2024-09-10[lldb-dap] Improve `stackTrace` and `exceptionInfo` DAP request handlers (#10...John Harrison
2024-08-27[lldb-dap] Enabling instruction breakpoint support to lldb-dap. (#105278)Santhosh Kumar Ellendula
2024-02-13[lldb-dap][NFC] Add Breakpoint struct to share common logic. (#80753)Zequan Wu
2024-01-12[lldb-dap] Updating VariableDescription to use GetDescription() as a fallback...John Harrison
2024-01-02[lldb-dap] Emit more structured info along with variables (#75244)Walter Erquinigo
2023-11-08Improve VSCode DAP logpoint value summary (#71723)jeffreytan81
2023-10-25[lldb-vscode] Allow specifying a custom escape prefix for LLDB commands (#69238)Walter Erquinigo
2023-10-19[lldb] Rename lldb-vscode to lldb-dap (#69264)Jonas Devlieghere