From 61fa8fd5271543aa20ffb4f314bf47515bc34185 Mon Sep 17 00:00:00 2001 From: Andrew Stubbs Date: Tue, 21 Feb 2006 18:22:27 +0000 Subject: 2006-02-21 Andrew Stubbs * 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. testsuite/ * gdb.base/help.exp (help load): Update expected results. --- gdb/testsuite/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gdb/testsuite/ChangeLog') diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 5bebba03772..46fca9f9399 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2006-02-21 Andrew Stubbs + + * gdb.base/help.exp (help load): Update expected results. + 2006-02-19 Fred Fish * gdb.base/pc-fp.exp (get_valueofx): Don't print environment -- cgit v1.2.1