]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
New --enable-threading configure option to control use of threads in GDB/GDBserver
authorLuis Machado <luis.machado@linaro.org>
Fri, 26 Nov 2021 14:31:18 +0000 (11:31 -0300)
committerLuis Machado <luis.machado@linaro.org>
Mon, 20 Dec 2021 13:54:48 +0000 (10:54 -0300)
commitce451150a48db123559693a1d7247e273116d6ea
treea50ed83887f0011abe46e57bd754e2b6093fbdc9
parent862dbfa125c21d0a3daff2b9dba50fc3bdd4d9d6
New --enable-threading configure option to control use of threads in GDB/GDBserver

Add the --enable-threading configure option so multithreading can be disabled
at configure time. This is useful for statically-linked builds of
GDB/GDBserver, since the thread library doesn't play well with that setup.

If you try to run a statically-linked GDB built with threading, it will crash
when setting up the number of worker threads.

This new option is also convenient when debugging GDB in a system with lots of
threads, where the thread discovery code in GDB will emit too many messages,
like so:

[New Thread 0xfffff74d3a50 (LWP 2625599)]

If you have X threads, that message will be repeated X times.

The default for --enable-threading is "yes".
gdb/configure
gdbserver/configure
gdbsupport/common.m4
gdbsupport/configure