emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GDB does not stop in breakpoint!


From: alin.s
Subject: Re: GDB does not stop in breakpoint!
Date: Mon, 11 Jan 2010 02:52:41 -0800 (PST)

If I try to install a breakpoint directly in Fx_create_frame, gdb hangs.

But I did so:

(gdb) watch Vframe_list
Hardware watchpoint 5: Vframe_list
(gdb) c
Continuing.
Hardware watchpoint 5: Vframe_list

Old value = 138894718
New value = 139227438
Fx_create_frame (parms=139236126) at xfns.c:3453
3453      x_default_parameter (f, parms, Qicon_type, Qt,
(gdb) pp 139236126
((visibility) (window-system . x) (horizontal-scroll-bars . t))
(gdb)


And using a watchpoint it stopped in Fx_create_frame. Very strange. Seems a
bug in gdb...




-- 
View this message in context: 
http://old.nabble.com/GDB-does-not-stop-in-breakpoint%21-tp27107078p27108668.html
Sent from the Emacs - Dev mailing list archive at Nabble.com.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]