]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Remove "linux_multi_process" global
authorTom Tromey <tom@tromey.com>
Sat, 18 Jul 2020 16:43:16 +0000 (10:43 -0600)
committerTom Tromey <tom@tromey.com>
Sat, 18 Jul 2020 16:43:16 +0000 (10:43 -0600)
commitaee91db3eb3f602b80be4c0e5275f39bcb40d334
tree2899b41b472a1704cf1b6a58582718c81e604e71
parentdea6fdedf9871b9b411a68983573f111f2b6de28
Remove "linux_multi_process" global

The "linux_multi_process" is initialized but never modified.  I
discussed this with Pedro on irc, and he said that, while it was
useful when developing this feature, it is now no longer needed.  So,
this removes it.

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

* linux-nat.c (linux_multi_process): Remove.
(linux_nat_target::supports_multi_process): Return true.
gdb/ChangeLog
gdb/linux-nat.c