]> git.eshelyaron.com Git - emacs.git/commit
* progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
authorDmitry Dzhus <dima@sphinx.net.ru>
Tue, 7 Jul 2009 17:36:42 +0000 (17:36 +0000)
committerDmitry Dzhus <dima@sphinx.net.ru>
Tue, 7 Jul 2009 17:36:42 +0000 (17:36 +0000)
commitdc6b4519c8789251646686d618b53a3dce2f00ce
tree88f37e2e799d20470801c4fa87fe6a4b058abd73
parent14340b25f4db435a2af8debd539f1908c1e30a09
* progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
may contain frame information, so `string-match' should be used.
(gdb-update): Disassembly is invalidated through
`gdb-get-selected-frame'.
(gdb-pad-string): New function to pad string with spaces.
(gdb-invalidate-disassembly): Invalidate only if the buffer
exists.
(gdb-disassembly-handler-custom): Column alignment.
(gdb-disassembly-place-breakpoints): Clear old breakpoints before
placing new ones.
(gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
end of line, too.
(gdb-frame-handler): Match convention to for disassembly buffer
mode name.
lisp/ChangeLog
lisp/progmodes/gdb-mi.el