This is the mail archive of the gdb-patches@sourceware.org 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]
Other format: [Raw text]

Patch to support spaces in filenames & paths


Hi,

Attached is a patch that adds support for spaces in filenames or paths for
CLI commands such as restore, by supporting quotes. E.g:

restore "path with spaces/test.x" 

2008-12-02 Jon Beniston <jon@beniston.com>

        * cli/cli-dump.c: (scan_filename_with_cleanup) Add support for
quoted 
        strings to allow spaces in paths and filenames.

Cheers,
Jon

Attachment: quoted_filenames.patch
Description: Binary data


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