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]

gdb/1805: Couldn't get registers: No such process


>Number:         1805
>Category:       gdb
>Synopsis:       Couldn't get registers: No such process
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          test-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Nov 04 14:48:00 UTC 2004
>Closed-Date:
>Last-Modified:
>Originator:     Jaskiran Singh
>Release:        unknown-1.0
>Organization:
>Environment:
Red Hat Linux 9.0 Enterprise edition
>Description:
Hi,
I have been working with gdb for quite some time now. But one very peculiar problem that I faced is debugging a daemon process. 
I did this
(gdb) myservice 33507
it attaches the gdb success fully. 
The backtrace function shows the correct exection of process. 
now i do this
break SubmitRequest

I put a break point on a function SubmitRequest and invoke a function using a pointer to function.

When i type 
(gdb) continue 

it shows following message

Couldn't get registers: No such process

Is there any way which we can get rid of it.
Please help

Regards,
Jaskiran
>How-To-Repeat:

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