delve/service
aarzilli 55e44c9dc0 proc/gdbserial: automatically retrieve exe path on attach on macOS
debugserver doesn't support qXfer:exec-file:read, and it doesn't return
the executable path in the response to qProcessInfoPID, however we can
find out the executable path by using jGetLoadedDynamicLibrariesInfos.
2017-09-08 10:27:08 -07:00
..
api proc: auto-dereference local variables that escape to the heap 2017-08-30 13:46:45 -07:00
debugger proc/gdbserial: automatically retrieve exe path on attach on macOS 2017-09-08 10:27:08 -07:00
rpc1 Fix various issues detected by megacheck (#880) 2017-06-29 11:15:59 -07:00
rpc2 Fix various issues detected by megacheck (#880) 2017-06-29 11:15:59 -07:00
rpccommon Fix various issues detected by megacheck (#880) 2017-06-29 11:15:59 -07:00
test proc: report errors when loading executable on attach 2017-08-30 11:20:20 -07:00
client.go proc/gdbserial: mozilla rr support (#804) 2017-05-05 15:17:52 -07:00
config.go dlv: make headless servers quit automatically when client disconnects (#895) 2017-06-26 11:45:13 -07:00
rpccallback.go Replaced net/rpc with custom version 2016-07-02 12:16:06 +02:00
server.go misc: cleanup and documentation 2016-01-10 02:10:51 -08:00