This is the mail archive of the gdb-prs@sources.redhat.com 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]

breakpoints/1042: cannot insert a breakpoint on Solaris: Error accessing memory...


>Number:         1042
>Category:       breakpoints
>Synopsis:       cannot insert a breakpoint on Solaris: Error accessing memory...
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Thu Feb 06 18:18:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     riesen@synopsys.com
>Release:        5.3
>Organization:
>Environment:
Solaris 5.7, 5.8
>Description:
gdb fails to insert breakpoints.
(gdb) br somewhere
Breakpoint 1 at 0x583184: file somewhere.cpp, line XX.
(gdb) r
Starting program: appplication 
Warning:
Cannot insert breakpoint 1.
Error accessing memory address 0x583184: I/O error.
The same program may be running in another process.

(gdb) hbr somewhere
Note: breakpoint 1 also set at pc 0x583184.
Hardware assisted breakpoint 2 at 0x583184: file somewhere.cpp, line XX.
(gdb) r
The program being debugged has been started already.
Start it from the beginning? (y or n) y
Starting program: appplication
Warning:
Cannot insert hardware breakpoint 2.
Could not insert hardware breakpoints:
You may have requested too many hardware breakpoints/watchpoints.
The same program may be running in another process.
>How-To-Repeat:
not reproducable in a simple example
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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