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: [patch] protocol doc vs. gdbserver on H and pPID.-1 etc. [Re: [patch 2/2] Fix watchpoints for multi-inferior #2]


On 01/26/2012 09:50 PM, Jan Kratochvil wrote:
> +/* Deprecated.  See gdb.texinfo description of the `Hc' packet - use
> +   'vCont' packet instead.  It can be null_ptid for no inferior,
> +   minus_one_ptid for resuming all inferior or a specific thread ptid_t.
> +   Particularly process wildcard (pid > 0 && lwp == -1) for resuming
> +   whole one inferior is not supported.  This variable is provided only
> +   for backward compatibility with both clients and backend, backend
> +   'resume' method supports process wildcards instead.  */
>  ptid_t cont_thread;
> +

I forgot to say in the previous reply, but FAOD, this one is a good idea too.

-- 
Pedro Alves


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