1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(gdb-edit-locals-value): Balance parens.

This commit is contained in:
Romain Francoise 2006-08-17 17:56:57 +00:00
parent 31ab08e6ad
commit bfe0c147d5
2 changed files with 5 additions and 1 deletions

View file

@ -3536,7 +3536,7 @@ in_scope=\"\\(.*?\\)\".*?}")
(value (read-string (format "New value (%s): " var))))
(gdb-enqueue-input
(list (concat gdb-server-prefix"set variable " var " = " value "\n")
'ignore))))))
'ignore)))))
;; Dont display values of arrays or structures.
;; These can be expanded using gud-watch.