diff options
author | Pierre Muller <muller@sourceware.org> | 2009-05-24 12:27:35 +0000 |
---|---|---|
committer | Pierre Muller <muller@sourceware.org> | 2009-05-24 12:27:35 +0000 |
commit | 7099259781c6b3537acdd5b5ae0734caeb5610ba (patch) | |
tree | e25cf9062ac4758b2202076091c7c1e719a95cdc /gdb/windows-nat.c | |
parent | 5c93f09bedf7ff02efd6d82504bbc3c68df6d197 (diff) | |
download | gdb-7099259781c6b3537acdd5b5ae0734caeb5610ba.zip gdb-7099259781c6b3537acdd5b5ae0734caeb5610ba.tar.gz gdb-7099259781c6b3537acdd5b5ae0734caeb5610ba.tar.bz2 |
* symfile.c (add_shared_symbol_files_command): Remove
prototype and function.
(_initialize _symfile): Move "add-shared-symbol-files"
command and "assf" alias.
* windows-nat.c (_initialize_windows_nat): to here.
Change "add-shared-symbol-files" to alias.
* config/i386/cygwin.mh: Remove NAT_FILE.
* config/i386/mingw.mh: Remove NAT_FILE.
* config/i386/mingw64.mh: Remove NAT_FILE.
* config/i386/nm-cygwin.h: Remove file.
* config/i386/nm-cygwin64.h: Remove file.
Diffstat (limited to 'gdb/windows-nat.c')
-rw-r--r-- | gdb/windows-nat.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/windows-nat.c b/gdb/windows-nat.c index 32a4126..d35c255 100644 --- a/gdb/windows-nat.c +++ b/gdb/windows-nat.c @@ -2205,6 +2205,10 @@ _initialize_windows_nat (void) add_com_alias ("sharedlibrary", "dll-symbols", class_alias, 1); + add_com_alias ("add-shared-symbol-files", "dll-symbols", class_alias, 1); + + add_com_alias ("assf", "dll-symbols", class_alias, 1); + #ifdef __CYGWIN__ add_setshow_boolean_cmd ("shell", class_support, &useshell, _("\ Set use of shell to start subprocess."), _("\ |