summaryrefslogtreecommitdiff
path: root/lldb/tools/lldb-dap/EventHelper.cpp
AgeCommit message (Expand)Author
2025-10-31[lldb-dap] Correctly trigger 'entry' stop reasons. (#165901)John Harrison
2025-10-21[lldb-dap] Send a 'process' event on restart. (#163833)John Harrison
2025-10-20[lldb-dap] Send an Invalidated event on thread stack change. (#163976)Ebuka Ezike
2025-09-17[lldb-dap] Add memory event (#158437)Druzhkov Sergei
2025-09-11[lldb-dap] Add invalidated event (#157530)Druzhkov Sergei
2025-09-04[lldb-dap] Destroy debugger when debug session terminates (#156231)Roy Shi
2025-08-23Re-land LLDB dap module symbol tables (#155021)Ely Ronnen
2025-08-22Revert "[lldb-dap] Add module symbol table viewer to VS Code extension #14062...Muhammad Omair Javaid
2025-08-21[lldb-dap] Add module symbol table viewer to VS Code extension #140626 (#153836)Ely Ronnen
2025-06-16[lldb-dap] Use structured types for stepInTargets request (#144072)Ebuka Ezike
2025-06-10[lldb-dap] Creating a 'capabilities' event helper. (#142831)John Harrison
2025-06-05[lldb-dap] Migrating 'threads' request to structured types. (#142510)John Harrison
2025-06-04Revert "[lldb-dap] Use structured types for stepInTargets request (#142439)" ...Jonas Devlieghere
2025-06-04[lldb-dap] Add missing key for capabilities event. (#142751)Ebuka Ezike
2025-06-04[lldb-dap] Use structured types for stepInTargets request (#142439)Ebuka Ezike
2025-05-16[lldb-dap] Avoid creating temporary instances of std::string (NFC) (#140325)Kazu Hirata
2025-05-07[lldb-dap] Change the launch sequence (#138219) (reland)Jonas Devlieghere
2025-05-07Revert "[lldb-dap] Change the launch sequence (#138219)"David Spickett
2025-05-06[lldb-dap] Change the launch sequence (#138219)Jonas Devlieghere
2025-03-19[lldb-dap] Ensure logging statements are written as a single chunk. (#131916)John Harrison
2025-02-24[lldb-dap] Fix error C2065: 'PATH_MAX': undeclared identifierJonas Devlieghere
2025-02-23[lldb-dap] Refactor request handlers (NFC) (#128262)Jonas Devlieghere