From: Chong Yidong Date: Mon, 12 Nov 2012 19:54:37 +0000 (+0800) Subject: Doc fix for gdb-stopped-functions. X-Git-Tag: emacs-24.2.90~98 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/0f5414fca8a5639d9417c99e18bb4dae35d83fd3 Doc fix for gdb-stopped-functions. * building.texi (Multithreaded Debugging): gdb-stopped-hooks is actually named gdb-stopped-functions. --- diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 4591cfb99f..45d4377f34 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,8 @@ +2012-11-12 Chong Yidong + + * building.texi (Multithreaded Debugging): gdb-stopped-hooks is + actually named gdb-stopped-functions. + 2012-11-12 Glenn Morris * misc.texi (Single Shell): Mention async-shell-command-buffer. diff --git a/doc/emacs/building.texi b/doc/emacs/building.texi index 3a3630138d..e0ea72902f 100644 --- a/doc/emacs/building.texi +++ b/doc/emacs/building.texi @@ -1244,8 +1244,8 @@ depending on the reason which caused the stop. Customize the variable @code{gdb-switch-reasons} to select the stop reasons which will cause a thread switch. -@vindex gdb-stopped-hooks - The variable @code{gdb-stopped-hooks} allows you to execute your +@vindex gdb-stopped-functions + The variable @code{gdb-stopped-functions} allows you to execute your functions whenever some thread stops. In non-stop mode, you can switch between different modes for GUD