This is the mail archive of the gdb-prs@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]

[Bug python/11407] -stack-list-locals should catch python exceptions and return the error per variable


------- Additional Comments From asmwarrior at gmail dot com  2010-06-19 04:04 -------
(In reply to comment #20)
> Created an attachment (id=4845)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=4845&action=view)
> another draft patch This is draft
> patch, what do you think?

Hi, I have just build a gdb.exe applied your patch, and it seems the gdb.exe
still get crashed when I use "info local" command before some local variable
declaration.

So, My suggestion, I think gdb must understand which local variables were
already initialized, and which are not. Then, "info local" command should only
plot the initialized local variable.

Thanks.
asmwarrior



-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=11407

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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