Mercurial > emacs
comparison lisp/ChangeLog @ 104147:9629847b09ed
(gdb-get-buffer, gdb-get-buffer-create, gdb-init-1)
(gdb-bind-function-to-buffer, gdb-add-subscriber)
(gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
(gdb-update): We now store all GDB buffers in a list so that they
can be updated by traversing a list instead of calling invalidate
triggers explicitly
(def-gdb-trigger-and-handler): New macro to define trigger-handler
pair for GDB buffer.
(gdb-stack-buffer-name): Add thread information.
author | Dmitry Dzhus <dima@sphinx.net.ru> |
---|---|
date | Tue, 04 Aug 2009 13:19:02 +0000 |
parents | 907e635649e5 |
children | 3bbb840267e1 |
comparison
equal
deleted
inserted
replaced
104146:907e635649e5 | 104147:9629847b09ed |
---|---|
8 (gdb-thread-list-handler-custom): Mark current thread with overlay | 8 (gdb-thread-list-handler-custom): Mark current thread with overlay |
9 arrow. Synchronize GDB thread and Emacs thread. | 9 arrow. Synchronize GDB thread and Emacs thread. |
10 (gdb-select-thread): New command which selects current thread. | 10 (gdb-select-thread): New command which selects current thread. |
11 (gdb-invalidate-frames, gdb-invalidate-locals) | 11 (gdb-invalidate-frames, gdb-invalidate-locals) |
12 (gdb-invalidate-registers): Use --thread option. | 12 (gdb-invalidate-registers): Use --thread option. |
13 | 13 (gdb-breakpoints-buffer-name,gdb-locals-buffer-name) |
14 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name) | 14 (gdb-registers-buffer-name) |
15 (gdb-locals-buffer-name, gdb-registers-buffer-name) | |
16 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch | 15 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch |
17 to (gud-comint-buffer) in *-buffer-name functions | 16 to (gud-comint-buffer) in *-buffer-name functions |
18 because (gdb-get-target-string) already does that. | 17 because (gdb-get-target-string) already does that. |
19 (gdb-locals-handler-custom, gdb-registers-handler-custom) | 18 (gdb-locals-handler-custom, gdb-registers-handler-custom) |
20 (gdb-changed-registers-handler): Rewritten without regexps. | 19 (gdb-changed-registers-handler): Rewritten without regexps. |
20 (gdb-get-buffer, gdb-get-buffer-create, gdb-init-1) | |
21 (gdb-bind-function-to-buffer, gdb-add-subscriber) | |
22 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher) | |
23 (gdb-update): We now store all GDB buffers in a list so that they | |
24 can be updated by traversing a list instead of calling invalidate | |
25 triggers explicitly | |
26 (def-gdb-trigger-and-handler): New macro to define trigger-handler | |
27 pair for GDB buffer. | |
28 (gdb-stack-buffer-name): Add thread information. | |
21 | 29 |
22 2009-08-04 Michael Albinus <michael.albinus@gmx.de> | 30 2009-08-04 Michael Albinus <michael.albinus@gmx.de> |
23 | 31 |
24 * net/tramp.el (top): Make check for tramp-gvfs loading more | 32 * net/tramp.el (top): Make check for tramp-gvfs loading more |
25 robust. | 33 robust. |