Il 05/09/2013 03:08, Luiz Capitulino ha scritto:
> Reproducer:
>
> 1. Start QEMU with gdb support:
>
> $ qemu [...] -kernel [...] -s
>
> 2. Start gdb and install a breakpoint
>
> gdb /path/to/vmlinux
> (gdb) target remote localhost:1234
> (gdb) b init_hw_perf_events
> Remo
Reproducer:
1. Start QEMU with gdb support:
$ qemu [...] -kernel [...] -s
2. Start gdb and install a breakpoint
gdb /path/to/vmlinux
(gdb) target remote localhost:1234
(gdb) b init_hw_perf_events
Remote communication error. Target disconnected.: Connection reset by peer.