Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH] gdb: Remove redundant clear_proceed_status() call
@ 2026-06-16 14:55 Claudiu Zissulescu
  2026-06-16 15:49 ` Simon Marchi
  2026-06-16 18:01 ` Pedro Alves
  0 siblings, 2 replies; 4+ messages in thread
From: Claudiu Zissulescu @ 2026-06-16 14:55 UTC (permalink / raw)
  To: gdb-patches; +Cc: pedro, lancesix, Claudiu Zissulescu

Remove redundant clear_proceed_status() call. The
init_wait_for_inferior(), which runs on the very next line, already
calls clear_proceed_status (0, false).

Signed-off-by: Claudiu Zissulescu <claudiu.zissulescu-ianculescu@amd.com>
---
 gdb/windows-nat.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gdb/windows-nat.c b/gdb/windows-nat.c
index d9e924f16c6..f1660a02175 100644
--- a/gdb/windows-nat.c
+++ b/gdb/windows-nat.c
@@ -1944,7 +1944,6 @@ windows_nat_target::do_initial_windows_stuff (DWORD pid, bool attaching)
   if (!inf->target_is_pushed (this))
     inf->push_target (this);
   windows_clear_solib ();
-  clear_proceed_status (0);
   init_wait_for_inferior ();
 
   inferior_appeared (inf, pid);
-- 
2.54.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-06-17 12:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-16 14:55 [PATCH] gdb: Remove redundant clear_proceed_status() call Claudiu Zissulescu
2026-06-16 15:49 ` Simon Marchi
2026-06-16 18:01 ` Pedro Alves
2026-06-17 12:44   ` Zissulescu-Ianculescu, Claudiu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox