emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master c78e2f34129: Esplain how to turn off GDB display of inferior-even


From: Richard M. Stallman
Subject: master c78e2f34129: Esplain how to turn off GDB display of inferior-events
Date: Wed, 10 Jan 2024 12:16:12 -0500 (EST)

branch: master
commit c78e2f341299fd089bd265b9ac26767361f33820
Author: Richard M. Stallman <rms@gnu.org>
Commit: Richard Stallman <rms@gnu.org>

    Esplain how to turn off GDB display of inferior-events
---
 src/.gdbinit | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/.gdbinit b/src/.gdbinit
index bc6cad0560e..6c4dda67f06 100644
--- a/src/.gdbinit
+++ b/src/.gdbinit
@@ -15,6 +15,10 @@
 # You should have received a copy of the GNU General Public License
 # along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.
 
+# If you don't want messages from GDB to interfere with ordinary editing
+# whenever it creates a subprocess, uncomment the following line.
+### set print inferior-events off
+
 # Force loading of symbols, enough to give us VALBITS etc.
 set $dummy = main + 8
 # With some compilers, we need this to give us struct Lisp_Symbol etc.:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]