summaryrefslogtreecommitdiff
path: root/lldb/tools/lldb-dap/DAP.cpp
AgeCommit message (Expand)Author
2025-11-12[lldb-dap] Refactor event thread (#166948)Ebuka Ezike
2025-11-12Fix lldb-dap non-leaf frame source resolution issue (#165944)jeffreytan81
2025-10-27Avoid stalls when MainLoop::Interrupt fails to wake up the MainLoop (#164905)jimingham
2025-10-22[lldb-dap] Fix mutex acquisition order for modules event. (#163821)Ebuka Ezike
2025-10-21[lldb-dap] Correct lldb-dap `seq` handling. (#164306)John Harrison
2025-10-20[lldb-dap] Send an Invalidated event on thread stack change. (#163976)Ebuka Ezike
2025-09-04[lldb-dap] Destroy debugger when debug session terminates (#156231)Roy Shi
2025-09-03[lldb-dap] Add `--no-lldbinit` as a CLI flag (#156131)Piyush Jaiswal
2025-08-23Re-land LLDB dap module symbol tables (#155021)Ely Ronnen
2025-08-22[lldb-dap] Migrating 'completions' to structured types. (#153317)John Harrison
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-08-19[lldb] Refactoring JSONTransport into an abstract RPC Message Handler and tra...John Harrison
2025-08-11[lldb] Update JSONTransport to use MainLoop for reading. (#152367)John Harrison
2025-08-08[lldb-dap] persistent assembly breakpoints (#148061)Ely Ronnen
2025-08-05Revert "[lldb] Update JSONTransport to use MainLoop for reading." (#152155)John Harrison
2025-08-05[lldb] Update JSONTransport to use MainLoop for reading. (#148300)John Harrison
2025-07-18[lldb-dap] Fix type req->arguments == "disconnect" (#149446)Wanyi
2025-07-10[lldb][lldb-dap] Added support for "WriteMemory" request. (#131820)Santhosh Kumar Ellendula
2025-07-08[lldb-dap] Use protocol types for modules request and events. (#146966)Ebuka Ezike
2025-07-03[lldb-dap] Prevent using an implicit `step-in`. (#143644)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-11[lldb] Move Transport class into lldb_private (NFC) (#143806)Jonas Devlieghere
2025-06-05[lldb-dap] Migrating 'threads' request to structured types. (#142510)John Harrison
2025-06-03[lldb-dap] Correct the disconnect helper on server shutdown. (#142508)John Harrison
2025-05-21[lldb-dap] assembly breakpoints (#139969)Ely Ronnen
2025-05-20[lldb-dap] Avoid double 'new' events for dyld on Darwin (#140810)Jonas Devlieghere
2025-05-19[lldb-dap] Remove spurious move (NFC) (#140641)Jonas Devlieghere
2025-05-18[lldb-dap] Move the command plugins out of the DAP header (#140396)Jonas Devlieghere
2025-05-18[lldb-dap] Move the Variables struct into its own file (#140393)Jonas Devlieghere
2025-05-18[lldb-dap] Member variable cleanup in DAP.{cpp,h} (NFC) (#140390)Jonas Devlieghere
2025-05-16[lldb-dap] Take two at refactoring the startup sequence. (#140331)John Harrison
2025-05-15[lldb][lldb-dap] Migrate ScopesRequest to structured types (#138116)Ebuka Ezike
2025-05-13[lldb] Use llvm::is_contained (NFC) (#139758)Kazu Hirata
2025-05-10[lldb-dap] Move registration of requests into DAP (NFC) (#139397)Jonas Devlieghere
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-05-09[lldb-dap] Move the event and progress event threads into DAP (NFC) (#139167)Jonas Devlieghere
2025-05-08[lldb-dap] Migrate attach to typed RequestHandler. (#137911)John Harrison
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-05-05[lldb-dap] Don't error out when the process is in eStateUnloaded (#138601)Jonas Devlieghere
2025-04-30[lldb-dap] Add an RAII helper for synchronous mode (NFC) (#137900)Jonas Devlieghere
2025-04-27[lldb-dap] Support the Module Event (#137380)Jonas Devlieghere
2025-04-26[LLDB][Telemetry] Collect telemetry from client when allowed. (#129728)Vy Nguyen
2025-04-25[lldb-dap] Fix formatting chrono::seconds warning. (#137371)John Harrison
2025-04-25[lldb-dap] Mitigate a build error on Windows. (#137388)John Harrison
2025-04-25[lldb] Fix a warningKazu Hirata