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/12127] gdb with python support still get crash onshowing uninitialized local variables


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

--- Comment #1 from asmwarrior <asmwarrior at gmail dot com> 2012-03-03 14:01:13 UTC ---
I have some work around patches to filter out the uninitialized local variables
by compare the current instruction line and the declaration line of the
variable. Thus avoid the crash.

See: http://sourceware.org/ml/gdb-patches/2011-12/msg00034.html

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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