[PATCH] Allow spaces in filenames to load command

Daniel Jacobowitz drow@false.org
Mon Feb 20 17:07:00 GMT 2006


On Wed, Dec 07, 2005 at 05:52:05PM +0000, Andrew STUBBS wrote:
> 2005-12-07  Andrew Stubbs  <andrew.stubbs@st.com>
> 
> 	* symfile.c (generic_load): Use buildargv() and tilde_expand()
> 	to parse file names with quoting, spaces and tildes properly.
> 	(load_command): Quote all special characters before calling
> 	target_load() such that buildargv() doesn't break file names.
> 	(_initialize_symfile): Mention the load offset in the help for
> 	the load command.
> 	* remote-sim.c: Include readline.h.
> 	(gdbsim_load): Use buildargv and tilde_expand() to parse file
> 	names with quoting, spaces and tildes properly.
> 	* target.h (target_load): Comment the parameters better.
> 	* Makefile.in (remote_sim.o): Add readline.h dependency.

This all looks plausible to me.  Jim, do you want to take a look at
this, since you were previously?


-- 
Daniel Jacobowitz
CodeSourcery



More information about the Gdb-patches mailing list