From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: "John S. Kallal" Cc: gdb-patches@sources.redhat.com, Michael Snyder , Mark Kettenis Subject: Re: [RFC] Making target layers into a real stack Date: Tue, 10 Jul 2001 12:42:00 -0000 Message-id: <3B4B5AA2.8090007@cygnus.com> References: <01062017044600.01102@CyberMax> <3B3C0E2E.7040508@cygnus.com> <01071015192100.00894@CyberMax> X-SW-Source: 2001-07/msg00232.html > You are looking for a lot a work. If you can not give me more detailed > design information or example system to work from that would meet you > received your OK, any work by me is just a waste time. Yes, I know this would be a lot of work. >> This is a long way from what we have now :-/ >> >> I suspect that the best thing to do is to address the immediate problems >> in lin-lwp.c and then, later the more fundamental change can follow. > > > 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. Can this be addressed local to lin-wpc.c? That is what I was trying to suggest. Hmm, how well does lin-lwp.c work when host!=target. I guess you're working out the case where local and remote are the same. Andrew