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:
parent
31ab08e6ad
commit
bfe0c147d5
2 changed files with 5 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue