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/13776] New: Regression: warning: Error removingbreakpoint 0


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

             Bug #: 13776
           Summary: Regression: warning: Error removing breakpoint 0
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: breakpoints
        AssignedTo: unassigned@sourceware.org
        ReportedBy: jan.kratochvil@redhat.com
                CC: tromey@redhat.com
    Classification: Unclassified
            Target: x86_64-unknown-linux-gnu


#include <stdlib.h> 
int
main (void)
{
  exit (0);
}
-------------------------------------------------------------------------------
gcc -g
-------------------------------------------------------------------------------
(gdb) start
Temporary breakpoint 1, main () at exit0.c:5
5      exit (0);
(gdb) next
[Inferior 1 (process 2428) exited normally]
warning: Error removing breakpoint 0
warning: Error removing breakpoint 0
warning: Error removing breakpoint 0
-------------------------------------------------------------------------------
625c318cdc3f4cda81d28a76878827b3930de728 is the first bad commit
commit 625c318cdc3f4cda81d28a76878827b3930de728
Author: Tom Tromey <tromey@redhat.com>
Date:   Thu Dec 9 16:09:49 2010 +0000
    gdb
        PR c++/9593:

from the thread:
RFC: next/finish/etc -vs- exceptions
http://sourceware.org/ml/gdb-patches/2010-10/msg00109.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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]