This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA] info auto-load-scripts, plus warning change


On Sat, May 14, 2011 at 12:05 AM, Eli Zaretskii <eliz@gnu.org> wrote:
>> Date: Fri, 13 May 2011 15:23:57 -0700
>> From: Doug Evans <dje@google.com>
>> 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  <dje@google.com>

        * 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.

Attachment: gdb-110514-info-auto-load-3.patch.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]