Mention process_stratum in inferior::priv comment
authorTom Tromey <tromey@adacore.com>
Mon, 14 Aug 2023 18:06:12 +0000 (12:06 -0600)
committerTom Tromey <tromey@adacore.com>
Tue, 15 Aug 2023 13:35:17 +0000 (07:35 -0600)
commit2a3f442df9e9a71f9e3c4c5999a2c53bf93e488d
tree507ccf57479e3b27f2890b3f939683a521d621de
parent22b6999fa018bdda7f179d9a9bd1071e9605b307
Mention process_stratum in inferior::priv comment

From what I can tell, inferior::priv is reserved for the
process_stratum target.  It seems to me that it has to be, because
currenlty only such targets use it, and if a target at another stratum
started using this field, then conflicts could occur.  This patch
documents this.

Reviewed-by: John Baldwin <jhb@FreeBSD.org>
gdb/inferior.h