Comment 5 for bug 1901026

Revision history for this message
Luis (freezehawk) wrote :

Nevermind. I double checked the package I was using, and turns out I used an old package without the socket patch (the non-temporal sorting of packages threw me off).

Testing this on x86-64, I can now see the following:

GNU gdb (Ubuntu 8.1.1-0ubuntu1) 8.1.1
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word".
(gdb) set debug remote 1
(gdb) tar rem /var/run/dbus/system_bus_socket
Remote debugging using /var/run/dbus/system_bus_socket
Sending packet: $qSupported:multiprocess+;swbreak+;hwbreak+;qRelocInsn+;fork-events+;vfork-events+;exec-events+;vContSupported+;QThreadEvents+;no-resumed+;xmlRegisters=i386#6a...Remote communication error. Target disconnected.: Connection reset by peer.

As opposed to the previous error message. So this looks good! Thanks for considering this backport.