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/15179] New: Dprintf interrupts execution whencondition is false


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

             Bug #: 15179
           Summary: Dprintf interrupts execution when condition is false
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: breakpoints
        AssignedTo: unassigned@sourceware.org
        ReportedBy: marc.khouzam@ericsson.com
    Classification: Unclassified


I am allowed to set a condition on a dprintf.  I think that is a good thing. 
However, since dprintf is implemented through breakpoint commands, if the
condition is evaluated to false, those commands are not executed; this means
that the printout of the dprintf is ignored as it should, but so is the
"continue" which is not correct.

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