Alessandro Arzilli
Alessandro Arzilli
@tenortim This is a commendable effort, thank you! I think instead of passing the Thread to TLS it would be better to read it in `proc/native.registers` and save it directly...
linux/i386 has been supported for a while.
> Why delve have no support for android platform officially. Android is quite similar to linux and it requires few more lines of code to work on android. Nobody wrote...
For the record we can't move those flags to subcommands because it would be backwards incompatible. For example `dlv --headless debug ...` would no longer be valid.
Should this stay open?
Is there really no way of doing this without a file in every directory?
would it be better to check in debugger.(*Debugger).Command if debugger.isRunning and return an error? Technically it would be backwards incompatible but it will probably be fine. We'll also have to...
That can't be done, there are legitimate reasons to make blocking calls while the program is running (i.e. to get notified when it stops running), especially State.
> Are such non-command requests ever issued for legitimate reasons while the program is running? It's possible that a client would do that. This behavior has been around for a...
AFAIK setting breakpoints on a running process is impossible, the effect would still be that of halting, setting a breakpoint and resuming execution. This could be done automatically, either client...