From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Snyder To: "John S. Kallal" Cc: Andrew Cagney , gdb-patches@sources.redhat.com, Michael Snyder , Mark Kettenis Subject: Re: [RFC] Making target layers into a real stack Date: Thu, 12 Jul 2001 17:29:00 -0000 Message-id: <3B4E4034.23FA@redhat.com> References: <01062017044600.01102@CyberMax> <3B3C0E2E.7040508@cygnus.com> <01071015192100.00894@CyberMax> X-SW-Source: 2001-07/msg00320.html John S. Kallal wrote: > My target layers patch was trying to address the immediate problems of > the lin-lwp.c! For me the major problem is lin-lwp.c functions making direct > calls to the child_target functions even when the child_target is not > currently installed in the target stack. > > You can see the problems in the currently gdb snapshots by loading a > LinuxThreads program in gdb then set gdb to the remote target. Most user > command that follow will then be directed to the child_target functions even > while though the child_target is inactive. John, can I ask for more details and/or a specific testcase, ie. a way to reproduce the behavior you describe? I have been debugging a linux target with the remote protocol with some success.