From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Eli Zaretskii Cc: tromey@redhat.com, gdb-patches@sources.redhat.com Subject: Re: PATCH: gdb --args Date: Thu, 11 Oct 2001 10:24:00 -0000 Message-id: <3BC5D5AE.1020106@cygnus.com> References: <87ofnfm80i.fsf@creche.redhat.com> <3BC5BB72.9040300@cygnus.com> <9003-Thu11Oct2001185620+0200-eliz@is.elta.co.il> X-SW-Source: 2001-10/msg00136.html >> Date: Thu, 11 Oct 2001 11:32:02 -0400 >> From: Andrew Cagney >> >> Is this an architecture (well OS) or target method? > > > What do you mean by ``OS''? The host? Or those "#ifdef __MSDOS__" > thingies? The target's operating system. I think the target's operating system is something independant of the actual interface (ptrace, procfs, remote, ...) GDB uses to control the target program. Andrew