Re: [PATCH v2 RESEND 7/7] Hexagon (linux-user/hexagon): handle breakpoints

2023-04-27 Thread Richard Henderson
On 4/20/23 13:31, Matheus Tavares Bernardino wrote: From: Taylor Simpson This enables LLDB to work with hexagon linux-user mode through the GDB remote protocol. Signed-off-by: Taylor Simpson Signed-off-by: Matheus Tavares Bernardino --- linux-user/hexagon/cpu_loop.c | 10 ++ 1 fil

[PATCH v2 RESEND 7/7] Hexagon (linux-user/hexagon): handle breakpoints

2023-04-20 Thread Matheus Tavares Bernardino
From: Taylor Simpson This enables LLDB to work with hexagon linux-user mode through the GDB remote protocol. Signed-off-by: Taylor Simpson Signed-off-by: Matheus Tavares Bernardino --- linux-user/hexagon/cpu_loop.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/linux-user/hex