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/12272] New: multi-inferior bpt-always-insertedbreaks on other-inf breakpoints


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

           Summary: multi-inferior bpt-always-inserted breaks on other-inf
                    breakpoints
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: breakpoints
        AssignedTo: unassigned@sourceware.org
        ReportedBy: jan.kratochvil@redhat.com


Created attachment 5139
  --> http://sourceware.org/bugzilla/attachment.cgi?id=5139
gdb.multi/break-multi.exp testcase

GNU gdb (GDB) 7.2.50.20101116-cvs
Fedora 14 x86_64
(gdb) set breakpoint always-inserted on
(gdb) inferior 2
(gdb) break marker_exit
(gdb) inferior 1
(gdb) continue
Continuing.

Program received signal SIGTRAP, Trace/breakpoint trap.
0x00000000004004c0 in main () at ./gdb.multi/break-multi.c:26
26        marker_exit ();

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