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


Kevin> I have a question regarding this patch, which was committed at
Kevin> the end of June, wouldn't GDB let the user know, one way or an
Kevin> other, that there was something wrong happened ?

I think gdbpy_print_stack is mostly called in "internal" situations,
where printing something will mess up the output.

Ordinary commands and such that fail should convert the Python exception
to a gdb exception, leading to what you'd expect.

I might be misremembering.  Concrete examples would help.

Kevin> I don't know if Python allows to do it, but i think it would be nice
Kevin> to see something like:

>> NameError: global name 'comp' is not define

Kevin> which is the last line of a python stacktrace

I think it could be done.
We can always add more values for "maint set python print-stack".

Tom


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