From 9f4d934ec4378c32b13ef14ce149684bfd7d3cb2 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:33:42 -0500 Subject: [PATCH] spelling: received Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- tools/qemu/qemu_gdb_proxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/qemu/qemu_gdb_proxy.py b/tools/qemu/qemu_gdb_proxy.py index 99f88469..d2a4ab22 100755 --- a/tools/qemu/qemu_gdb_proxy.py +++ b/tools/qemu/qemu_gdb_proxy.py @@ -23,7 +23,7 @@ created in the Pebble. This proxy talks to the QEMU gdb server using primitive gdb remote commands and inspects the FreeRTOS task structures to figure out which threads have been created, their saved registers, etc. and then returns that information to gdb when it asks for thread info from the target system. For -most other requests recevied from gdb, this proxy simply acts as a passive pass thru to the QEMU gdb +most other requests received from gdb, this proxy simply acts as a passive pass thru to the QEMU gdb server. This module is designed to be run as a separate process from both QEMU and gdb. It connects to the