Alessandro Arzilli
82d142d1cd
proc/gdbserial: use reverse connect feature of debugserver ( #837 )
...
Fixes #836
2017-05-11 12:34:39 -07:00
Alessandro Arzilli
862145f874
proc: print runtime.curg._panic.arg on unrecovered-panic breakpoint ( #833 )
...
You usually want to know the reason for the panic when a panic happens,
it can be printed manually this is a small quality of life improvement.
2017-05-09 10:32:16 -07:00
Alessandro Arzilli
a843f7944e
proc/gdbserial: mozilla rr support ( #804 )
...
Implements #727
2017-05-05 15:17:52 -07:00
Alessandro Arzilli
f29b9edad2
proc/gdbserial: pass environment variables to target ( #820 )
...
debugserver requires a special option to forward the environment to the target.
Fixes #818
2017-05-04 10:46:45 -07:00
Alessandro Arzilli
76ce11cffb
proc/gdbserial: disable lldb backend on windows ( #819 )
...
Lldb-server does not currently support windows/amd64 (it's in
development). And delve's native backend seems to work well on windows.
Disable the lldb backend on windows for now.
Fixes #817
2017-05-04 10:43:53 -07:00
Alessandro Arzilli
dcf51a5032
proc/native: error when reading/writing memory of exited process ( #812 )
...
Fixes #809
2017-05-01 09:57:37 -07:00
Alessandro Arzilli
a731eb661f
Minor post-refactoring cleanup ( #808 )
...
* proc/native: remove unused utility methods
* proc: turn FindFileLocation, FindFunctionLocation, FirstPCAfterPrologue methods into function
2017-04-28 10:15:39 -07:00
aarzilli
b6fe5aebaf
proc: refactoring: merge target into proc
...
- moved target.Interface into proc as proc.Process
- rename proc.IThread to proc.Thread
- replaced interfaces DisassembleInfo, Continuable and
EvalScopeConvertible with Process.
- removed superfluous Gdbserver prefix from types in the gdbserial
backend.
- removed superfluous Core prefix from types in the core backend.
2017-04-21 14:00:04 -07:00
aarzilli
15bac71979
proc: refactoring: split backends to separate packages
...
- move native backend to pkg/proc/native
- move gdbserver backend to pkg/proc/gdbserial
- move core dumps backend to pkg/proc/core
2017-04-21 14:00:04 -07:00