comparison lisp/ChangeLog @ 104149:da5e764f0af8

(gdb-pc-address): Removed unused variable. (gdb-threads-list, gdb-breakpoints-list): New assoc lists. (gdb-parent-mode): New mode to derive other GDB modes from. (gdb-display-disassembly-for-thread) (gdb-frame-disassembly-for-thread): New commands for threads buffer.
author Dmitry Dzhus <dima@sphinx.net.ru>
date Tue, 04 Aug 2009 14:19:08 +0000
parents 3bbb840267e1
children 925e1efc6761
comparison
equal deleted inserted replaced
104148:3bbb840267e1 104149:da5e764f0af8
33 (gdb-display-stack-for-thread, gdb-display-locals-for-thread) 33 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
34 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread) 34 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
35 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread): New 35 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread): New
36 commands which show buffers bound to thread. 36 commands which show buffers bound to thread.
37 (gdb-stack-list-locals-regexp): Removed unused regexp. 37 (gdb-stack-list-locals-regexp): Removed unused regexp.
38 (gdb-pc-address): Removed unused variable.
39 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
40 (gdb-parent-mode): New mode to derive other GDB modes from.
41 (gdb-display-disassembly-for-thread)
42 (gdb-frame-disassembly-for-thread): New commands for threads
43 buffer.
38 44
39 2009-08-04 Michael Albinus <michael.albinus@gmx.de> 45 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
40 46
41 * net/tramp.el (top): Make check for tramp-gvfs loading more 47 * net/tramp.el (top): Make check for tramp-gvfs loading more
42 robust. 48 robust.