diff 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
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Aug 04 13:27:21 2009 +0000
+++ b/lisp/ChangeLog	Tue Aug 04 14:19:08 2009 +0000
@@ -35,6 +35,12 @@
 	(gdb-frame-locals-for-thread, gdb-frame-registers-for-thread): New
 	commands which show buffers bound to thread.
 	(gdb-stack-list-locals-regexp): Removed unused regexp.
+	(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.
 
 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>