aarzilli
c8f4cee97d
New command 'types'
...
Lists all the types defined in the debugged program.
2016-02-27 15:39:11 -08:00
aarzilli
c277b27157
cmd/dlv: add flag to make headless server accept multiple clients
2016-02-17 20:09:50 +01:00
aarzilli
3be65a4c1f
service, terminal: Named breakpoints and breakpoint conditions
...
Implements #109 and #120
2016-02-16 15:59:37 -08:00
aarzilli
e7a9a3ea9a
Disassemble command
...
Implements #368
2016-02-11 16:59:07 -08:00
Derek Parker
94a265f098
dlv: Misc refactors
...
Mainly just cleans up the code in cmd/dlv/main.go
2016-02-01 09:50:37 +01:00
aarzilli
3a8730de72
proc: Do not panic when a command is executed on an exited process
...
Fixes #355
2016-01-30 07:23:21 +01:00
aarzilli
fb7210934d
service/rpc: clean irrelevant net/rpc error messages
...
Fixes #378
2016-01-29 17:27:42 +01:00
aarzilli
c9b517067b
Implements set command for pointers and numerical values
...
set <variable name> <value>
2015-09-28 22:45:06 -07:00
aarzilli
da39258bec
stack command: -full flag prints local variables and arguments of all the functions on the stack trace
2015-09-18 08:34:21 +02:00
aarzilli
c6ebd80905
Variable evaluation on arbitrary (goroutine, frame) pair.
2015-09-05 12:08:40 -05:00
aarzilli
8e8d2660ef
Improve commands which take a location spec
...
Breakpoints, tracepoints, etc.. take a location spec as input. This
patch improves the expressiveness of that API. It allows:
* Breakpoint at line
* Breakpoint at function (handling package / receiver smoothing)
* Breakpoint at address
* Breakpoint at file:line
* Setting breakpoint based off regexp
2015-08-08 14:41:48 -05:00
Derek Parker
c1e7f8c45a
Do not ask to kill process we spawned
2015-07-07 09:04:03 -05:00
Derek Parker
2f7612d4af
Add command to restart process
...
Fixes #95
2015-07-03 15:35:22 -05:00
Derek Parker
29ed169848
Return error when invoking Delve with invalid path
...
Fixes #154
2015-06-26 23:05:15 -05:00
Derek Parker
687dc4172d
Introduce JSON-RPC service
2015-06-21 21:11:30 -05:00