This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: PATCH: gdb --args


> From: Tom Tromey <tromey@redhat.com>
> Date: 10 Nov 2001 13:18:02 -0700
> 
> How does DJGPP handle a single quote inside of single quotes?

As you'd expect.

> For sh you must do something like:
> 
>     'text'\''more text'
> 
> to achieve an argument whose value is
> 
>     text'more text

DJGPP handles this exactly as a Unix shell would, and the result is
identical to what you show above.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]