Hi Eli, Attached is the new version of the patch, with the GDB manual now simply stating that the commands are deprecated instead of removing their documentation. Can you tell me if the changes look OK? I still kept the removal of the dubious recommendation of loading the DLL statements by hand, as I don't think we should be advertising that practice. gdb/ChangeLog: * windows-nat.c (_initialize_windows_nat): Deprecate the "dll-symbols" command. Turn the "add-shared-symbol-files" and "assf" aliases into commands, and deprecate them as well. * NEWS: Add entry explaining that "dll-symbols" and its two aliases are now deprecated. gdb/doc/ChangeLog: * gdb.texinfo (Files): Document "add-shared-symbol-files" and "assf" as being deprecated. (Cygwin Native): Likewise for "dll-symbols". (Non-debug DLL Symbols): Remove reference to "dll-symbols" as a way to force the loading of symbols from a DLL. Thank you, -- Joel