This is the mail archive of the gdb@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]

Re: About "process 42000"


Shrinand Javadekar wrote:
Hi,

I see "process 42000" in the output of an "info threads" command.

What exactly is this process with id 42000? And what is its significance?

In the past, 42000 was a magic thread id that was supplied by remote.c in the case where we did not have any actual thread ids.

Now, however, I am seeing it even in cases where we do have
a list of real thread ids from the remote target.

Seems like a bug to me...


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