summaryrefslogtreecommitdiff
path: root/lldb/test/API/tools/lldb-dap/variables/TestDAP_variables.py
AgeCommit message (Expand)Author
2025-10-15[lldb-dap] Add readOnly attribute for variables (#151884)Sergei Druzhkov
2025-09-11[lldb-dap] Add invalidated event (#157530)Druzhkov Sergei
2025-07-11[lldb-dap] Updating protocol memory references to `lldb::addr_t`. (#148037)John Harrison
2025-07-10[lldb-dap] Migrate variables request protocol types. (#147611)John Harrison
2025-05-30Revert "[lldb-dap] Test Gardening, improving DebugCommunication. (#141689)"David Spickett
2025-05-29[lldb-dap] Test Gardening, improving DebugCommunication. (#141689)John Harrison
2025-05-16[lldb-dap] Adding additional asserts to unit tests. (#140107)John Harrison
2025-05-09[lldb][lldb-dap] Disable more tests on Windows (#139251)David Spickett
2025-05-07[lldb-dap] Re-enable the lldb-dap tests (#138791)Jonas Devlieghere
2025-05-06[lldb][lldb-dap] use the new protocol for setVariable requests. (#137803)Ebuka Ezike
2025-05-01[lldb][test] Disable a bunch of flakey lldb-dap testsDavid Spickett
2025-03-16[lldb][lldb-dap] setVariable request should send the correct response (#130773)Ebuka Ezike
2025-03-01[lldb-dap] Add: show return value on step out (#106907)Da-Viper
2025-02-27[lldb-dap] Adaptor -> Adapter (NFC) (#129110)Jonas Devlieghere
2025-01-17[lldb] Skip unreliable test under ASANAdrian Prantl
2024-08-28[lldb][lldb-dap][test] Enable variable tests on WindowsDavid Spickett
2024-05-24[lldb-dap] Automatically skip lldb-dap tests for remote platforms (#93169)Pavel Labath
2024-05-21[lldb-dap] Don't send expanded descriptions for "hover" expressions (#92726)Pavel Labath
2024-05-17[lldb-dap] Replace `assertEquals` with `assertEqual` (NFC)Jonas Devlieghere
2024-05-03Fix dap variable value format issue (#90799)jeffreytan81
2024-02-21[lldb][test] Modernize asserts (#82503)Jordan Rupprecht
2024-02-16[lldb] Replace assertEquals with assertEqual (NFC) (#82073)Jonas Devlieghere
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-12-11[lldb-dap] Emit declarations along with variables (#74865)Walter Erquinigo
2023-11-13Reland "[clang][DebugInfo] Emit global variable definitions for static data m...Michael Buch
2023-11-07Revert "Reland "clang][DebugInfo] Emit global variable definitions for static...Hans Wennborg
2023-11-07Reland "clang][DebugInfo] Emit global variable definitions for static data me...Michael Buch
2023-11-06Revert "[clang][DebugInfo] Emit global variable definitions for static data m...Michael Buch
2023-11-06[clang][DebugInfo] Emit global variable definitions for static data members w...Michael Buch
2023-10-19[lldb] Rename lldb-vscode to lldb-dap (#69264)Jonas Devlieghere