aarzilli
a7718bd358
proc: tolerate memory read errors during stacktrace
...
When there's a error reading the stack trace the call stack itself
could be corrupted and we should return the partial stacktrace that we
have.
Fixes #868
2017-07-26 12:50:09 -06:00
custa
dbc1ce1e5b
typo, fix and run 'go run ./scripts/gen-cli-docs.go' ( #848 )
2017-06-05 14:20:10 -07:00
Alessandro Arzilli
98a4ff7a9f
terminal: bugfix: deref of nil SelectedGoroutine switching goroutines ( #829 )
...
If CurrentThread isn't running a goroutine SelectedGoroutine can be
nil, do not blindly dereference it.
Fixes #827
2017-05-08 11:16:14 -07:00
Alessandro Arzilli
a843f7944e
proc/gdbserial: mozilla rr support ( #804 )
...
Implements #727
2017-05-05 15:17:52 -07:00
aarzilli
e4b609bf2b
terminal: better list command
...
- always print a header with the path to the file being displayed
- always evaluate the linespec argument, even if a scope prefix is present
Fixes #711 , #713
2017-04-19 10:06:43 -07:00
aarzilli
86a59c52a6
terminal: bugfix: tolerate spurious spaces after command prefixes
...
Expressions such as:
frame 0 list
frame 0 list
on abreakpoint print x
goroutine 1 frame 0 list
should all execute correctly
Fixes #712
2017-04-19 09:58:36 -07:00
Derek Parker
53f0d24057
Move top-level packages into pkg
2017-02-08 12:17:19 -08:00