qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH for-4.0] gdbstub: fix vCont packet handling when


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH for-4.0] gdbstub: fix vCont packet handling when no thread is specified
Date: Mon, 25 Mar 2019 20:32:06 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.1

On 3/25/19 4:04 AM, Luc Michel wrote:
> The vCont packet accepts a series of actions, each being applied on a
> given thread ID. Giving no thread ID for an action is valid and means
> "all threads".
> 
> This commit fixes vCont packets being incorrectly rejected when no
> thread ID was given for an action.
> 
> In multiprocess mode, the GDB Remote Protocol specification is unclear
> on what "all threads" means. We choose to apply the action on all
> threads of all attached processes.
> 
> This commit is based on the initial fix by Lucien Murray-Pitts.
> 
> Fixes: e40e5204af8388
> Reported-by: Lucien Murray-Pitts <address@hidden>
> Reported-by: Jan Kiszka <address@hidden>
> Signed-off-by: Luc Michel <address@hidden>
> ---
>  gdbstub.c | 14 ++++++++++++--
>  1 file changed, 12 insertions(+), 2 deletions(-)

Reviewed-by: Richard Henderson <address@hidden>


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]