gdb/infrun: add reason parameter to stop_all_threads
authorSimon Marchi <simon.marchi@efficios.com>
Wed, 17 Nov 2021 21:18:56 +0000 (16:18 -0500)
committerSimon Marchi <simon.marchi@polymtl.ca>
Mon, 17 Jan 2022 16:41:44 +0000 (11:41 -0500)
commit3cebef9825e4e5a4ce6a46b894b9251e7ba7c8d3
tree422a5c9cc2e99a4dc7dea4d6f5da15e6bc2cb10f
parente2c13c8dba3d982c2dcd0dd1c2e477ffbed9c85a
gdb/infrun: add reason parameter to stop_all_threads

Add a "reason" parameter, only used to show in debug messages what is
the reason for stopping all threads.  This helped me understand the
debug logs while adding some new uses of stop_all_threads, so I am
proposing to merge it.

Change-Id: I66c8c335ebf41836a7bc3d5fe1db92c195f65e55
gdb/infcmd.c
gdb/infrun.c
gdb/infrun.h
gdb/remote.c
This page took 0.024043 seconds and 4 git commands to generate.