From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Deephanphongs, David" To: "'gdb-patches@sources.redhat.com'" Subject: Re: [PATCH] specify arguments to debugee from commandline (second try) Date: Fri, 22 Jun 2001 12:26:00 -0000 Message-id: X-SW-Source: 2001-06/msg00381.html Eli Zaretskii wrote: > On Thu, 7 Jun 2001, David Deephanphongs wrote: > > GDB will escape the following characters within an inferior argument: > > ^|&#<>\"'`$*?[](); \{} > > ^----space > > The function which implements this should be OS-dependent. What you > wrote might work for /bin/sh, but not for non-Posix systems such as > MS-Windows. I've been trying to figure out how to do this.. My problem is that I haven't figured out where the target-specific initialization occurs in GDB. Is it just dependent on which files get linked in? Dave