public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug breakpoints/15434] New: Dprintf uses a synchronous 'continue' even in non-stop mode
@ 2013-05-06 2:25 marc.khouzam at ericsson dot com
2013-05-13 6:53 ` [Bug breakpoints/15434] " teawater at gmail dot com
` (14 more replies)
0 siblings, 15 replies; 16+ messages in thread
From: marc.khouzam at ericsson dot com @ 2013-05-06 2:25 UTC (permalink / raw)
To: gdb-prs
http://sourceware.org/bugzilla/show_bug.cgi?id=15434
Bug #: 15434
Summary: Dprintf uses a synchronous 'continue' even in non-stop
mode
Product: gdb
Version: 7.5
Status: NEW
Severity: normal
Priority: P2
Component: breakpoints
AssignedTo: unassigned@sourceware.org
ReportedBy: marc.khouzam@ericsson.com
Classification: Unclassified
In non-stop mode, when hitting a dprintf, that dprintf resumes execution with a
'continue' command. This blocks the asynchronous I/O of GDB, which prevents a
frontend from interacting with it. In non-stop mode, MI mode always does an
asynchronous continue, but dprintf does not; therefore hitting a dprintf brings
GDB in a state that is not expected by the frontend.
I'm pretty sure this will be solved when fixing Bug 15075, but I was told it is
better to open all bugs to make sure every known problem is resolved.
--
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.
^ permalink raw reply [flat|nested] 16+ messages in thread
* [Bug breakpoints/15434] Dprintf uses a synchronous 'continue' even in non-stop mode
2013-05-06 2:25 [Bug breakpoints/15434] New: Dprintf uses a synchronous 'continue' even in non-stop mode marc.khouzam at ericsson dot com
@ 2013-05-13 6:53 ` teawater at gmail dot com
2013-05-13 6:55 ` teawater at gmail dot com
` (13 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: teawater at gmail dot com @ 2013-05-13 6:53 UTC (permalink / raw)
To: gdb-prs
http://sourceware.org/bugzilla/show_bug.cgi?id=15434
teawater <teawater at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
CC| |teawater at gmail dot com
--- Comment #1 from teawater <teawater at gmail dot com> 2013-05-13 06:53:05 UTC ---
(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.
^ permalink raw reply [flat|nested] 16+ messages in thread
* [Bug breakpoints/15434] Dprintf uses a synchronous 'continue' even in non-stop mode
2013-05-06 2:25 [Bug breakpoints/15434] New: Dprintf uses a synchronous 'continue' even in non-stop mode marc.khouzam at ericsson dot com
2013-05-13 6:53 ` [Bug breakpoints/15434] " teawater at gmail dot com
@ 2013-05-13 6:55 ` teawater at gmail dot com
2013-05-13 6:59 ` teawater at gmail dot com
` (12 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: teawater at gmail dot com @ 2013-05-13 6:55 UTC (permalink / raw)
To: gdb-prs
http://sourceware.org/bugzilla/show_bug.cgi?id=15434
teawater <teawater at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at sourceware |teawater at gmail dot com
|dot org |
--
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.
^ permalink raw reply [flat|nested] 16+ messages in thread
* [Bug breakpoints/15434] Dprintf uses a synchronous 'continue' even in non-stop mode
2013-05-06 2:25 [Bug breakpoints/15434] New: Dprintf uses a synchronous 'continue' even in non-stop mode marc.khouzam at ericsson dot com
2013-05-13 6:53 ` [Bug breakpoints/15434] " teawater at gmail dot com
2013-05-13 6:55 ` teawater at gmail dot com
@ 2013-05-13 6:59 ` teawater at gmail dot com
2013-05-13 7:00 ` teawater at gmail dot com
` (11 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: teawater at gmail dot com @ 2013-05-13 6:59 UTC (permalink / raw)
To: gdb-prs
http://sourceware.org/bugzilla/show_bug.cgi?id=15434
--- Comment #2 from teawater <teawater at gmail dot com> 2013-05-13 06:59:31 UTC ---
Even if I patch the patch for Bug 15075, this bug still can be reproduced.
So it need to be handled separately.
--
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.
^ permalink raw reply [flat|nested] 16+ messages in thread
* [Bug breakpoints/15434] Dprintf uses a synchronous 'continue' even in non-stop mode
2013-05-06 2:25 [Bug breakpoints/15434] New: Dprintf uses a synchronous 'continue' even in non-stop mode marc.khouzam at ericsson dot com
` (2 preceding siblings ...)
2013-05-13 6:59 ` teawater at gmail dot com
@ 2013-05-13 7:00 ` teawater at gmail dot com
2013-05-13 17:07 ` marc.khouzam at ericsson dot com
` (10 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: teawater at gmail dot com @ 2013-05-13 7:00 UTC (permalink / raw)
To: gdb-prs
http://sourceware.org/bugzilla/show_bug.cgi?id=15434
teawater <teawater at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|7.5 |HEAD
--
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.
^ permalink raw reply [flat|nested] 16+ messages in thread
* [Bug breakpoints/15434] Dprintf uses a synchronous 'continue' even in non-stop mode
2013-05-06 2:25 [Bug breakpoints/15434] New: Dprintf uses a synchronous 'continue' even in non-stop mode marc.khouzam at ericsson dot com
` (3 preceding siblings ...)
2013-05-13 7:00 ` teawater at gmail dot com
@ 2013-05-13 17:07 ` marc.khouzam at ericsson dot com
2013-05-13 17:12 ` marc.khouzam at ericsson dot com
` (9 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: marc.khouzam at ericsson dot com @ 2013-05-13 17:07 UTC (permalink / raw)
To: gdb-prs
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.
^ permalink raw reply [flat|nested] 16+ messages in thread
* [Bug breakpoints/15434] Dprintf uses a synchronous 'continue' even in non-stop mode
2013-05-06 2:25 [Bug breakpoints/15434] New: Dprintf uses a synchronous 'continue' even in non-stop mode marc.khouzam at ericsson dot com
` (4 preceding siblings ...)
2013-05-13 17:07 ` marc.khouzam at ericsson dot com
@ 2013-05-13 17:12 ` marc.khouzam at ericsson dot com
2013-05-14 12:14 ` teawater at gmail dot com
` (8 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: marc.khouzam at ericsson dot com @ 2013-05-13 17:12 UTC (permalink / raw)
To: gdb-prs
http://sourceware.org/bugzilla/show_bug.cgi?id=15434
--- Comment #4 from Marc Khouzam <marc.khouzam at ericsson dot com> 2013-05-13 17:12:53 UTC ---
To see the problem, I suggest you do the following:
(gdb) set target-async on
(gdb) set non-stop on
(gdb) r&
Then type:
interrupt
The thread should be interrupted. This is the expected behavior because in
non-stop, you can still talk to GDB when the inferior is running.
The bad behavior is from:
(gdb) set target-async on
(gdb) set non-stop on
(gdb) dprintf 8,"go\n"
(gdb) r&
Then, when you type interrupt, GDB will ignore it because it did a 'continue'
at the dprintf, instead of a 'continue&'. You must then do ^C to get control
back.
--
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.
^ permalink raw reply [flat|nested] 16+ messages in thread
* [Bug breakpoints/15434] Dprintf uses a synchronous 'continue' even in non-stop mode
2013-05-06 2:25 [Bug breakpoints/15434] New: Dprintf uses a synchronous 'continue' even in non-stop mode marc.khouzam at ericsson dot com
` (5 preceding siblings ...)
2013-05-13 17:12 ` marc.khouzam at ericsson dot com
@ 2013-05-14 12:14 ` teawater at gmail dot com
2013-05-16 7:30 ` teawater at gmail dot com
` (7 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: teawater at gmail dot com @ 2013-05-14 12:14 UTC (permalink / raw)
To: gdb-prs
http://sourceware.org/bugzilla/show_bug.cgi?id=15434
--- Comment #5 from teawater <teawater at gmail dot com> 2013-05-14 12:14:44 UTC ---
Oops. Sorry for my mistake for this bug.
I tried patch in http://sourceware.org/ml/gdb-patches/2013-04/msg00711.html for
bug
It can handle this bug.
I will update test for this bug in that thread.
Thanks,
Hui
--
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.
^ permalink raw reply [flat|nested] 16+ messages in thread
* [Bug breakpoints/15434] Dprintf uses a synchronous 'continue' even in non-stop mode
2013-05-06 2:25 [Bug breakpoints/15434] New: Dprintf uses a synchronous 'continue' even in non-stop mode marc.khouzam at ericsson dot com
` (6 preceding siblings ...)
2013-05-14 12:14 ` teawater at gmail dot com
@ 2013-05-16 7:30 ` teawater at gmail dot com
2013-06-25 11:37 ` cvs-commit at gcc dot gnu.org
` (6 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: teawater at gmail dot com @ 2013-05-16 7:30 UTC (permalink / raw)
To: gdb-prs
http://sourceware.org/bugzilla/show_bug.cgi?id=15434
--- Comment #6 from teawater <teawater at gmail dot com> 2013-05-16 07:30:27 UTC ---
http://sourceware.org/ml/gdb-patches/2013-05/msg00574.html
--
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.
^ permalink raw reply [flat|nested] 16+ messages in thread
* [Bug breakpoints/15434] Dprintf uses a synchronous 'continue' even in non-stop mode
2013-05-06 2:25 [Bug breakpoints/15434] New: Dprintf uses a synchronous 'continue' even in non-stop mode marc.khouzam at ericsson dot com
` (7 preceding siblings ...)
2013-05-16 7:30 ` teawater at gmail dot com
@ 2013-06-25 11:37 ` cvs-commit at gcc dot gnu.org
2013-06-25 11:42 ` teawater at gmail dot com
` (5 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2013-06-25 11:37 UTC (permalink / raw)
To: gdb-prs
http://sourceware.org/bugzilla/show_bug.cgi?id=15434
--- Comment #7 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
CVSROOT: /cvs/src
Module name: src
Changes by: teawater@sourceware.org 2013-06-25 11:37:48
Modified files:
gdb : ChangeLog breakpoint.c breakpoint.h
gdb/testsuite : ChangeLog
gdb/testsuite/gdb.base: dprintf.exp
gdb/testsuite/gdb.mi: mi-breakpoint-changed.exp
Added files:
gdb/testsuite/gdb.base: dprintf-next.c dprintf-next.exp
dprintf-non-stop.c dprintf-non-stop.exp
Log message:
2013-06-25 Yao Qi <yao@codesourcery.com>
Hui Zhu <hui@codesourcery.com>
Pedro Alves <palves@redhat.com>
PR breakpoints/15075
PR breakpoints/15434
* breakpoint.c (bpstat_stop_status): Call
b->ops->after_condition_true.
(update_dprintf_command_list): Don't append "continue" command
to the command list of dprintf breakpoint.
(base_breakpoint_after_condition_true): New function.
(base_breakpoint_ops): Add base_breakpoint_after_condition_true.
(dprintf_after_condition_true): New function.
(initialize_breakpoint_ops): Set dprintf_after_condition_true.
* breakpoint.h (breakpoint_ops): Add after_condition_true.
2013-06-25 Yao Qi <yao@codesourcery.com>
Hui Zhu <hui@codesourcery.com>
Pedro Alves <palves@redhat.com>
PR breakpoints/15075
PR breakpoints/15434
* gdb.base/dprintf-next.c: New file.
* gdb.base/dprintf-next.exp: New file.
* gdb.base/dprintf-non-stop.c: New file.
* gdb.base/dprintf-non-stop.exp: New file.
* gdb.base/dprintf.exp: Don't check "continue" in the output
of "info breakpoints".
* gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
Don't check "continue" in script field.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.15735&r2=1.15736
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/breakpoint.c.diff?cvsroot=src&r1=1.769&r2=1.770
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/breakpoint.h.diff?cvsroot=src&r1=1.199&r2=1.200
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.3704&r2=1.3705
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/dprintf-next.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/dprintf-next.exp.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/dprintf-non-stop.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/dprintf-non-stop.exp.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/dprintf.exp.diff?cvsroot=src&r1=1.10&r2=1.11
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.mi/mi-breakpoint-changed.exp.diff?cvsroot=src&r1=1.6&r2=1.7
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 16+ messages in thread
* [Bug breakpoints/15434] Dprintf uses a synchronous 'continue' even in non-stop mode
2013-05-06 2:25 [Bug breakpoints/15434] New: Dprintf uses a synchronous 'continue' even in non-stop mode marc.khouzam at ericsson dot com
` (8 preceding siblings ...)
2013-06-25 11:37 ` cvs-commit at gcc dot gnu.org
@ 2013-06-25 11:42 ` teawater at gmail dot com
2013-06-26 2:32 ` cvs-commit at gcc dot gnu.org
` (4 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: teawater at gmail dot com @ 2013-06-25 11:42 UTC (permalink / raw)
To: gdb-prs
http://sourceware.org/bugzilla/show_bug.cgi?id=15434
teawater <teawater at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution|--- |FIXED
--- Comment #8 from teawater <teawater at gmail dot com> ---
Fixed.
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 16+ messages in thread
* [Bug breakpoints/15434] Dprintf uses a synchronous 'continue' even in non-stop mode
2013-05-06 2:25 [Bug breakpoints/15434] New: Dprintf uses a synchronous 'continue' even in non-stop mode marc.khouzam at ericsson dot com
` (10 preceding siblings ...)
2013-06-26 2:32 ` cvs-commit at gcc dot gnu.org
@ 2013-06-26 2:32 ` cvs-commit at gcc dot gnu.org
2014-01-10 16:01 ` marc.khouzam at ericsson dot com
` (2 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2013-06-26 2:32 UTC (permalink / raw)
To: gdb-prs
http://sourceware.org/bugzilla/show_bug.cgi?id=15434
--- Comment #10 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
CVSROOT: /cvs/src
Module name: src
Branch: gdb_7_6-branch
Changes by: teawater@sourceware.org 2013-06-26 02:32:53
Added files:
gdb/testsuite/gdb.base: dprintf-next.c dprintf-next.exp
dprintf-non-stop.c dprintf-non-stop.exp
Log message:
2013-06-26 Yao Qi <yao@codesourcery.com>
Hui Zhu <hui@codesourcery.com>
Pedro Alves <palves@redhat.com>
PR breakpoints/15075
PR breakpoints/15434
* breakpoint.c (bpstat_stop_status): Call
b->ops->after_condition_true.
(update_dprintf_command_list): Don't append "continue" command
to the command list of dprintf breakpoint.
(base_breakpoint_after_condition_true): New function.
(base_breakpoint_ops): Add base_breakpoint_after_condition_true.
(dprintf_after_condition_true): New function.
(initialize_breakpoint_ops): Set dprintf_after_condition_true.
* breakpoint.h (breakpoint_ops): Add after_condition_true.
2013-06-26 Yao Qi <yao@codesourcery.com>
Hui Zhu <hui@codesourcery.com>
Pedro Alves <palves@redhat.com>
PR breakpoints/15075
PR breakpoints/15434
* gdb.base/dprintf-next.c: New file.
* gdb.base/dprintf-next.exp: New file.
* gdb.base/dprintf-non-stop.c: New file.
* gdb.base/dprintf-non-stop.exp: New file.
* gdb.base/dprintf.exp: Don't check "continue" in the output
of "info breakpoints".
* gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
Don't check "continue" in script field.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/dprintf-next.c.diff?cvsroot=src&only_with_tag=gdb_7_6-branch&r1=NONE&r2=1.1.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/dprintf-next.exp.diff?cvsroot=src&only_with_tag=gdb_7_6-branch&r1=NONE&r2=1.1.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/dprintf-non-stop.c.diff?cvsroot=src&only_with_tag=gdb_7_6-branch&r1=NONE&r2=1.1.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/dprintf-non-stop.exp.diff?cvsroot=src&only_with_tag=gdb_7_6-branch&r1=NONE&r2=1.1.2.2
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 16+ messages in thread
* [Bug breakpoints/15434] Dprintf uses a synchronous 'continue' even in non-stop mode
2013-05-06 2:25 [Bug breakpoints/15434] New: Dprintf uses a synchronous 'continue' even in non-stop mode marc.khouzam at ericsson dot com
` (9 preceding siblings ...)
2013-06-25 11:42 ` teawater at gmail dot com
@ 2013-06-26 2:32 ` cvs-commit at gcc dot gnu.org
2013-06-26 2:32 ` cvs-commit at gcc dot gnu.org
` (3 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2013-06-26 2:32 UTC (permalink / raw)
To: gdb-prs
http://sourceware.org/bugzilla/show_bug.cgi?id=15434
--- Comment #9 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
CVSROOT: /cvs/src
Module name: src
Branch: gdb_7_6-branch
Changes by: teawater@sourceware.org 2013-06-26 02:31:58
Modified files:
gdb : breakpoint.c breakpoint.h
gdb/testsuite/gdb.base: dprintf.exp
gdb/testsuite/gdb.mi: mi-breakpoint-changed.exp
Log message:
2013-06-26 Yao Qi <yao@codesourcery.com>
Hui Zhu <hui@codesourcery.com>
Pedro Alves <palves@redhat.com>
PR breakpoints/15075
PR breakpoints/15434
* breakpoint.c (bpstat_stop_status): Call
b->ops->after_condition_true.
(update_dprintf_command_list): Don't append "continue" command
to the command list of dprintf breakpoint.
(base_breakpoint_after_condition_true): New function.
(base_breakpoint_ops): Add base_breakpoint_after_condition_true.
(dprintf_after_condition_true): New function.
(initialize_breakpoint_ops): Set dprintf_after_condition_true.
* breakpoint.h (breakpoint_ops): Add after_condition_true.
2013-06-26 Yao Qi <yao@codesourcery.com>
Hui Zhu <hui@codesourcery.com>
Pedro Alves <palves@redhat.com>
PR breakpoints/15075
PR breakpoints/15434
* gdb.base/dprintf-next.c: New file.
* gdb.base/dprintf-next.exp: New file.
* gdb.base/dprintf-non-stop.c: New file.
* gdb.base/dprintf-non-stop.exp: New file.
* gdb.base/dprintf.exp: Don't check "continue" in the output
of "info breakpoints".
* gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
Don't check "continue" in script field.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/breakpoint.c.diff?cvsroot=src&only_with_tag=gdb_7_6-branch&r1=1.745.2.6&r2=1.745.2.7
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/breakpoint.h.diff?cvsroot=src&only_with_tag=gdb_7_6-branch&r1=1.193&r2=1.193.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/dprintf.exp.diff?cvsroot=src&only_with_tag=gdb_7_6-branch&r1=1.8.2.1&r2=1.8.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.mi/mi-breakpoint-changed.exp.diff?cvsroot=src&only_with_tag=gdb_7_6-branch&r1=1.5&r2=1.5.2.1
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 16+ messages in thread
* [Bug breakpoints/15434] Dprintf uses a synchronous 'continue' even in non-stop mode
2013-05-06 2:25 [Bug breakpoints/15434] New: Dprintf uses a synchronous 'continue' even in non-stop mode marc.khouzam at ericsson dot com
` (11 preceding siblings ...)
2013-06-26 2:32 ` cvs-commit at gcc dot gnu.org
@ 2014-01-10 16:01 ` marc.khouzam at ericsson dot com
2021-09-22 16:58 ` mervegunesli at aol dot com
2021-09-22 17:01 ` mark at klomp dot org
14 siblings, 0 replies; 16+ messages in thread
From: marc.khouzam at ericsson dot com @ 2014-01-10 16:01 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=15434
Marc Khouzam <marc.khouzam at ericsson dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |VERIFIED
Target Milestone|--- |7.6.1
--- Comment #11 from Marc Khouzam <marc.khouzam at ericsson dot com> ---
Thanks! Looks good.
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 16+ messages in thread
* [Bug breakpoints/15434] Dprintf uses a synchronous 'continue' even in non-stop mode
2013-05-06 2:25 [Bug breakpoints/15434] New: Dprintf uses a synchronous 'continue' even in non-stop mode marc.khouzam at ericsson dot com
` (12 preceding siblings ...)
2014-01-10 16:01 ` marc.khouzam at ericsson dot com
@ 2021-09-22 16:58 ` mervegunesli at aol dot com
2021-09-22 17:01 ` mark at klomp dot org
14 siblings, 0 replies; 16+ messages in thread
From: mervegunesli at aol dot com @ 2021-09-22 16:58 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=15434
Merve Gunesli <mervegunesli at aol dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mervegunesli at aol dot com
--- Comment #12 from Merve Gunesli <mervegunesli at aol dot com> ---
http://www.logoarts.co.uk/health/covid-and-tech/
http://www.acpirateradio.co.uk/travel/good/
http://www.slipstone.co.uk/category/property/
http://embermanchester.uk/travel/london/
http://joerg.li/category/health/
http://www.jopspeech.com/health/covid-and-tech/
http://www.compilatori.com/category/tech/
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 16+ messages in thread
* [Bug breakpoints/15434] Dprintf uses a synchronous 'continue' even in non-stop mode
2013-05-06 2:25 [Bug breakpoints/15434] New: Dprintf uses a synchronous 'continue' even in non-stop mode marc.khouzam at ericsson dot com
` (13 preceding siblings ...)
2021-09-22 16:58 ` mervegunesli at aol dot com
@ 2021-09-22 17:01 ` mark at klomp dot org
14 siblings, 0 replies; 16+ messages in thread
From: mark at klomp dot org @ 2021-09-22 17:01 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=15434
Mark Wielaard <mark at klomp dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mark at klomp dot org
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 16+ messages in thread
end of thread, other threads:[~2021-09-22 17:01 UTC | newest]
Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-06 2:25 [Bug breakpoints/15434] New: Dprintf uses a synchronous 'continue' even in non-stop mode marc.khouzam at ericsson dot com
2013-05-13 6:53 ` [Bug breakpoints/15434] " teawater at gmail dot com
2013-05-13 6:55 ` teawater at gmail dot com
2013-05-13 6:59 ` teawater at gmail dot com
2013-05-13 7:00 ` teawater at gmail dot com
2013-05-13 17:07 ` marc.khouzam at ericsson dot com
2013-05-13 17:12 ` marc.khouzam at ericsson dot com
2013-05-14 12:14 ` teawater at gmail dot com
2013-05-16 7:30 ` teawater at gmail dot com
2013-06-25 11:37 ` cvs-commit at gcc dot gnu.org
2013-06-25 11:42 ` teawater at gmail dot com
2013-06-26 2:32 ` cvs-commit at gcc dot gnu.org
2013-06-26 2:32 ` cvs-commit at gcc dot gnu.org
2014-01-10 16:01 ` marc.khouzam at ericsson dot com
2021-09-22 16:58 ` mervegunesli at aol dot com
2021-09-22 17:01 ` mark at klomp dot org
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).