bug-gdb
[Top][All Lists]
Advanced

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

Re: SET BREAK/CALL equiv. on gdb


From: Michael Chastain
Subject: Re: SET BREAK/CALL equiv. on gdb
Date: Thu, 16 Sep 2004 11:36:02 -0400
User-agent: nail 10.8 6/28/04

I forgot about rbreak, which can do a bit of what you want.

gdb needs "one source breakpoint -> multiple object breakpoints"
for other reasons, specifically for c++ constructors and destructors.
With that machinery, rbreak could set ONE source breakpoint and
be much easier to manage.




reply via email to

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