This is the mail archive of the gdb-patches@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: [rfc v2][1/6] Distinguish target and "fake" PID values


On 01/13/2012 06:13 PM, Ulrich Weigand wrote:
> Hello,
> 
> this is basically Pedro's patch 03-process_id.diff from:
> http://sourceware.org/ml/gdb-patches/2012-01/msg00353.html
> to record in `struct inferior' whether the target process id
> we have has been faked by GDB or not.
> 
> The only difference is that this patch contains no uses of
> fake_pid_p yet, those will be introduced later in the series.

I remembered that extended_remote_create_inferior_1 (for "run")
will need the same treatment.  It's no biggie, since we'll be using
multiprocess extensions in gdbserver.  I'll fix it, but don't let
this block you (unless you want to fix it yourself).

-- 
Pedro Alves


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