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: [python] [patch] PR python/13329


Kevin Pouget <kevin.pouget@gmail.com> writes:

> Thanks Phil, that's exactly what I was looking for :)
>
> just a remark,
>
> +         fprintf_filtered (gdb_stderr,
> +                           _("Error occurred computing Python error" \
> +                             "message.\n"));
>
> this error message sounds strange to me, is it correct?

Yes, this happens when we cannot get the exception message, but an
exception has been set.  I don't ever expect this error to actually be
seen, but it can happen depending on the state of the interpreter.
Looking at it again, I do see I did miss a space between 'error' and
'message' though!

Cheers,

Phil


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