Disconnect3d
Disconnect3d
Can it be that this is in a script that does more than just `source gdbinit.py`? How can we reproduce this?
@yooo1999 ping. Please provide more data or we will have to close this issue :(
Just to be sure so that everyone understands: * We set up a breakpoint at `print_hello` so thread 2 stops there * We switch to main thread that waits for...
Closing this for now since we can't reproduce it
We could maybe use a `ptrace` trick to get the reason why the tracee stopped: ``` Syscall-stops [...] Syscall-stops can be distinguished from signal-delivery-stop with SIGTRAP by querying PTRACE_GETSIGINFO for...
GDB has a bug where it deadlocks when you setup a stop hook using it Python API (which is what Pwndbg does) and then you set up a command to...
If that works then maybe we should just use it :shrug:
You can create your own command using the Python API that would use the code above; I'm not sure if there is other way.
Do you mean that you applied the latch to the latest gdb version? but what is your full setup? dont you use gdbserver? (maybe the fix has to be applied...
Just to be sure: is the patch also applied to gdb-multiarch?