summaryrefslogtreecommitdiff
path: root/lldb/tools/lldb-dap/Breakpoint.cpp
AgeCommit message (Expand)Author
2025-08-08[lldb-dap] persistent assembly breakpoints (#148061)Ely Ronnen
2025-06-26[lldb-dap] Fix source references (#144364)Ebuka Ezike
2025-05-31[lldb-dap] Reuse source object logics (#141426)Ely Ronnen
2025-05-21[lldb-dap] assembly breakpoints (#139969)Ely Ronnen
2025-05-10[lldb-dap] migrate set breakpoint requests (#137448)Ely Ronnen
2025-04-03[lldb-dap] Protect SetBreakpoint with the API mutex (#134030)Jonas Devlieghere
2025-03-31[lldb] Convert Breakpoint & Watchpoints structs to classes (NFC) (#133780)Jonas Devlieghere
2025-03-31[lldb-dap] Replace GetBreakpointLabel with kDAPBreakpointLabel constant (NFC)...Jonas Devlieghere
2024-11-08[lldb-dap] Refactoring breakpoints to not use the `g_dap` reference. (#115208)John Harrison
2024-10-28[NFC][lldb-dap] Clean-up includes (#113839)Adrian Vogelsgesang
2024-02-13[lldb-dap][NFC] Add Breakpoint struct to share common logic. (#80753)Zequan Wu