]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Windows gdb: Dead code in windows_nat_target::do_initial_windows_stuff
authorPedro Alves <pedro@palves.net>
Tue, 2 May 2023 19:42:35 +0000 (20:42 +0100)
committerPedro Alves <pedro@palves.net>
Mon, 19 May 2025 13:12:37 +0000 (14:12 +0100)
commit6d81aad46f5eebb3b5723f75ea2f367463fa396d
treee796e11d0d691c0df231b49520fd32cd72d5cbf1
parent41cdc8f8f04a4474db551d73a5e479a4bf79f988
Windows gdb: Dead code in windows_nat_target::do_initial_windows_stuff

In windows_nat_target::do_initial_windows_stuff, there's no point in
setting windows_process.current_event.dwProcessId.  It's a nop, given
the following memset.

Approved-By: Tom Tromey <tom@tromey.com>
Change-Id: I2fe460341b598ad293ea60d5f702b10cefc30711
gdb/windows-nat.c