public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug breakpoints/15181] New: Missing continue on dprintf that defaults to "gdb" style from "agent"
@ 2013-02-23 13:52 marc.khouzam at ericsson dot com
  2013-04-21 10:16 ` [Bug breakpoints/15181] " teawater at gmail dot com
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: marc.khouzam at ericsson dot com @ 2013-02-23 13:52 UTC (permalink / raw)
  To: gdb-prs

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

             Bug #: 15181
           Summary: Missing continue on dprintf that defaults to "gdb"
                    style from "agent"
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: breakpoints
        AssignedTo: unassigned@sourceware.org
        ReportedBy: marc.khouzam@ericsson.com
    Classification: Unclassified


Created attachment 6889
  --> http://sourceware.org/bugzilla/attachment.cgi?id=6889
Simple fix

Setting the dprintf-style to 'agent' for a local session causes it to default
to 'gdb' style, but the 'continue' command is not added in that case.

Simple fix has been attached.

-- 
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] 10+ messages in thread

* [Bug breakpoints/15181] Missing continue on dprintf that defaults to "gdb" style from "agent"
  2013-02-23 13:52 [Bug breakpoints/15181] New: Missing continue on dprintf that defaults to "gdb" style from "agent" marc.khouzam at ericsson dot com
@ 2013-04-21 10:16 ` teawater at gmail dot com
  2013-04-21 10:16 ` teawater at gmail dot com
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: teawater at gmail dot com @ 2013-04-21 10:16 UTC (permalink / raw)
  To: gdb-prs

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

teawater <teawater at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |teawater at gmail dot com

-- 
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] 10+ messages in thread

* [Bug breakpoints/15181] Missing continue on dprintf that defaults to "gdb" style from "agent"
  2013-02-23 13:52 [Bug breakpoints/15181] New: Missing continue on dprintf that defaults to "gdb" style from "agent" marc.khouzam at ericsson dot com
  2013-04-21 10:16 ` [Bug breakpoints/15181] " teawater at gmail dot com
@ 2013-04-21 10:16 ` teawater at gmail dot com
  2013-04-21 10:17 ` teawater at gmail dot com
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: teawater at gmail dot com @ 2013-04-21 10:16 UTC (permalink / raw)
  To: gdb-prs

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

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] 10+ messages in thread

* [Bug breakpoints/15181] Missing continue on dprintf that defaults to "gdb" style from "agent"
  2013-02-23 13:52 [Bug breakpoints/15181] New: Missing continue on dprintf that defaults to "gdb" style from "agent" marc.khouzam at ericsson dot com
  2013-04-21 10:16 ` [Bug breakpoints/15181] " teawater at gmail dot com
  2013-04-21 10:16 ` teawater at gmail dot com
@ 2013-04-21 10:17 ` teawater at gmail dot com
  2013-04-21 11:09 ` teawater at gmail dot com
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: teawater at gmail dot com @ 2013-04-21 10:17 UTC (permalink / raw)
  To: gdb-prs

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.


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug breakpoints/15181] Missing continue on dprintf that defaults to "gdb" style from "agent"
  2013-02-23 13:52 [Bug breakpoints/15181] New: Missing continue on dprintf that defaults to "gdb" style from "agent" marc.khouzam at ericsson dot com
                   ` (2 preceding siblings ...)
  2013-04-21 10:17 ` teawater at gmail dot com
@ 2013-04-21 11:09 ` teawater at gmail dot com
  2013-06-28 13:50 ` marc.khouzam at ericsson dot com
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: teawater at gmail dot com @ 2013-04-21 11:09 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #2 from teawater <teawater at gmail dot com> 2013-04-21 11:09:20 UTC ---
http://sourceware.org/ml/gdb-patches/2013-04/msg00634.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] 10+ messages in thread

* [Bug breakpoints/15181] Missing continue on dprintf that defaults to "gdb" style from "agent"
  2013-02-23 13:52 [Bug breakpoints/15181] New: Missing continue on dprintf that defaults to "gdb" style from "agent" marc.khouzam at ericsson dot com
                   ` (3 preceding siblings ...)
  2013-04-21 11:09 ` teawater at gmail dot com
@ 2013-06-28 13:50 ` marc.khouzam at ericsson dot com
  2013-06-28 13:53 ` marc.khouzam at ericsson dot com
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: marc.khouzam at ericsson dot com @ 2013-06-28 13:50 UTC (permalink / raw)
  To: gdb-prs

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

Marc Khouzam <marc.khouzam at ericsson dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |INVALID

--- Comment #3 from Marc Khouzam <marc.khouzam at ericsson dot com> ---
The fix to bug 15075 removes the use of 'continue' for dprintf, so this bug is
no longer valid.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug breakpoints/15181] Missing continue on dprintf that defaults to "gdb" style from "agent"
  2013-02-23 13:52 [Bug breakpoints/15181] New: Missing continue on dprintf that defaults to "gdb" style from "agent" marc.khouzam at ericsson dot com
                   ` (4 preceding siblings ...)
  2013-06-28 13:50 ` marc.khouzam at ericsson dot com
@ 2013-06-28 13:53 ` marc.khouzam at ericsson dot com
  2013-06-30 10:36 ` teawater at gmail dot com
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: marc.khouzam at ericsson dot com @ 2013-06-28 13:53 UTC (permalink / raw)
  To: gdb-prs

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

Marc Khouzam <marc.khouzam at ericsson dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|INVALID                     |FIXED
   Target Milestone|---                         |7.7

--- Comment #4 from Marc Khouzam <marc.khouzam at ericsson dot com> ---
Actually, the bug is not INVALID (since it can still be seen in GDB <= 7.6) but
FIXED in GDB 7.7

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug breakpoints/15181] Missing continue on dprintf that defaults to "gdb" style from "agent"
  2013-02-23 13:52 [Bug breakpoints/15181] New: Missing continue on dprintf that defaults to "gdb" style from "agent" marc.khouzam at ericsson dot com
                   ` (5 preceding siblings ...)
  2013-06-28 13:53 ` marc.khouzam at ericsson dot com
@ 2013-06-30 10:36 ` teawater at gmail dot com
  2013-07-02 13:02 ` marc.khouzam at ericsson dot com
  2014-01-10 16:52 ` marc.khouzam at ericsson dot com
  8 siblings, 0 replies; 10+ messages in thread
From: teawater at gmail dot com @ 2013-06-30 10:36 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #5 from teawater <teawater at gmail dot com> ---
http://sourceware.org/ml/gdb-cvs/2013-06/msg00156.html
Patch Checked in to trunk.

http://sourceware.org/ml/gdb-cvs/2013-06/msg00161.html
http://sourceware.org/ml/gdb-cvs/2013-06/msg00162.html
Checked in to gdb 7.6 branch.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug breakpoints/15181] Missing continue on dprintf that defaults to "gdb" style from "agent"
  2013-02-23 13:52 [Bug breakpoints/15181] New: Missing continue on dprintf that defaults to "gdb" style from "agent" marc.khouzam at ericsson dot com
                   ` (6 preceding siblings ...)
  2013-06-30 10:36 ` teawater at gmail dot com
@ 2013-07-02 13:02 ` marc.khouzam at ericsson dot com
  2014-01-10 16:52 ` marc.khouzam at ericsson dot com
  8 siblings, 0 replies; 10+ messages in thread
From: marc.khouzam at ericsson dot com @ 2013-07-02 13:02 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #6 from Marc Khouzam <marc.khouzam at ericsson dot com> ---
(In reply to Marc Khouzam from comment #4)
> Actually, the bug is not INVALID (since it can still be seen in GDB <= 7.6)
> but FIXED in GDB 7.7

(In reply to teawater from comment #5)
> http://sourceware.org/ml/gdb-cvs/2013-06/msg00161.html
> http://sourceware.org/ml/gdb-cvs/2013-06/msg00162.html
> Checked in to gdb 7.6 branch.

Hui is right, the fix is also in the maintenance branch for 7.6.
I'm not sure how to set the target milestone though, as it should be 7.6.1, and
not 7.6

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug breakpoints/15181] Missing continue on dprintf that defaults to "gdb" style from "agent"
  2013-02-23 13:52 [Bug breakpoints/15181] New: Missing continue on dprintf that defaults to "gdb" style from "agent" marc.khouzam at ericsson dot com
                   ` (7 preceding siblings ...)
  2013-07-02 13:02 ` marc.khouzam at ericsson dot com
@ 2014-01-10 16:52 ` marc.khouzam at ericsson dot com
  8 siblings, 0 replies; 10+ messages in thread
From: marc.khouzam at ericsson dot com @ 2014-01-10 16:52 UTC (permalink / raw)
  To: gdb-prs

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

Marc Khouzam <marc.khouzam at ericsson dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |VERIFIED
   Target Milestone|7.7                         |7.6.1

--- Comment #7 from Marc Khouzam <marc.khouzam at ericsson dot com> ---
Looks good.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2014-01-10 16:52 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-23 13:52 [Bug breakpoints/15181] New: Missing continue on dprintf that defaults to "gdb" style from "agent" marc.khouzam at ericsson dot com
2013-04-21 10:16 ` [Bug breakpoints/15181] " teawater at gmail dot com
2013-04-21 10:16 ` teawater at gmail dot com
2013-04-21 10:17 ` teawater at gmail dot com
2013-04-21 11:09 ` teawater at gmail dot com
2013-06-28 13:50 ` marc.khouzam at ericsson dot com
2013-06-28 13:53 ` marc.khouzam at ericsson dot com
2013-06-30 10:36 ` teawater at gmail dot com
2013-07-02 13:02 ` marc.khouzam at ericsson dot com
2014-01-10 16:52 ` marc.khouzam at ericsson dot com

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).