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 breakpoints/15075] dprintf inteferes with "next"


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

--- Comment #3 from Yao Qi <qiyao at gcc dot gnu.org> 2013-02-04 02:52:12 UTC ---
> The existing Python "Breakpoint.stop" API needed this kind
> of thing already, so the infrastructure exists.

Thanks for pointing this out.  I'll have a look.

> The error was making dprintf use the breakpoint commands instead
> of just having internal actions; the original review pointed this out.
> 

Right, for the record, it was pointed out here
http://sourceware.org/ml/gdb-patches/2012-05/msg00211.html

> If you do implement a command like this, don't make it user-invisible.
> It might be useful for other things.

OK, no problem.

> However, be sure to look at the other bugs related to this before
> embarking on that course.

What do you mean by "the other bugs related to this"?  bugs related to dprintf
or the new command we try to add?

-- 
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]