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/15434] Dprintf uses a synchronous 'continue' even in non-stop mode


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

--- Comment #3 from Marc Khouzam <marc.khouzam at ericsson dot com> 2013-05-13 17:07:13 UTC ---
(In reply to comment #1)

For non-stop you need to start with

(gdb) set target-async on

> (gdb) set non-stop on
> (gdb) dprintf 8,"go\n"
> Dprintf 1 at 0x40055c: file 1.c, line 8.
> (gdb) r&
> Asynchronous execution not supported on this target.

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