(gdba): Recreate as an alias for gdb.
(gdb): (Re)set gdb-flush-pending-output to nil here... (gdb-init-1): ...instead of here (before gdb-prompt).
This commit is contained in:
parent
0287c1d928
commit
27acfab31e
1 changed files with 5 additions and 1 deletions
|
@ -317,9 +317,14 @@ session."
|
|||
(setq gdb-first-prompt t)
|
||||
(setq gud-running nil)
|
||||
(setq gdb-ready nil)
|
||||
(setq gdb-flush-pending-output nil)
|
||||
(setq gud-filter-pending-text nil)
|
||||
(run-hooks 'gdb-mode-hook))
|
||||
|
||||
;; Keep as an alias for compatibility with Emacs 22.1.
|
||||
;;;###autoload
|
||||
(defalias 'gdba 'gdb)
|
||||
|
||||
(defcustom gdb-debug-log-max 128
|
||||
"Maximum size of `gdb-debug-log'. If nil, size is unlimited."
|
||||
:group 'gud
|
||||
|
@ -593,7 +598,6 @@ otherwise do not."
|
|||
gdb-pending-triggers nil
|
||||
gdb-output-sink 'user
|
||||
gdb-server-prefix "server "
|
||||
gdb-flush-pending-output nil
|
||||
gdb-location-alist nil
|
||||
gdb-source-file-list nil
|
||||
gdb-error nil
|
||||
|
|
Loading…
Add table
Reference in a new issue