Esplain how to turn off GDB display of inferior-events
This commit is contained in:
parent
d7d9bf1fe3
commit
c78e2f3412
1 changed files with 4 additions and 0 deletions
|
@ -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.:
|
||||
|
|
Loading…
Add table
Reference in a new issue