On Sat, May 14, 2011 at 12:05 AM, Eli Zaretskii wrote: >> Date: Fri, 13 May 2011 15:23:57 -0700 >> From: Doug Evans >> Cc: gdb-patches@sourceware.org >> >> +Print the list of all scripts that gdb auto-loaded, or tried to auto-load. >                                      ^^^ > This should be "@value{GDBN}". > > Btw, is it useful to include names of scripts that GDB _tried_ to > auto-load, if the auto-load failed?  Or maybe the "Loaded" field will > then say "No"?  In the latter case, the manual should say so. > > Thanks. How about this? 2011-05-14 Doug Evans * python/py-autoload.c (print_script): Print "Missing" instead of "No" for missing scripts. (info_auto_load_scripts): Tweak "Loaded" column to fit "Missing". doc/ * gdb.texinfo (Auto-loading): Document printing of missing scripts.