delve/service
Fata Nugraha 15a9f9d353
cmd/dlv: print out message with stack trace when breakpoint is hit but has no waiting client (#3632)
* Print out message and dump stack on pause

* Fix test

* Move the logic to debugger layer

* Remove unused fields

* Do not use defer to get state

* move channel to connection

* remove lock on isClosed

* Use mutex

* Remove unwanted changes
2024-06-12 12:31:46 -07:00
..
api *: remove redundant lines at the start/end of block (#3730) 2024-05-20 14:16:22 -07:00
dap cmd/dlv: print out message with stack trace when breakpoint is hit but has no waiting client (#3632) 2024-06-12 12:31:46 -07:00
debugger cmd/dlv: print out message with stack trace when breakpoint is hit but has no waiting client (#3632) 2024-06-12 12:31:46 -07:00
internal/sameuser Don't use a fixed width for s when parsing /proc/net/tcp lines (#3660) 2024-02-13 10:14:07 -08:00
rpc1 cmd/dlv: print out message with stack trace when breakpoint is hit but has no waiting client (#3632) 2024-06-12 12:31:46 -07:00
rpc2 cmd/dlv: print out message with stack trace when breakpoint is hit but has no waiting client (#3632) 2024-06-12 12:31:46 -07:00
rpccommon cmd/dlv: print out message with stack trace when breakpoint is hit but has no waiting client (#3632) 2024-06-12 12:31:46 -07:00
test *: remove redundant lines at the start/end of block (#3730) 2024-05-20 14:16:22 -07:00
client.go pkg/terminal,pkg/proc: Implement next-instruction (#3671) 2024-02-28 09:28:33 +01:00
config.go cmd/dlv: Fix trace output (#2038) 2020-05-13 08:38:10 +02:00
listenerpipe.go cmd,service: in non-headless mode use an in-memory connection 2018-10-08 15:11:13 -07:00
rpccallback.go cmd/dlv: print out message with stack trace when breakpoint is hit but has no waiting client (#3632) 2024-06-12 12:31:46 -07:00
server.go cmd,service: remove temporary def of Server interface in func 2018-10-09 07:56:48 -07:00