]> git.eshelyaron.com Git - emacs.git/commitdiff
Esplain how to turn off GDB display of inferior-events
authorRichard M. Stallman <rms@gnu.org>
Wed, 10 Jan 2024 17:15:36 +0000 (12:15 -0500)
committerRichard Stallman <rms@gnu.org>
Wed, 10 Jan 2024 17:15:36 +0000 (12:15 -0500)
src/.gdbinit

index bc6cad0560e982458ab54bc67b892dd117393f22..6c4dda67f068fd6de780e0e2848fb307667e5916 100644 (file)
 # 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.: