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: FYI: fix error in py-type.c


>>>>> "Doug" == Doug Evans <dje@google.com> writes:

Doug> I think the bar for contrib is in general lower.
Doug> I think you should feel free to add the FIXMEs you deem appropriate
Doug> and check it in.
Doug> [... and maybe leverage the net to fix them for you :-)]

I'll send the series in a minute.

What I did is add some options to the summarizer script.
The default is to disable reporting for the checks that are generally
not useful.  I checked the indirect function call errors and for the
most part they aren't important.

After the series I still get the appended.
This is a bug, but pretty obscure.

Tom

../../archer/gdb/python/py-cmd.c:404: error: function cmdpy_init is marked nothrow but can throw
../../archer/gdb/python/py-cmd.c:451: info: via call to gdbpy_parse_command_name
../../archer/gdb/python/py-cmd.c:359: info: via call to lookup_cmd_1
../../archer/gdb/cli/cli-decode.c:1381: info: via call to deprecated_cmd_warning
../../archer/gdb/cli/cli-decode.c:1587: info: via call to printf_filtered
../../archer/gdb/utils.c:2437: info: via call to vfprintf_filtered
../../archer/gdb/utils.c:2348: info: via call to vfprintf_maybe_filtered
../../archer/gdb/utils.c:2340: info: via call to fputs_maybe_filtered
../../archer/gdb/utils.c:2112: info: via call to prompt_for_continue
../../archer/gdb/utils.c:1902: info: via call to quit
../../archer/gdb/utils.c:1142: info: via call to fatal
../../archer/gdb/utils.c:740: info: via call to throw_vfatal
../../archer/gdb/python/py-param.c:655: error: function parmpy_init is marked nothrow but can throw
../../archer/gdb/python/py-param.c:709: info: via call to gdbpy_parse_command_name
../../archer/gdb/python/py-cmd.c:359: info: via call to lookup_cmd_1
../../archer/gdb/cli/cli-decode.c:1381: info: via call to deprecated_cmd_warning
../../archer/gdb/cli/cli-decode.c:1587: info: via call to printf_filtered
../../archer/gdb/utils.c:2437: info: via call to vfprintf_filtered
../../archer/gdb/utils.c:2348: info: via call to vfprintf_maybe_filtered
../../archer/gdb/utils.c:2340: info: via call to fputs_maybe_filtered
../../archer/gdb/utils.c:2112: info: via call to prompt_for_continue
../../archer/gdb/utils.c:1902: info: via call to quit
../../archer/gdb/utils.c:1142: info: via call to fatal
../../archer/gdb/utils.c:740: info: via call to throw_vfatal


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