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/15181] Missing continue on dprintf that defaults to "gdb" style from "agent"


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

--- Comment #1 from teawater <teawater at gmail dot com> 2013-04-21 10:17:39 UTC ---
(gdb) set dprintf-style agent 
(gdb) dprintf main, "1\n"
warning: Target cannot run dprintf commands, falling back to GDB printf
Dprintf 1 at 0x4005b7: file 1.c, line 18.
(gdb) info b
Num     Type           Disp Enb Address            What
1       dprintf        keep y   0x00000000004005b7 in main at 1.c:18
        printf "1\n"
(gdb) quit

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