Fix redisplay of registers in gdb-mi
* lisp/progmodes/gdb-mi.el (gdb-update): Call gdb-get-changed-registers before updating the GDB-MI buffers. (Bug#16366) Copyright-paperwork-exempt: yes
This commit is contained in:
parent
8123f8cf9f
commit
d4a0e41829
1 changed files with 1 additions and 1 deletions
|
@ -1933,10 +1933,10 @@ If NO-PROC is non-nil, do not try to contact the GDB process."
|
|||
;; gdb-break-list is maintained in breakpoints handler
|
||||
(gdb-get-buffer-create 'gdb-breakpoints-buffer)
|
||||
|
||||
(gdb-get-changed-registers)
|
||||
(unless no-proc
|
||||
(gdb-emit-signal gdb-buf-publisher 'update))
|
||||
|
||||
(gdb-get-changed-registers)
|
||||
(when (and (boundp 'speedbar-frame) (frame-live-p speedbar-frame))
|
||||
(dolist (var gdb-var-list)
|
||||
(setcar (nthcdr 5 var) nil))
|
||||
|
|
Loading…
Add table
Reference in a new issue