Show threads when attaching to a remote target.
commit02f06988b8f5d83f055b39ab0442ceb9a6c2dcd6
authorJohannes Sixt <j6t@kdbg.org>
Sun, 16 Oct 2011 19:22:47 +0000 (16 21:22 +0200)
committerJohannes Sixt <j6t@kdbg.org>
Sun, 16 Oct 2011 19:22:47 +0000 (16 21:22 +0200)
tree68ffd655de6e0109ad5d8f17c1b498a74b7985fa
parentc6e116f53745c48729b3696c005c292f1fd701d7
Show threads when attaching to a remote target.

Invoking kdbg with option -r allows to attach to a remote target. This
event should be treated as if the program had just stopped. In particular,
the list of threads should be filled. But it was forgotten, and this
change fixes it. Now the list of threads is available right away, and not
only at the next stop.
kdbg/debugger.cpp