projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
487152f
)
gdbstub: spelling fix: respectivelly
author
Michael Tokarev
<mjt@tls.msk.ru>
Tue, 14 Nov 2023 16:08:08 +0000
(19:08 +0300)
committer
Michael Tokarev
<mjt@tls.msk.ru>
Wed, 15 Nov 2023 08:09:17 +0000
(11:09 +0300)
Fixes: 761e3c10881b "gdbstub: fixes cases where wrong threads were reported to GDB on SIGINT"
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
gdbstub/gdbstub.c
patch
|
blob
|
history
diff --git
a/gdbstub/gdbstub.c
b/gdbstub/gdbstub.c
index ebb912da1b32b231228f07034fc7e850ffb9e776..46d752bbc2cd31694af5502aa69d233c3a2548ed 100644
(file)
--- a/
gdbstub/gdbstub.c
+++ b/
gdbstub/gdbstub.c
@@
-692,7
+692,7
@@
static int gdb_handle_vcont(const char *p)
/*
* target_count and last_target keep track of how many CPUs we are going to
* step or resume, and a pointer to the state structure of one of them,
- * respectivel
l
y
+ * respectively
*/
int target_count = 0;
CPUState *last_target = NULL;