On Tue, 3 Aug 2010 15:14:36 +0200 Oleg Nesterov <o...@redhat.com> wrote:
> To avoid the unnecessary details, consider the oversimplified example, > > $ sleep 10000& > [1] 2923 > > $ cat > SLEEP > set target-async on > set non-stop > target extended-remote :2000 > file /bin/sleep > attach 2923 > info registers > detach > ^D I'd be curious to know if the behavior improves when you omit "set target-async on" and "set non-stop". Kevin