annotate src/.cvsignore @ 104155:87373993f3bd

* progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil. (gdb-overlay-arrow-position): Renamed to `gdb-disassembly-position'. (gdb-overlay-arrow-position, gdb-thread-position) (gdb-disassembly-position): Declare variables. (gdb-wait-for-pending): Function now. (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers) (gdb-emit-signal, gdb-buf-publisher): Declare before first use so compilation goes smoothly. (gdb, gdb-non-stop, gdb-buffers): New customization groups. (gdb-non-stop-setting): New customization setting which replaces `gdb-non-stop' so changing it doesn't break active GDB session. (gdb-stack-buffer-locations, gdb-stack-buffer-addresses) (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments) (gdb-thread-buffer-locations, gdb-thread-buffer-addresses) (gdb-show-threads-by-default): New customization options. (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper routines. (gdb-get-buffer-create): Send buffers update signal when they are created. (gdb-invalidate-locals, gdb-invalidate-registers) (gdb-invalidate-breakpoints) (gdb-invalidate-threads, gdb-invalidate-disassembly) (gdb-invalidate-memory): Accept update signal. (gdb-current-context-command): Use --frame option. (gdb-update-gud-running, gdb-running, gdb-setq-thread-number): Implement `gdb-frame-number' selection logic. (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide whether to show GUD toolbar buttons. (gdb-thread-exited): Unselect current thread when it exits. (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks'). (gdb-mark-line): Routine which sets overlay arrow or inverses video on fringeless displays. (gdb-table, gdb-table-add-row, gdb-table-string): Structure used to build aligned columns of data in GDB buffers and set text properties line-by-line. (gdb-invalidate-breakpoints) (gdb-breakpoints-list-handler-custom) (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom) (gdb-stack-list-frames-custom, gdb-locals-handler-custom) (gdb-registers-handler-custom): Align data columns. (gdb-locals-handler-custom): Now prints data like in variable declarations. (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button): Removed confusing buttons. (gdb-invalidate-threads): Append --frame. (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch between breakpoints/threads buffers. (gdb-set-window-buffer): Now can ignore dedicated windows. (gdb-propertize-header): Use `gdb-set-window-buffer'. (def-gdb-thread-buffer-simple-command): Numerous typos fixed. (def-gdb-thread-buffer-gud-command): Replaces `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands for fine thread control. (gdb-preempt-existing-or-display-buffer): New function used to display bound buffers without breaking window layout. (gdb-frame-location): Replaces `gdb-insert-frame-location'. (gdb-select-frame): New version of `gdb-frames-select' which now sets `gdb-frame-number' so commands may use --frame option instead of inner debugger state. (gdb-frame-handler): Do not set `gdb-frame-number'. (gdb-threads-mode-map): Select threads with mouse. (I forgot to include sources in previous commit)
author Dmitry Dzhus <dima@sphinx.net.ru>
date Tue, 04 Aug 2009 17:16:58 +0000
parents dd6863f22f2a
children 579f88c6f33b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
53661
41bc433c6843 Add .gdb_history
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 40342
diff changeset
1 *-spd
31647
0b2ba6cfa083 Sort alphabetically and add `Makefile'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 29746
diff changeset
2 *.core
96759
1e2f7aab70ba * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 96268
diff changeset
3 *.d
53661
41bc433c6843 Add .gdb_history
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 40342
diff changeset
4 *.pdb
41bc433c6843 Add .gdb_history
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 40342
diff changeset
5 .gdb_history
31647
0b2ba6cfa083 Sort alphabetically and add `Makefile'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 29746
diff changeset
6 Makefile
65667
adbf7c56937f Add makefile (for MS-Windows).
Eli Zaretskii <eliz@gnu.org>
parents: 58070
diff changeset
7 makefile
31647
0b2ba6cfa083 Sort alphabetically and add `Makefile'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 29746
diff changeset
8 Makefile.c
25924
87e6c0b89c1f Add TAGS-LISP
Gerd Moellmann <gerd@gnu.org>
parents: 25889
diff changeset
9 TAGS-LISP
53661
41bc433c6843 Add .gdb_history
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 40342
diff changeset
10 _gdbinit
102324
dd6863f22f2a Add _dbxinit.
Eli Zaretskii <eliz@gnu.org>
parents: 96759
diff changeset
11 _dbxinit
31647
0b2ba6cfa083 Sort alphabetically and add `Makefile'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 29746
diff changeset
12 bootstrap-emacs
25889
75e266ee9b9c *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents:
diff changeset
13 config.h
75e266ee9b9c *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents:
diff changeset
14 config.stamp
75e266ee9b9c *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents:
diff changeset
15 emacs
75e266ee9b9c *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents:
diff changeset
16 emacs-*
31647
0b2ba6cfa083 Sort alphabetically and add `Makefile'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 29746
diff changeset
17 epaths.h
53661
41bc433c6843 Add .gdb_history
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 40342
diff changeset
18 gdb.ini
27634
6c9ee29e8955 * dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents: 25924
diff changeset
19 obj
92466
fa105229c443 Add oo.
Juanma Barranquero <lekktu@gmail.com>
parents: 74840
diff changeset
20 oo
31647
0b2ba6cfa083 Sort alphabetically and add `Makefile'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 29746
diff changeset
21 prefix-args
0b2ba6cfa083 Sort alphabetically and add `Makefile'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 29746
diff changeset
22 stamp-oldxmenu
0b2ba6cfa083 Sort alphabetically and add `Makefile'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 29746
diff changeset
23 temacs
58070
3d3c06296275 * .cvsignore: Add buildobj.lst.
Jan Djärv <jan.h.d@swipnet.se>
parents: 53661
diff changeset
24 buildobj.lst
74840
e5fe1e4d0e09 Add stamp_BLD.
Eli Zaretskii <eliz@gnu.org>
parents: 65667
diff changeset
25 stamp_BLD