]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Restore some windows-tdep.c code
authorTom Tromey <tom@tromey.com>
Sun, 19 Apr 2020 01:28:13 +0000 (19:28 -0600)
committerTom Tromey <tom@tromey.com>
Sun, 19 Apr 2020 01:40:52 +0000 (19:40 -0600)
commit45e1f031e823abf0fb233b3da6da099417e65bd8
treee5861c88db426b63b9831a7de3867fe7ffb1b7a0
parent13d43873d869d4125a79532889e8a8870cb015d7
Restore some windows-tdep.c code

When I removed init_w32_command_list, I weirdly neglected to see if it
was called anywhere else.  This patch restores the function, which is
called from windows-nat.c.  Sorry about the breakage.

Is it possible to have a windows-native gdb that isn't also using
windows-tdep?

Anyway, I'm checking this in.

gdb/ChangeLog
2020-04-18  Tom Tromey  <tom@tromey.com>

* windows-tdep.c (init_w32_command_list)
(w32_prefix_command_valid): Restore.
(_initialize_windows_tdep): Call init_w32_command_list.
gdb/ChangeLog
gdb/windows-tdep.c