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@efficios.com>
Tue, 18 Jan 2022 18:14:21 +0000 (13:14 -0500)
commit2bf06f969a2894e8563bd6ada0ce28218e2b7bde
tree1fe579d00fb5b3b587f93b7e8ec6ae70d87f727b
parente03de6853f2730a6e6e005f276ccb67e6aa47f5a
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.026071 seconds and 4 git commands to generate.