comparison lisp/ChangeLog @ 104234:e2940cb3d84e

(gdb): Send -target-detach when buffer is killed (#3794). (gdb-starting): Moved -data-list-register-names... (gdb-stopped): ...here so it's sent when first thread stops. (gdb-registers-handler-custom): Do nothing if register names are unknown yet.
author Dmitry Dzhus <dima@sphinx.net.ru>
date Tue, 11 Aug 2009 23:26:04 +0000
parents fbce43fef5e3
children bb8d0bcd5abb
comparison
equal deleted inserted replaced
104233:fbce43fef5e3 104234:e2940cb3d84e
5 (gdb-place-breakpoints, gdb-get-location): Rewritten without 5 (gdb-place-breakpoints, gdb-get-location): Rewritten without
6 `goto-line'. 6 `goto-line'.
7 (gdb-invalidate-disassembly): Do not refresh upon receiving 7 (gdb-invalidate-disassembly): Do not refresh upon receiving
8 'update signal. Instead, update all disassembly buffers only after 8 'update signal. Instead, update all disassembly buffers only after
9 threads list. 9 threads list.
10 (gdb): Send -target-detach when buffer is killed (#3794).
11 (gdb-starting): Moved -data-list-register-names...
12 (gdb-stopped): ...here so it's sent when first thread stops.
13 (gdb-registers-handler-custom): Do nothing if register names are
14 unknown yet.
10 15
11 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros 16 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
12 from `gdb-mi.el' to avoid extra tangling. 17 from `gdb-mi.el' to avoid extra tangling.
13 18
14 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous 19 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous