diff options
author | Tom Tromey <tromey@adacore.com> | 2023-05-10 10:58:17 -0600 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2023-05-11 09:27:53 -0600 |
commit | 8b331fa16ba85f7e539547bf483b9ef359ca760f (patch) | |
tree | 56e2ed88fe8950094deb653142af4d8ce9133f8d | |
parent | b21318bd2c29fcca8f99c1de7facdaa5cb2e66e2 (diff) | |
download | binutils-gdb-8b331fa16ba85f7e539547bf483b9ef359ca760f.tar.gz |
Add "scheduler-locking" to documentation index
I noticed that "scheduler-locking" does not appear in the index of the
gdb manual. This patch corrects this oversight.
-rw-r--r-- | gdb/doc/gdb.texinfo | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 4ae84ec5a63..531147f6e6b 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -7048,6 +7048,7 @@ locking the OS scheduler to allow only a single thread to run. @table @code @item set scheduler-locking @var{mode} +@cindex scheduler-locking @cindex scheduler locking mode @cindex lock scheduler Set the scheduler locking mode. It applies to normal execution, |