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/23336] New: notify observer misses auto-disable after "enable count"


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

            Bug ID: 23336
           Summary: notify observer misses auto-disable after "enable
                    count"
           Product: gdb
           Version: HEAD
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: breakpoints
          Assignee: unassigned at sourceware dot org
          Reporter: patrick at monnerat dot net
  Target Milestone: ---

Created attachment 11098
  --> https://sourceware.org/bugzilla/attachment.cgi?id=11098&action=edit
Call observer after auto-disabling

Since the observer is called before processing the disp_disable disposition, it
is never called after the breakpoint automatically gets disabled.

The attached patch fixes this problem.

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