Mercurial > emacs
annotate lisp/gud.el @ 22309:41baef80bbbc
(Fredraw_frame): Don't erase frame or its glyph records
if it hasn't got any.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Mon, 01 Jun 1998 03:12:04 +0000 |
parents | 9a2d76cd1da4 |
children | 5988c3c973db |
rev | line source |
---|---|
21336
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1 ;;; gud.el --- Grand Unified Debugger mode for running GDB and other debuggers |
810
80303373daae
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
806
diff
changeset
|
2 |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
3 ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> |
4818 | 4 ;; Maintainer: FSF |
810
80303373daae
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
806
diff
changeset
|
5 ;; Keywords: unix, tools |
80303373daae
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
806
diff
changeset
|
6 |
21336
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
7 ;; Copyright (C) 1992, 93, 94, 95, 96, 1998 Free Software Foundation, Inc. |
460 | 8 |
9 ;; This file is part of GNU Emacs. | |
10 | |
11 ;; GNU Emacs is free software; you can redistribute it and/or modify | |
12 ;; it under the terms of the GNU General Public License as published by | |
868
0cda1f7b154e
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
810
diff
changeset
|
13 ;; the Free Software Foundation; either version 2, or (at your option) |
460 | 14 ;; any later version. |
15 | |
16 ;; GNU Emacs is distributed in the hope that it will be useful, | |
17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
19 ;; GNU General Public License for more details. | |
20 | |
21 ;; You should have received a copy of the GNU General Public License | |
14169 | 22 ;; along with GNU Emacs; see the file COPYING. If not, write to the |
23 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | |
24 ;; Boston, MA 02111-1307, USA. | |
460 | 25 |
810
80303373daae
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
806
diff
changeset
|
26 ;;; Commentary: |
80303373daae
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
806
diff
changeset
|
27 |
460 | 28 ;; The ancestral gdb.el was by W. Schelter <wfs@rascal.ics.utexas.edu> |
22159
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
29 ;; It was later rewritten by rms. Some ideas were due to Masanobu. |
810
80303373daae
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
806
diff
changeset
|
30 ;; Grand Unification (sdb/dbx support) by Eric S. Raymond <esr@thyrsus.com> |
460 | 31 ;; The overloading code was then rewritten by Barry Warsaw <bwarsaw@cen.com>, |
3738
c5ebd279e007
(xdb): New debugger supported (xdb under HPUX-PARISC).
Richard M. Stallman <rms@gnu.org>
parents:
3646
diff
changeset
|
32 ;; who also hacked the mode to use comint.el. Shane Hartman <shane@spr.com> |
6531
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
33 ;; added support for xdb (HPUX debugger). Rick Sladkey <jrs@world.std.com> |
7165
d53c76129763
(gud-mips-p, gud-irix-p): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
7074
diff
changeset
|
34 ;; wrote the GDB command completion code. Dave Love <d.love@dl.ac.uk> |
10217
d112e49af18b
(gdb): Correct tbreak doc string.
Richard M. Stallman <rms@gnu.org>
parents:
10203
diff
changeset
|
35 ;; added the IRIX kluge, re-implemented the Mips-ish variant and added |
22159
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
36 ;; a menu. Brian D. Carlstrom <bdc@ai.mit.edu> combined the IRIX kluge with |
21336
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
37 ;; the gud-xdb-directories hack producing gud-dbx-directories. Derek L. Davies |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
38 ;; <ddavies@world.std.com> added support for jdb (Java debugger.) |
460 | 39 |
810
80303373daae
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
806
diff
changeset
|
40 ;;; Code: |
80303373daae
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
806
diff
changeset
|
41 |
460 | 42 (require 'comint) |
923 | 43 (require 'etags) |
460 | 44 |
45 ;; ====================================================================== | |
2581
839d67a1dc58
Set no-byte-compile local variable t to work around a byte-compiler bug.
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2532
diff
changeset
|
46 ;; GUD commands must be visible in C buffers visited by GUD |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
47 |
17663
d2c64a1563f7
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
17658
diff
changeset
|
48 (defgroup gud nil |
22159
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
49 "Grand Unified Debugger mode for gdb and other debuggers under Emacs. |
22173 | 50 Supported debuggers include gdb, sdb, dbx, xdb, perldb, pdb (Python), and jdb." |
17663
d2c64a1563f7
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
17658
diff
changeset
|
51 :group 'unix |
d2c64a1563f7
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
17658
diff
changeset
|
52 :group 'tools) |
d2c64a1563f7
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
17658
diff
changeset
|
53 |
d2c64a1563f7
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
17658
diff
changeset
|
54 |
d2c64a1563f7
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
17658
diff
changeset
|
55 (defcustom gud-key-prefix "\C-x\C-a" |
d2c64a1563f7
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
17658
diff
changeset
|
56 "Prefix of all GUD commands valid in C buffers." |
d2c64a1563f7
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
17658
diff
changeset
|
57 :type 'string |
d2c64a1563f7
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
17658
diff
changeset
|
58 :group 'gud) |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
59 |
2581
839d67a1dc58
Set no-byte-compile local variable t to work around a byte-compiler bug.
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2532
diff
changeset
|
60 (global-set-key (concat gud-key-prefix "\C-l") 'gud-refresh) |
7741
347191d7ca7d
Use ctl-x-map to bind C-x SPC.
Richard M. Stallman <rms@gnu.org>
parents:
7461
diff
changeset
|
61 (define-key ctl-x-map " " 'gud-break) ;; backward compatibility hack |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
62 |
9190
4e66c15e2d6c
(gud-overload-functions): Function deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8645
diff
changeset
|
63 (defvar gud-marker-filter nil) |
4e66c15e2d6c
(gud-overload-functions): Function deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8645
diff
changeset
|
64 (put 'gud-marker-filter 'permanent-local t) |
4e66c15e2d6c
(gud-overload-functions): Function deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8645
diff
changeset
|
65 (defvar gud-find-file nil) |
4e66c15e2d6c
(gud-overload-functions): Function deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8645
diff
changeset
|
66 (put 'gud-find-file 'permanent-local t) |
460 | 67 |
9190
4e66c15e2d6c
(gud-overload-functions): Function deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8645
diff
changeset
|
68 (defun gud-marker-filter (&rest args) |
4e66c15e2d6c
(gud-overload-functions): Function deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8645
diff
changeset
|
69 (apply gud-marker-filter args)) |
460 | 70 |
9190
4e66c15e2d6c
(gud-overload-functions): Function deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8645
diff
changeset
|
71 (defun gud-find-file (file) |
4e66c15e2d6c
(gud-overload-functions): Function deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8645
diff
changeset
|
72 ;; Don't get confused by double slashes in the name that comes from GDB. |
4e66c15e2d6c
(gud-overload-functions): Function deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8645
diff
changeset
|
73 (while (string-match "//+" file) |
4e66c15e2d6c
(gud-overload-functions): Function deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8645
diff
changeset
|
74 (setq file (replace-match "/" t t file))) |
4e66c15e2d6c
(gud-overload-functions): Function deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8645
diff
changeset
|
75 (funcall gud-find-file file)) |
10448
ec596f12f13f
(gud-gdb-find-file): Propagate debug menu to found buffers.
Richard M. Stallman <rms@gnu.org>
parents:
10447
diff
changeset
|
76 |
ec596f12f13f
(gud-gdb-find-file): Propagate debug menu to found buffers.
Richard M. Stallman <rms@gnu.org>
parents:
10447
diff
changeset
|
77 ;; Keymap definitions for menu bar entries common to all debuggers and |
ec596f12f13f
(gud-gdb-find-file): Propagate debug menu to found buffers.
Richard M. Stallman <rms@gnu.org>
parents:
10447
diff
changeset
|
78 ;; slots for debugger-dependent ones in sensible places. (Defined here |
ec596f12f13f
(gud-gdb-find-file): Propagate debug menu to found buffers.
Richard M. Stallman <rms@gnu.org>
parents:
10447
diff
changeset
|
79 ;; before use.) |
ec596f12f13f
(gud-gdb-find-file): Propagate debug menu to found buffers.
Richard M. Stallman <rms@gnu.org>
parents:
10447
diff
changeset
|
80 (defvar gud-menu-map (make-sparse-keymap "Gud") nil) |
ec596f12f13f
(gud-gdb-find-file): Propagate debug menu to found buffers.
Richard M. Stallman <rms@gnu.org>
parents:
10447
diff
changeset
|
81 (define-key gud-menu-map [refresh] '("Refresh" . gud-refresh)) |
12032
b60e87249b27
Fix capitalization in menu bar.
Karl Heuer <kwzh@gnu.org>
parents:
12004
diff
changeset
|
82 (define-key gud-menu-map [remove] '("Remove Breakpoint" . gud-remove)) |
10448
ec596f12f13f
(gud-gdb-find-file): Propagate debug menu to found buffers.
Richard M. Stallman <rms@gnu.org>
parents:
10447
diff
changeset
|
83 (define-key gud-menu-map [tbreak] nil) ; gdb, sdb and xdb |
12032
b60e87249b27
Fix capitalization in menu bar.
Karl Heuer <kwzh@gnu.org>
parents:
12004
diff
changeset
|
84 (define-key gud-menu-map [break] '("Set Breakpoint" . gud-break)) |
10448
ec596f12f13f
(gud-gdb-find-file): Propagate debug menu to found buffers.
Richard M. Stallman <rms@gnu.org>
parents:
10447
diff
changeset
|
85 (define-key gud-menu-map [up] nil) ; gdb, dbx, and xdb |
ec596f12f13f
(gud-gdb-find-file): Propagate debug menu to found buffers.
Richard M. Stallman <rms@gnu.org>
parents:
10447
diff
changeset
|
86 (define-key gud-menu-map [down] nil) ; gdb, dbx, and xdb |
12032
b60e87249b27
Fix capitalization in menu bar.
Karl Heuer <kwzh@gnu.org>
parents:
12004
diff
changeset
|
87 (define-key gud-menu-map [print] '("Print Expression" . gud-print)) |
10448
ec596f12f13f
(gud-gdb-find-file): Propagate debug menu to found buffers.
Richard M. Stallman <rms@gnu.org>
parents:
10447
diff
changeset
|
88 (define-key gud-menu-map [finish] nil) ; gdb or xdb |
12032
b60e87249b27
Fix capitalization in menu bar.
Karl Heuer <kwzh@gnu.org>
parents:
12004
diff
changeset
|
89 (define-key gud-menu-map [stepi] '("Step Instruction" . gud-stepi)) |
b60e87249b27
Fix capitalization in menu bar.
Karl Heuer <kwzh@gnu.org>
parents:
12004
diff
changeset
|
90 (define-key gud-menu-map [step] '("Step Line" . gud-step)) |
b60e87249b27
Fix capitalization in menu bar.
Karl Heuer <kwzh@gnu.org>
parents:
12004
diff
changeset
|
91 (define-key gud-menu-map [next] '("Next Line" . gud-next)) |
10448
ec596f12f13f
(gud-gdb-find-file): Propagate debug menu to found buffers.
Richard M. Stallman <rms@gnu.org>
parents:
10447
diff
changeset
|
92 (define-key gud-menu-map [cont] '("Continue" . gud-cont)) |
4729
fdbcbaea7296
(perldb): New function, plus subroutines.
Richard M. Stallman <rms@gnu.org>
parents:
4497
diff
changeset
|
93 |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
94 ;; ====================================================================== |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
95 ;; command definition |
460 | 96 |
97 ;; This macro is used below to define some basic debugger interface commands. | |
810
80303373daae
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
806
diff
changeset
|
98 ;; Of course you may use `gud-def' with any other debugger command, including |
1255 | 99 ;; user defined ones. |
100 | |
101 ;; A macro call like (gud-def FUNC NAME KEY DOC) expands to a form | |
102 ;; which defines FUNC to send the command NAME to the debugger, gives | |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
103 ;; it the docstring DOC, and binds that function to KEY in the GUD |
2581
839d67a1dc58
Set no-byte-compile local variable t to work around a byte-compiler bug.
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2532
diff
changeset
|
104 ;; major mode. The function is also bound in the global keymap with the |
839d67a1dc58
Set no-byte-compile local variable t to work around a byte-compiler bug.
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2532
diff
changeset
|
105 ;; GUD prefix. |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
106 |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
107 (defmacro gud-def (func cmd key &optional doc) |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
108 "Define FUNC to be a command sending STR and bound to KEY, with |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
109 optional doc string DOC. Certain %-escapes in the string arguments |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
110 are interpreted specially if present. These are: |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
111 |
22159
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
112 %f name (without directory) of current source file. |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
113 %d directory of current source file. |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
114 %l number of current source line |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
115 %e text of the C lvalue or function-call expression surrounding point. |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
116 %a text of the hexadecimal address surrounding point |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
117 %p prefix argument to the command (if any) as a number |
460 | 118 |
2581
839d67a1dc58
Set no-byte-compile local variable t to work around a byte-compiler bug.
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2532
diff
changeset
|
119 The `current' source file is the file of the current buffer (if |
839d67a1dc58
Set no-byte-compile local variable t to work around a byte-compiler bug.
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2532
diff
changeset
|
120 we're in a C file) or the source file current at the last break or |
839d67a1dc58
Set no-byte-compile local variable t to work around a byte-compiler bug.
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2532
diff
changeset
|
121 step (if we're in the GUD buffer). |
839d67a1dc58
Set no-byte-compile local variable t to work around a byte-compiler bug.
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2532
diff
changeset
|
122 The `current' line is that of the current buffer (if we're in a |
839d67a1dc58
Set no-byte-compile local variable t to work around a byte-compiler bug.
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2532
diff
changeset
|
123 source file) or the source line number at the last break or step (if |
839d67a1dc58
Set no-byte-compile local variable t to work around a byte-compiler bug.
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2532
diff
changeset
|
124 we're in the GUD buffer)." |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
125 (list 'progn |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
126 (list 'defun func '(arg) |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
127 (or doc "") |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
128 '(interactive "p") |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
129 (list 'gud-call cmd 'arg)) |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
130 (if key |
2960
372386917f03
(gud-def): Fix inclusion of the define-key.
Richard M. Stallman <rms@gnu.org>
parents:
2594
diff
changeset
|
131 (list 'define-key |
372386917f03
(gud-def): Fix inclusion of the define-key.
Richard M. Stallman <rms@gnu.org>
parents:
2594
diff
changeset
|
132 '(current-local-map) |
372386917f03
(gud-def): Fix inclusion of the define-key.
Richard M. Stallman <rms@gnu.org>
parents:
2594
diff
changeset
|
133 (concat "\C-c" key) |
372386917f03
(gud-def): Fix inclusion of the define-key.
Richard M. Stallman <rms@gnu.org>
parents:
2594
diff
changeset
|
134 (list 'quote func))) |
372386917f03
(gud-def): Fix inclusion of the define-key.
Richard M. Stallman <rms@gnu.org>
parents:
2594
diff
changeset
|
135 (if key |
372386917f03
(gud-def): Fix inclusion of the define-key.
Richard M. Stallman <rms@gnu.org>
parents:
2594
diff
changeset
|
136 (list 'global-set-key |
3343
d5fde107dbe3
(gud-def): Don't use gud-key-prefix at compile time.
Richard M. Stallman <rms@gnu.org>
parents:
2960
diff
changeset
|
137 (list 'concat 'gud-key-prefix key) |
2960
372386917f03
(gud-def): Fix inclusion of the define-key.
Richard M. Stallman <rms@gnu.org>
parents:
2594
diff
changeset
|
138 (list 'quote func))))) |
460 | 139 |
22159
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
140 ;; Where gud-display-frame should put the debugging arrow; a cons of |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
141 ;; (filename . line-number). This is set by the marker-filter, which scans |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
142 ;; the debugger's output for indications of the current program counter. |
1275
68f025a5fdaa
* gud.el (gud-last-frame): Added defvar for this.
Jim Blandy <jimb@redhat.com>
parents:
1274
diff
changeset
|
143 (defvar gud-last-frame nil) |
68f025a5fdaa
* gud.el (gud-last-frame): Added defvar for this.
Jim Blandy <jimb@redhat.com>
parents:
1274
diff
changeset
|
144 |
3646
4b34cbec2058
* gud.el (gud-last-last-frame): New variable.
Jim Blandy <jimb@redhat.com>
parents:
3591
diff
changeset
|
145 ;; Used by gud-refresh, which should cause gud-display-frame to redisplay |
4b34cbec2058
* gud.el (gud-last-last-frame): New variable.
Jim Blandy <jimb@redhat.com>
parents:
3591
diff
changeset
|
146 ;; the last frame, even if it's been called before and gud-last-frame has |
4b34cbec2058
* gud.el (gud-last-last-frame): New variable.
Jim Blandy <jimb@redhat.com>
parents:
3591
diff
changeset
|
147 ;; been set to nil. |
4335
907bf380e92e
* gud.el (gud-last-last-frame): Specify initial value. `dbx'
Jim Blandy <jimb@redhat.com>
parents:
4298
diff
changeset
|
148 (defvar gud-last-last-frame nil) |
3646
4b34cbec2058
* gud.el (gud-last-last-frame): New variable.
Jim Blandy <jimb@redhat.com>
parents:
3591
diff
changeset
|
149 |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
150 ;; All debugger-specific information is collected here. |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
151 ;; Here's how it works, in case you ever need to add a debugger to the mode. |
460 | 152 ;; |
153 ;; Each entry must define the following at startup: | |
154 ;; | |
155 ;;<name> | |
156 ;; comint-prompt-regexp | |
4092
e72012acb5fb
(gud-debugger-startup): Replaced with gud-massage-args.
Roland McGrath <roland@gnu.org>
parents:
4016
diff
changeset
|
157 ;; gud-<name>-massage-args |
460 | 158 ;; gud-<name>-marker-filter |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
159 ;; gud-<name>-find-file |
460 | 160 ;; |
4092
e72012acb5fb
(gud-debugger-startup): Replaced with gud-massage-args.
Roland McGrath <roland@gnu.org>
parents:
4016
diff
changeset
|
161 ;; The job of the massage-args method is to modify the given list of |
e72012acb5fb
(gud-debugger-startup): Replaced with gud-massage-args.
Roland McGrath <roland@gnu.org>
parents:
4016
diff
changeset
|
162 ;; debugger arguments before running the debugger. |
477 | 163 ;; |
164 ;; The job of the marker-filter method is to detect file/line markers in | |
165 ;; strings and set the global gud-last-frame to indicate what display | |
166 ;; action (if any) should be triggered by the marker. Note that only | |
3591
507f64624555
Apply typo patches from Paul Eggert.
Jim Blandy <jimb@redhat.com>
parents:
3551
diff
changeset
|
167 ;; whatever the method *returns* is displayed in the buffer; thus, you |
477 | 168 ;; can filter the debugger's output, interpreting some and passing on |
169 ;; the rest. | |
170 ;; | |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
171 ;; The job of the find-file method is to visit and return the buffer indicated |
477 | 172 ;; by the car of gud-tag-frame. This may be a file name, a tag name, or |
10217
d112e49af18b
(gdb): Correct tbreak doc string.
Richard M. Stallman <rms@gnu.org>
parents:
10203
diff
changeset
|
173 ;; something else. It would be good if it also copied the Gud menubar entry. |
4729
fdbcbaea7296
(perldb): New function, plus subroutines.
Richard M. Stallman <rms@gnu.org>
parents:
4497
diff
changeset
|
174 |
460 | 175 ;; ====================================================================== |
20756
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
176 ;; speedbar support functions and variables. |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
177 (defvar gud-last-speedbar-buffer nil |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
178 "The last GUD buffer used.") |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
179 |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
180 (defvar gud-last-speedbar-stackframe nil |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
181 "Description of the currently displayed GUD stack. |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
182 t means that there is no stack, and we are in display-file mode.") |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
183 |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
184 (defvar gud-speedbar-menu-items |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
185 ;; Note to self. Add expand, and turn off items when not available. |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
186 '(["Jump to stack frame" speedbar-edit-line t]) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
187 "Additional menu items to add the the speedbar frame.") |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
188 |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
189 (defun gud-speedbar-buttons (buffer) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
190 "Create a speedbar display based on the current state of GUD. |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
191 If the GUD BUFFER is not running a supported debugger, then turn |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
192 off the specialized speedbar mode." |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
193 (if (and (save-excursion (goto-char (point-min)) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
194 (looking-at "Current Stack")) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
195 (equal gud-last-last-frame gud-last-speedbar-stackframe)) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
196 nil |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
197 (setq gud-last-speedbar-buffer buffer) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
198 (let* ((ff (save-excursion (set-buffer buffer) gud-find-file)) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
199 ;;(lf (save-excursion (set-buffer buffer) gud-last-last-frame)) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
200 (frames |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
201 (cond ((eq ff 'gud-gdb-find-file) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
202 (gud-gdb-get-stackframe buffer) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
203 ) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
204 ;; Add more debuggers here! |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
205 (t |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
206 (speedbar-remove-localized-speedbar-support buffer) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
207 nil)))) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
208 (erase-buffer) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
209 (if (not frames) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
210 (insert "No Stack frames\n") |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
211 (insert "Current Stack:\n")) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
212 (while frames |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
213 (insert (nth 1 (car frames)) ":\n") |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
214 (if (= (length (car frames)) 2) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
215 (progn |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
216 ; (speedbar-insert-button "[?]" |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
217 ; 'speedbar-button-face |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
218 ; nil nil nil t) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
219 (speedbar-insert-button (car (car frames)) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
220 'speedbar-directory-face |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
221 nil nil nil t)) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
222 ; (speedbar-insert-button "[+]" |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
223 ; 'speedbar-button-face |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
224 ; 'speedbar-highlight-face |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
225 ; 'gud-gdb-get-scope-data |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
226 ; (car frames) t) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
227 (speedbar-insert-button (car (car frames)) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
228 'speedbar-file-face |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
229 'speedbar-highlight-face |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
230 (cond ((eq ff 'gud-gdb-find-file) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
231 'gud-gdb-goto-stackframe) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
232 (t (error "Should never be here."))) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
233 (car frames) t)) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
234 (setq frames (cdr frames))) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
235 ; (let ((selected-frame |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
236 ; (cond ((eq ff 'gud-gdb-find-file) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
237 ; (gud-gdb-selected-frame-info buffer)) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
238 ; (t (error "Should never be here.")))))) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
239 ) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
240 (setq gud-last-speedbar-stackframe gud-last-last-frame))) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
241 |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
242 |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
243 ;; ====================================================================== |
460 | 244 ;; gdb functions |
245 | |
3930
ac686479ca51
* gud.el: Add history lists to the debugging commands, so we don't
Jim Blandy <jimb@redhat.com>
parents:
3745
diff
changeset
|
246 ;;; History of argument lists passed to gdb. |
ac686479ca51
* gud.el: Add history lists to the debugging commands, so we don't
Jim Blandy <jimb@redhat.com>
parents:
3745
diff
changeset
|
247 (defvar gud-gdb-history nil) |
ac686479ca51
* gud.el: Add history lists to the debugging commands, so we don't
Jim Blandy <jimb@redhat.com>
parents:
3745
diff
changeset
|
248 |
4092
e72012acb5fb
(gud-debugger-startup): Replaced with gud-massage-args.
Roland McGrath <roland@gnu.org>
parents:
4016
diff
changeset
|
249 (defun gud-gdb-massage-args (file args) |
10876
715419786d7f
(gud-common-init): Put substed file name back in original
Richard M. Stallman <rms@gnu.org>
parents:
10518
diff
changeset
|
250 (cons "-fullname" args)) |
460 | 251 |
11960
5d3f2639cf3a
(gud-gdb-marker-regexp): New var. Use path-separator.
Karl Heuer <kwzh@gnu.org>
parents:
11930
diff
changeset
|
252 (defvar gud-gdb-marker-regexp |
16843
a94faa952a55
(gud-gdb-marker-regexp): Use colon always, not path-separator.
Richard M. Stallman <rms@gnu.org>
parents:
16405
diff
changeset
|
253 ;; This used to use path-separator instead of ":"; |
a94faa952a55
(gud-gdb-marker-regexp): Use colon always, not path-separator.
Richard M. Stallman <rms@gnu.org>
parents:
16405
diff
changeset
|
254 ;; however, we found that on both Windows 32 and MSDOS |
a94faa952a55
(gud-gdb-marker-regexp): Use colon always, not path-separator.
Richard M. Stallman <rms@gnu.org>
parents:
16405
diff
changeset
|
255 ;; a colon is correct here. |
19682
9bf29ac182b4
(gud-gdb-marker-regexp): Allow for drive letter and colon.
Geoff Voelker <voelker@cs.washington.edu>
parents:
19174
diff
changeset
|
256 (concat "\032\032\\(.:?[^" ":" "\n]*\\)" ":" |
16843
a94faa952a55
(gud-gdb-marker-regexp): Use colon always, not path-separator.
Richard M. Stallman <rms@gnu.org>
parents:
16405
diff
changeset
|
257 "\\([0-9]*\\)" ":" ".*\n")) |
11960
5d3f2639cf3a
(gud-gdb-marker-regexp): New var. Use path-separator.
Karl Heuer <kwzh@gnu.org>
parents:
11930
diff
changeset
|
258 |
4346
3011390123ed
* gud.el (gud-gdb-marker-filter): Do not assume that the position
Jim Blandy <jimb@redhat.com>
parents:
4344
diff
changeset
|
259 ;; There's no guarantee that Emacs will hand the filter the entire |
3011390123ed
* gud.el (gud-gdb-marker-filter): Do not assume that the position
Jim Blandy <jimb@redhat.com>
parents:
4344
diff
changeset
|
260 ;; marker at once; it could be broken up across several strings. We |
3011390123ed
* gud.el (gud-gdb-marker-filter): Do not assume that the position
Jim Blandy <jimb@redhat.com>
parents:
4344
diff
changeset
|
261 ;; might even receive a big chunk with several markers in it. If we |
3011390123ed
* gud.el (gud-gdb-marker-filter): Do not assume that the position
Jim Blandy <jimb@redhat.com>
parents:
4344
diff
changeset
|
262 ;; receive a chunk of text which looks like it might contain the |
3011390123ed
* gud.el (gud-gdb-marker-filter): Do not assume that the position
Jim Blandy <jimb@redhat.com>
parents:
4344
diff
changeset
|
263 ;; beginning of a marker, we save it here between calls to the |
3011390123ed
* gud.el (gud-gdb-marker-filter): Do not assume that the position
Jim Blandy <jimb@redhat.com>
parents:
4344
diff
changeset
|
264 ;; filter. |
7165
d53c76129763
(gud-mips-p, gud-irix-p): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
7074
diff
changeset
|
265 (defvar gud-marker-acc "") |
7317
ce56b572b5c8
(gud-marker-acc): Use make-variable-buffer-local.
Richard M. Stallman <rms@gnu.org>
parents:
7298
diff
changeset
|
266 (make-variable-buffer-local 'gud-marker-acc) |
4346
3011390123ed
* gud.el (gud-gdb-marker-filter): Do not assume that the position
Jim Blandy <jimb@redhat.com>
parents:
4344
diff
changeset
|
267 |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
268 (defun gud-gdb-marker-filter (string) |
10042
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
269 (setq gud-marker-acc (concat gud-marker-acc string)) |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
270 (let ((output "")) |
4346
3011390123ed
* gud.el (gud-gdb-marker-filter): Do not assume that the position
Jim Blandy <jimb@redhat.com>
parents:
4344
diff
changeset
|
271 |
10042
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
272 ;; Process all the complete markers in this chunk. |
11960
5d3f2639cf3a
(gud-gdb-marker-regexp): New var. Use path-separator.
Karl Heuer <kwzh@gnu.org>
parents:
11930
diff
changeset
|
273 (while (string-match gud-gdb-marker-regexp gud-marker-acc) |
10042
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
274 (setq |
4346
3011390123ed
* gud.el (gud-gdb-marker-filter): Do not assume that the position
Jim Blandy <jimb@redhat.com>
parents:
4344
diff
changeset
|
275 |
10042
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
276 ;; Extract the frame position from the marker. |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
277 gud-last-frame |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
278 (cons (substring gud-marker-acc (match-beginning 1) (match-end 1)) |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
279 (string-to-int (substring gud-marker-acc |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
280 (match-beginning 2) |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
281 (match-end 2)))) |
4346
3011390123ed
* gud.el (gud-gdb-marker-filter): Do not assume that the position
Jim Blandy <jimb@redhat.com>
parents:
4344
diff
changeset
|
282 |
10042
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
283 ;; Append any text before the marker to the output we're going |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
284 ;; to return - we don't include the marker in this text. |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
285 output (concat output |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
286 (substring gud-marker-acc 0 (match-beginning 0))) |
4346
3011390123ed
* gud.el (gud-gdb-marker-filter): Do not assume that the position
Jim Blandy <jimb@redhat.com>
parents:
4344
diff
changeset
|
287 |
10042
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
288 ;; Set the accumulator to the remaining text. |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
289 gud-marker-acc (substring gud-marker-acc (match-end 0)))) |
4346
3011390123ed
* gud.el (gud-gdb-marker-filter): Do not assume that the position
Jim Blandy <jimb@redhat.com>
parents:
4344
diff
changeset
|
290 |
10042
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
291 ;; Does the remaining text look like it might end with the |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
292 ;; beginning of another marker? If it does, then keep it in |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
293 ;; gud-marker-acc until we receive the rest of it. Since we |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
294 ;; know the full marker regexp above failed, it's pretty simple to |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
295 ;; test for marker starts. |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
296 (if (string-match "\032.*\\'" gud-marker-acc) |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
297 (progn |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
298 ;; Everything before the potential marker start can be output. |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
299 (setq output (concat output (substring gud-marker-acc |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
300 0 (match-beginning 0)))) |
4346
3011390123ed
* gud.el (gud-gdb-marker-filter): Do not assume that the position
Jim Blandy <jimb@redhat.com>
parents:
4344
diff
changeset
|
301 |
10042
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
302 ;; Everything after, we save, to combine with later input. |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
303 (setq gud-marker-acc |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
304 (substring gud-marker-acc (match-beginning 0)))) |
4346
3011390123ed
* gud.el (gud-gdb-marker-filter): Do not assume that the position
Jim Blandy <jimb@redhat.com>
parents:
4344
diff
changeset
|
305 |
10042
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
306 (setq output (concat output gud-marker-acc) |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
307 gud-marker-acc "")) |
4346
3011390123ed
* gud.el (gud-gdb-marker-filter): Do not assume that the position
Jim Blandy <jimb@redhat.com>
parents:
4344
diff
changeset
|
308 |
10042
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
309 output)) |
460 | 310 |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
311 (defun gud-gdb-find-file (f) |
10448
ec596f12f13f
(gud-gdb-find-file): Propagate debug menu to found buffers.
Richard M. Stallman <rms@gnu.org>
parents:
10447
diff
changeset
|
312 (save-excursion |
ec596f12f13f
(gud-gdb-find-file): Propagate debug menu to found buffers.
Richard M. Stallman <rms@gnu.org>
parents:
10447
diff
changeset
|
313 (let ((buf (find-file-noselect f))) |
ec596f12f13f
(gud-gdb-find-file): Propagate debug menu to found buffers.
Richard M. Stallman <rms@gnu.org>
parents:
10447
diff
changeset
|
314 (set-buffer buf) |
12002
9d22f732d7d8
(gud-make-debug-menu): New function.
Karl Heuer <kwzh@gnu.org>
parents:
11960
diff
changeset
|
315 (gud-make-debug-menu) |
10448
ec596f12f13f
(gud-gdb-find-file): Propagate debug menu to found buffers.
Richard M. Stallman <rms@gnu.org>
parents:
10447
diff
changeset
|
316 (local-set-key [menu-bar debug tbreak] |
12032
b60e87249b27
Fix capitalization in menu bar.
Karl Heuer <kwzh@gnu.org>
parents:
12004
diff
changeset
|
317 '("Temporary Breakpoint" . gud-tbreak)) |
b60e87249b27
Fix capitalization in menu bar.
Karl Heuer <kwzh@gnu.org>
parents:
12004
diff
changeset
|
318 (local-set-key [menu-bar debug finish] '("Finish Function" . gud-finish)) |
b60e87249b27
Fix capitalization in menu bar.
Karl Heuer <kwzh@gnu.org>
parents:
12004
diff
changeset
|
319 (local-set-key [menu-bar debug up] '("Up Stack" . gud-up)) |
b60e87249b27
Fix capitalization in menu bar.
Karl Heuer <kwzh@gnu.org>
parents:
12004
diff
changeset
|
320 (local-set-key [menu-bar debug down] '("Down Stack" . gud-down)) |
10448
ec596f12f13f
(gud-gdb-find-file): Propagate debug menu to found buffers.
Richard M. Stallman <rms@gnu.org>
parents:
10447
diff
changeset
|
321 buf))) |
460 | 322 |
6238
fab2ffdf64d5
(gdb): Use a minibuffer map with TAB to complete a filename.
Karl Heuer <kwzh@gnu.org>
parents:
5997
diff
changeset
|
323 (defvar gdb-minibuffer-local-map nil |
fab2ffdf64d5
(gdb): Use a minibuffer map with TAB to complete a filename.
Karl Heuer <kwzh@gnu.org>
parents:
5997
diff
changeset
|
324 "Keymap for minibuffer prompting of gdb startup command.") |
fab2ffdf64d5
(gdb): Use a minibuffer map with TAB to complete a filename.
Karl Heuer <kwzh@gnu.org>
parents:
5997
diff
changeset
|
325 (if gdb-minibuffer-local-map |
fab2ffdf64d5
(gdb): Use a minibuffer map with TAB to complete a filename.
Karl Heuer <kwzh@gnu.org>
parents:
5997
diff
changeset
|
326 () |
fab2ffdf64d5
(gdb): Use a minibuffer map with TAB to complete a filename.
Karl Heuer <kwzh@gnu.org>
parents:
5997
diff
changeset
|
327 (setq gdb-minibuffer-local-map (copy-keymap minibuffer-local-map)) |
fab2ffdf64d5
(gdb): Use a minibuffer map with TAB to complete a filename.
Karl Heuer <kwzh@gnu.org>
parents:
5997
diff
changeset
|
328 (define-key |
fab2ffdf64d5
(gdb): Use a minibuffer map with TAB to complete a filename.
Karl Heuer <kwzh@gnu.org>
parents:
5997
diff
changeset
|
329 gdb-minibuffer-local-map "\C-i" 'comint-dynamic-complete-filename)) |
fab2ffdf64d5
(gdb): Use a minibuffer map with TAB to complete a filename.
Karl Heuer <kwzh@gnu.org>
parents:
5997
diff
changeset
|
330 |
477 | 331 ;;;###autoload |
4092
e72012acb5fb
(gud-debugger-startup): Replaced with gud-massage-args.
Roland McGrath <roland@gnu.org>
parents:
4016
diff
changeset
|
332 (defun gdb (command-line) |
460 | 333 "Run gdb on program FILE in buffer *gud-FILE*. |
334 The directory containing FILE becomes the initial working directory | |
335 and source-file directory for your debugger." | |
3930
ac686479ca51
* gud.el: Add history lists to the debugging commands, so we don't
Jim Blandy <jimb@redhat.com>
parents:
3745
diff
changeset
|
336 (interactive |
15819
4ab015189fd1
(gdb): Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents:
15805
diff
changeset
|
337 (list (read-from-minibuffer "Run gdb (like this): " |
4ab015189fd1
(gdb): Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents:
15805
diff
changeset
|
338 (if (consp gud-gdb-history) |
4ab015189fd1
(gdb): Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents:
15805
diff
changeset
|
339 (car gud-gdb-history) |
4ab015189fd1
(gdb): Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents:
15805
diff
changeset
|
340 "gdb ") |
4ab015189fd1
(gdb): Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents:
15805
diff
changeset
|
341 gdb-minibuffer-local-map nil |
4ab015189fd1
(gdb): Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents:
15805
diff
changeset
|
342 '(gud-gdb-history . 1)))) |
460 | 343 |
9190
4e66c15e2d6c
(gud-overload-functions): Function deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8645
diff
changeset
|
344 (gud-common-init command-line 'gud-gdb-massage-args |
4e66c15e2d6c
(gud-overload-functions): Function deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8645
diff
changeset
|
345 'gud-gdb-marker-filter 'gud-gdb-find-file) |
2581
839d67a1dc58
Set no-byte-compile local variable t to work around a byte-compiler bug.
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2532
diff
changeset
|
346 |
2960
372386917f03
(gud-def): Fix inclusion of the define-key.
Richard M. Stallman <rms@gnu.org>
parents:
2594
diff
changeset
|
347 (gud-def gud-break "break %f:%l" "\C-b" "Set breakpoint at current line.") |
10203
c1f7894118f9
(gud-irixdbx-marker-filter): Changes for Irix dbx.
Richard M. Stallman <rms@gnu.org>
parents:
10095
diff
changeset
|
348 (gud-def gud-tbreak "tbreak %f:%l" "\C-t" "Set temporary breakpoint at current line.") |
10518
d291152ebe20
(gdb): In gud-remove, specify the source file.
Richard M. Stallman <rms@gnu.org>
parents:
10448
diff
changeset
|
349 (gud-def gud-remove "clear %f:%l" "\C-d" "Remove breakpoint at current line") |
2960
372386917f03
(gud-def): Fix inclusion of the define-key.
Richard M. Stallman <rms@gnu.org>
parents:
2594
diff
changeset
|
350 (gud-def gud-step "step %p" "\C-s" "Step one source line with display.") |
372386917f03
(gud-def): Fix inclusion of the define-key.
Richard M. Stallman <rms@gnu.org>
parents:
2594
diff
changeset
|
351 (gud-def gud-stepi "stepi %p" "\C-i" "Step one instruction with display.") |
372386917f03
(gud-def): Fix inclusion of the define-key.
Richard M. Stallman <rms@gnu.org>
parents:
2594
diff
changeset
|
352 (gud-def gud-next "next %p" "\C-n" "Step one line (skip functions).") |
372386917f03
(gud-def): Fix inclusion of the define-key.
Richard M. Stallman <rms@gnu.org>
parents:
2594
diff
changeset
|
353 (gud-def gud-cont "cont" "\C-r" "Continue with display.") |
372386917f03
(gud-def): Fix inclusion of the define-key.
Richard M. Stallman <rms@gnu.org>
parents:
2594
diff
changeset
|
354 (gud-def gud-finish "finish" "\C-f" "Finish executing current function.") |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
355 (gud-def gud-up "up %p" "<" "Up N stack frames (numeric arg).") |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
356 (gud-def gud-down "down %p" ">" "Down N stack frames (numeric arg).") |
2960
372386917f03
(gud-def): Fix inclusion of the define-key.
Richard M. Stallman <rms@gnu.org>
parents:
2594
diff
changeset
|
357 (gud-def gud-print "print %e" "\C-p" "Evaluate C expression at point.") |
460 | 358 |
6531
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
359 (local-set-key "\C-i" 'gud-gdb-complete-command) |
12032
b60e87249b27
Fix capitalization in menu bar.
Karl Heuer <kwzh@gnu.org>
parents:
12004
diff
changeset
|
360 (local-set-key [menu-bar debug tbreak] '("Temporary Breakpoint" . gud-tbreak)) |
b60e87249b27
Fix capitalization in menu bar.
Karl Heuer <kwzh@gnu.org>
parents:
12004
diff
changeset
|
361 (local-set-key [menu-bar debug finish] '("Finish Function" . gud-finish)) |
b60e87249b27
Fix capitalization in menu bar.
Karl Heuer <kwzh@gnu.org>
parents:
12004
diff
changeset
|
362 (local-set-key [menu-bar debug up] '("Up Stack" . gud-up)) |
b60e87249b27
Fix capitalization in menu bar.
Karl Heuer <kwzh@gnu.org>
parents:
12004
diff
changeset
|
363 (local-set-key [menu-bar debug down] '("Down Stack" . gud-down)) |
460 | 364 (setq comint-prompt-regexp "^(.*gdb[+]?) *") |
6997
efca30974157
(gdb, sdb, dbx, xdb, perldb): Set paragraph-start.
Richard M. Stallman <rms@gnu.org>
parents:
6821
diff
changeset
|
365 (setq paragraph-start comint-prompt-regexp) |
460 | 366 (run-hooks 'gdb-mode-hook) |
367 ) | |
368 | |
6531
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
369 ;; One of the nice features of GDB is its impressive support for |
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
370 ;; context-sensitive command completion. We preserve that feature |
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
371 ;; in the GUD buffer by using a GDB command designed just for Emacs. |
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
372 |
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
373 ;; The completion process filter indicates when it is finished. |
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
374 (defvar gud-gdb-complete-in-progress) |
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
375 |
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
376 ;; Since output may arrive in fragments we accumulate partials strings here. |
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
377 (defvar gud-gdb-complete-string) |
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
378 |
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
379 ;; We need to know how much of the completion to chop off. |
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
380 (defvar gud-gdb-complete-break) |
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
381 |
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
382 ;; The completion list is constructed by the process filter. |
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
383 (defvar gud-gdb-complete-list) |
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
384 |
6535
01db0be5fec8
(gud-comint-buffer): Move defvar up.
Richard M. Stallman <rms@gnu.org>
parents:
6531
diff
changeset
|
385 (defvar gud-comint-buffer nil) |
01db0be5fec8
(gud-comint-buffer): Move defvar up.
Richard M. Stallman <rms@gnu.org>
parents:
6531
diff
changeset
|
386 |
6531
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
387 (defun gud-gdb-complete-command () |
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
388 "Perform completion on the GDB command preceding point. |
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
389 This is implemented using the GDB `complete' command which isn't |
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
390 available with older versions of GDB." |
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
391 (interactive) |
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
392 (let* ((end (point)) |
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
393 (command (save-excursion |
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
394 (beginning-of-line) |
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
395 (and (looking-at comint-prompt-regexp) |
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
396 (goto-char (match-end 0))) |
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
397 (buffer-substring (point) end))) |
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
398 command-word) |
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
399 ;; Find the word break. This match will always succeed. |
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
400 (string-match "\\(\\`\\| \\)\\([^ ]*\\)\\'" command) |
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
401 (setq gud-gdb-complete-break (match-beginning 2) |
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
402 command-word (substring command gud-gdb-complete-break)) |
9190
4e66c15e2d6c
(gud-overload-functions): Function deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8645
diff
changeset
|
403 ;; Temporarily install our filter function. |
4e66c15e2d6c
(gud-overload-functions): Function deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8645
diff
changeset
|
404 (let ((gud-marker-filter 'gud-gdb-complete-filter)) |
4e66c15e2d6c
(gud-overload-functions): Function deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8645
diff
changeset
|
405 ;; Issue the command to GDB. |
4e66c15e2d6c
(gud-overload-functions): Function deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8645
diff
changeset
|
406 (gud-basic-call (concat "complete " command)) |
4e66c15e2d6c
(gud-overload-functions): Function deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8645
diff
changeset
|
407 (setq gud-gdb-complete-in-progress t |
4e66c15e2d6c
(gud-overload-functions): Function deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8645
diff
changeset
|
408 gud-gdb-complete-string nil |
4e66c15e2d6c
(gud-overload-functions): Function deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8645
diff
changeset
|
409 gud-gdb-complete-list nil) |
4e66c15e2d6c
(gud-overload-functions): Function deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8645
diff
changeset
|
410 ;; Slurp the output. |
4e66c15e2d6c
(gud-overload-functions): Function deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8645
diff
changeset
|
411 (while gud-gdb-complete-in-progress |
4e66c15e2d6c
(gud-overload-functions): Function deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8645
diff
changeset
|
412 (accept-process-output (get-buffer-process gud-comint-buffer)))) |
6531
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
413 ;; Protect against old versions of GDB. |
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
414 (and gud-gdb-complete-list |
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
415 (string-match "^Undefined command: \"complete\"" |
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
416 (car gud-gdb-complete-list)) |
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
417 (error "This version of GDB doesn't support the `complete' command.")) |
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
418 ;; Sort the list like readline. |
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
419 (setq gud-gdb-complete-list |
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
420 (sort gud-gdb-complete-list (function string-lessp))) |
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
421 ;; Remove duplicates. |
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
422 (let ((first gud-gdb-complete-list) |
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
423 (second (cdr gud-gdb-complete-list))) |
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
424 (while second |
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
425 (if (string-equal (car first) (car second)) |
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
426 (setcdr first (setq second (cdr second))) |
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
427 (setq first second |
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
428 second (cdr second))))) |
9816
433b0117220b
(gud-gdb-complete-command): Add a trailing single quote to partially quoted
Karl Heuer <kwzh@gnu.org>
parents:
9743
diff
changeset
|
429 ;; Add a trailing single quote if there is a unique completion |
433b0117220b
(gud-gdb-complete-command): Add a trailing single quote to partially quoted
Karl Heuer <kwzh@gnu.org>
parents:
9743
diff
changeset
|
430 ;; and it contains an odd number of unquoted single quotes. |
433b0117220b
(gud-gdb-complete-command): Add a trailing single quote to partially quoted
Karl Heuer <kwzh@gnu.org>
parents:
9743
diff
changeset
|
431 (and (= (length gud-gdb-complete-list) 1) |
433b0117220b
(gud-gdb-complete-command): Add a trailing single quote to partially quoted
Karl Heuer <kwzh@gnu.org>
parents:
9743
diff
changeset
|
432 (let ((str (car gud-gdb-complete-list)) |
433b0117220b
(gud-gdb-complete-command): Add a trailing single quote to partially quoted
Karl Heuer <kwzh@gnu.org>
parents:
9743
diff
changeset
|
433 (pos 0) |
433b0117220b
(gud-gdb-complete-command): Add a trailing single quote to partially quoted
Karl Heuer <kwzh@gnu.org>
parents:
9743
diff
changeset
|
434 (count 0)) |
433b0117220b
(gud-gdb-complete-command): Add a trailing single quote to partially quoted
Karl Heuer <kwzh@gnu.org>
parents:
9743
diff
changeset
|
435 (while (string-match "\\([^'\\]\\|\\\\'\\)*'" str pos) |
433b0117220b
(gud-gdb-complete-command): Add a trailing single quote to partially quoted
Karl Heuer <kwzh@gnu.org>
parents:
9743
diff
changeset
|
436 (setq count (1+ count) |
433b0117220b
(gud-gdb-complete-command): Add a trailing single quote to partially quoted
Karl Heuer <kwzh@gnu.org>
parents:
9743
diff
changeset
|
437 pos (match-end 0))) |
433b0117220b
(gud-gdb-complete-command): Add a trailing single quote to partially quoted
Karl Heuer <kwzh@gnu.org>
parents:
9743
diff
changeset
|
438 (and (= (mod count 2) 1) |
433b0117220b
(gud-gdb-complete-command): Add a trailing single quote to partially quoted
Karl Heuer <kwzh@gnu.org>
parents:
9743
diff
changeset
|
439 (setq gud-gdb-complete-list (list (concat str "'")))))) |
6531
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
440 ;; Let comint handle the rest. |
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
441 (comint-dynamic-simple-complete command-word gud-gdb-complete-list))) |
22159
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
442 |
6531
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
443 ;; The completion process filter is installed temporarily to slurp the |
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
444 ;; output of GDB up to the next prompt and build the completion list. |
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
445 (defun gud-gdb-complete-filter (string) |
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
446 (setq string (concat gud-gdb-complete-string string)) |
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
447 (while (string-match "\n" string) |
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
448 (setq gud-gdb-complete-list |
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
449 (cons (substring string gud-gdb-complete-break (match-beginning 0)) |
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
450 gud-gdb-complete-list)) |
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
451 (setq string (substring string (match-end 0)))) |
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
452 (if (string-match comint-prompt-regexp string) |
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
453 (progn |
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
454 (setq gud-gdb-complete-in-progress nil) |
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
455 string) |
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
456 (progn |
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
457 (setq gud-gdb-complete-string string) |
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
458 ""))) |
bd13d17fb770
(gud-gdb-complete-command): New defun to support true
Richard M. Stallman <rms@gnu.org>
parents:
6361
diff
changeset
|
459 |
20756
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
460 ;; gdb speedbar functions |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
461 |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
462 (defun gud-gdb-goto-stackframe (text token indent) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
463 "Goto the stackframe described by TEXT, TOKEN, and INDENT." |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
464 (speedbar-with-attached-buffer |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
465 (gud-basic-call (concat "frame " (nth 1 token))) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
466 (sit-for 1))) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
467 |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
468 (defvar gud-gdb-fetched-stack-frame nil |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
469 "Stack frames we are fetching from GDB.") |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
470 |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
471 (defvar gud-gdb-fetched-stack-frame-list nil |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
472 "List of stack frames we are fetching from GDB.") |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
473 |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
474 ;(defun gud-gdb-get-scope-data (text token indent) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
475 ; ;; checkdoc-params: (indent) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
476 ; "Fetch data associated with a stack frame, and expand/contract it. |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
477 ;Data to do this is retrieved from TEXT and TOKEN." |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
478 ; (let ((args nil) (scope nil)) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
479 ; (gud-gdb-run-command-fetch-lines "info args") |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
480 ; |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
481 ; (gud-gdb-run-command-fetch-lines "info local") |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
482 ; |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
483 ; )) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
484 |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
485 (defun gud-gdb-get-stackframe (buffer) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
486 "Extract the current stack frame out of the GUD GDB BUFFER." |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
487 (let ((newlst nil) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
488 (gud-gdb-fetched-stack-frame-list nil)) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
489 (gud-gdb-run-command-fetch-lines "backtrace" buffer) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
490 (if (string-match "No stack" (car gud-gdb-fetched-stack-frame-list)) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
491 ;; Go into some other mode??? |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
492 nil |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
493 (while gud-gdb-fetched-stack-frame-list |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
494 (let ((e (car gud-gdb-fetched-stack-frame-list)) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
495 (name nil) (num nil)) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
496 (if (not (or |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
497 (string-match "^#\\([0-9]+\\) +[0-9a-fx]+ in \\([0-9a-zA-Z_]+\\) (" e) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
498 (string-match "^#\\([0-9]+\\) +\\([0-9a-zA-Z_]+\\) (" e))) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
499 (if (not (string-match |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
500 "at \\([-0-9a-zA-Z_.]+\\):\\([0-9]+\\)$" e)) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
501 nil |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
502 (setcar newlst |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
503 (list (nth 0 (car newlst)) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
504 (nth 1 (car newlst)) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
505 (match-string 1 e) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
506 (match-string 2 e)))) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
507 (setq num (match-string 1 e) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
508 name (match-string 2 e)) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
509 (setq newlst |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
510 (cons |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
511 (if (string-match |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
512 "at \\([-0-9a-zA-Z_.]+\\):\\([0-9]+\\)$" e) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
513 (list name num (match-string 1 e) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
514 (match-string 2 e)) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
515 (list name num)) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
516 newlst)))) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
517 (setq gud-gdb-fetched-stack-frame-list |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
518 (cdr gud-gdb-fetched-stack-frame-list))) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
519 (nreverse newlst)))) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
520 |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
521 ;(defun gud-gdb-selected-frame-info (buffer) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
522 ; "Learn GDB information for the currently selected stack frame in BUFFER." |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
523 ; ) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
524 |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
525 (defun gud-gdb-run-command-fetch-lines (command buffer) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
526 "Run COMMAND, and return when `gud-gdb-fetched-stack-frame-list' is full. |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
527 BUFFER is the GUD buffer in which to run the command." |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
528 (save-excursion |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
529 (set-buffer buffer) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
530 (if (save-excursion |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
531 (goto-char (point-max)) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
532 (beginning-of-line) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
533 (not (looking-at comint-prompt-regexp))) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
534 nil |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
535 ;; Much of this copied from GDB complete, but I'm grabbing the stack |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
536 ;; frame instead. |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
537 (let ((gud-marker-filter 'gud-gdb-speedbar-stack-filter)) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
538 ;; Issue the command to GDB. |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
539 (gud-basic-call command) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
540 (setq gud-gdb-complete-in-progress t ;; use this flag for our purposes. |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
541 gud-gdb-complete-string nil |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
542 gud-gdb-complete-list nil) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
543 ;; Slurp the output. |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
544 (while gud-gdb-complete-in-progress |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
545 (accept-process-output (get-buffer-process gud-comint-buffer))) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
546 (setq gud-gdb-fetched-stack-frame nil |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
547 gud-gdb-fetched-stack-frame-list |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
548 (nreverse gud-gdb-fetched-stack-frame-list)))))) |
22159
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
549 |
20756
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
550 (defun gud-gdb-speedbar-stack-filter (string) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
551 ;; checkdoc-params: (string) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
552 "Filter used to read in the current GDB stack." |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
553 (setq string (concat gud-gdb-fetched-stack-frame string)) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
554 (while (string-match "\n" string) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
555 (setq gud-gdb-fetched-stack-frame-list |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
556 (cons (substring string 0 (match-beginning 0)) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
557 gud-gdb-fetched-stack-frame-list)) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
558 (setq string (substring string (match-end 0)))) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
559 (if (string-match comint-prompt-regexp string) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
560 (progn |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
561 (setq gud-gdb-complete-in-progress nil) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
562 string) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
563 (progn |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
564 (setq gud-gdb-complete-string string) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
565 ""))) |
eccadd41e2a5
Added gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam <zappo@gnu.org>
parents:
20425
diff
changeset
|
566 |
4729
fdbcbaea7296
(perldb): New function, plus subroutines.
Richard M. Stallman <rms@gnu.org>
parents:
4497
diff
changeset
|
567 |
460 | 568 ;; ====================================================================== |
569 ;; sdb functions | |
570 | |
3930
ac686479ca51
* gud.el: Add history lists to the debugging commands, so we don't
Jim Blandy <jimb@redhat.com>
parents:
3745
diff
changeset
|
571 ;;; History of argument lists passed to sdb. |
ac686479ca51
* gud.el: Add history lists to the debugging commands, so we don't
Jim Blandy <jimb@redhat.com>
parents:
3745
diff
changeset
|
572 (defvar gud-sdb-history nil) |
ac686479ca51
* gud.el: Add history lists to the debugging commands, so we don't
Jim Blandy <jimb@redhat.com>
parents:
3745
diff
changeset
|
573 |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
574 (defvar gud-sdb-needs-tags (not (file-exists-p "/var")) |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
575 "If nil, we're on a System V Release 4 and don't need the tags hack.") |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
576 |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
577 (defvar gud-sdb-lastfile nil) |
460 | 578 |
10876
715419786d7f
(gud-common-init): Put substed file name back in original
Richard M. Stallman <rms@gnu.org>
parents:
10518
diff
changeset
|
579 (defun gud-sdb-massage-args (file args) args) |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
580 |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
581 (defun gud-sdb-marker-filter (string) |
10319
bf67e2fdd393
(gud-dbx-marker-filter): Use gud-marker-acc like gud-gdb-marker-filter.
Richard M. Stallman <rms@gnu.org>
parents:
10217
diff
changeset
|
582 (setq gud-marker-acc |
bf67e2fdd393
(gud-dbx-marker-filter): Use gud-marker-acc like gud-gdb-marker-filter.
Richard M. Stallman <rms@gnu.org>
parents:
10217
diff
changeset
|
583 (if gud-marker-acc (concat gud-marker-acc string) string)) |
bf67e2fdd393
(gud-dbx-marker-filter): Use gud-marker-acc like gud-gdb-marker-filter.
Richard M. Stallman <rms@gnu.org>
parents:
10217
diff
changeset
|
584 (let (start) |
bf67e2fdd393
(gud-dbx-marker-filter): Use gud-marker-acc like gud-gdb-marker-filter.
Richard M. Stallman <rms@gnu.org>
parents:
10217
diff
changeset
|
585 ;; Process all complete markers in this chunk |
22159
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
586 (while |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
587 (cond |
10319
bf67e2fdd393
(gud-dbx-marker-filter): Use gud-marker-acc like gud-gdb-marker-filter.
Richard M. Stallman <rms@gnu.org>
parents:
10217
diff
changeset
|
588 ;; System V Release 3.2 uses this format |
13797
d00c8f107a39
(gud-sdb-marker-filter): Modify the regexp for sysVR3 to
Karl Heuer <kwzh@gnu.org>
parents:
13681
diff
changeset
|
589 ((string-match "\\(^\\|\n\\)\\*?\\(0x\\w* in \\)?\\([^:\n]*\\):\\([0-9]*\\):.*\n" |
10319
bf67e2fdd393
(gud-dbx-marker-filter): Use gud-marker-acc like gud-gdb-marker-filter.
Richard M. Stallman <rms@gnu.org>
parents:
10217
diff
changeset
|
590 gud-marker-acc start) |
bf67e2fdd393
(gud-dbx-marker-filter): Use gud-marker-acc like gud-gdb-marker-filter.
Richard M. Stallman <rms@gnu.org>
parents:
10217
diff
changeset
|
591 (setq gud-last-frame |
bf67e2fdd393
(gud-dbx-marker-filter): Use gud-marker-acc like gud-gdb-marker-filter.
Richard M. Stallman <rms@gnu.org>
parents:
10217
diff
changeset
|
592 (cons |
13797
d00c8f107a39
(gud-sdb-marker-filter): Modify the regexp for sysVR3 to
Karl Heuer <kwzh@gnu.org>
parents:
13681
diff
changeset
|
593 (substring gud-marker-acc (match-beginning 3) (match-end 3)) |
22159
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
594 (string-to-int |
13797
d00c8f107a39
(gud-sdb-marker-filter): Modify the regexp for sysVR3 to
Karl Heuer <kwzh@gnu.org>
parents:
13681
diff
changeset
|
595 (substring gud-marker-acc (match-beginning 4) (match-end 4)))))) |
10319
bf67e2fdd393
(gud-dbx-marker-filter): Use gud-marker-acc like gud-gdb-marker-filter.
Richard M. Stallman <rms@gnu.org>
parents:
10217
diff
changeset
|
596 ;; System V Release 4.0 quite often clumps two lines together |
22159
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
597 ((string-match "^\\(BREAKPOINT\\|STEPPED\\) process [0-9]+ function [^ ]+ in \\(.+\\)\n\\([0-9]+\\):" |
10319
bf67e2fdd393
(gud-dbx-marker-filter): Use gud-marker-acc like gud-gdb-marker-filter.
Richard M. Stallman <rms@gnu.org>
parents:
10217
diff
changeset
|
598 gud-marker-acc start) |
bf67e2fdd393
(gud-dbx-marker-filter): Use gud-marker-acc like gud-gdb-marker-filter.
Richard M. Stallman <rms@gnu.org>
parents:
10217
diff
changeset
|
599 (setq gud-sdb-lastfile |
bf67e2fdd393
(gud-dbx-marker-filter): Use gud-marker-acc like gud-gdb-marker-filter.
Richard M. Stallman <rms@gnu.org>
parents:
10217
diff
changeset
|
600 (substring gud-marker-acc (match-beginning 2) (match-end 2))) |
bf67e2fdd393
(gud-dbx-marker-filter): Use gud-marker-acc like gud-gdb-marker-filter.
Richard M. Stallman <rms@gnu.org>
parents:
10217
diff
changeset
|
601 (setq gud-last-frame |
bf67e2fdd393
(gud-dbx-marker-filter): Use gud-marker-acc like gud-gdb-marker-filter.
Richard M. Stallman <rms@gnu.org>
parents:
10217
diff
changeset
|
602 (cons |
bf67e2fdd393
(gud-dbx-marker-filter): Use gud-marker-acc like gud-gdb-marker-filter.
Richard M. Stallman <rms@gnu.org>
parents:
10217
diff
changeset
|
603 gud-sdb-lastfile |
22159
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
604 (string-to-int |
10319
bf67e2fdd393
(gud-dbx-marker-filter): Use gud-marker-acc like gud-gdb-marker-filter.
Richard M. Stallman <rms@gnu.org>
parents:
10217
diff
changeset
|
605 (substring gud-marker-acc (match-beginning 3) (match-end 3)))))) |
22159
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
606 ;; System V Release 4.0 |
10319
bf67e2fdd393
(gud-dbx-marker-filter): Use gud-marker-acc like gud-gdb-marker-filter.
Richard M. Stallman <rms@gnu.org>
parents:
10217
diff
changeset
|
607 ((string-match "^\\(BREAKPOINT\\|STEPPED\\) process [0-9]+ function [^ ]+ in \\(.+\\)\n" |
bf67e2fdd393
(gud-dbx-marker-filter): Use gud-marker-acc like gud-gdb-marker-filter.
Richard M. Stallman <rms@gnu.org>
parents:
10217
diff
changeset
|
608 gud-marker-acc start) |
bf67e2fdd393
(gud-dbx-marker-filter): Use gud-marker-acc like gud-gdb-marker-filter.
Richard M. Stallman <rms@gnu.org>
parents:
10217
diff
changeset
|
609 (setq gud-sdb-lastfile |
bf67e2fdd393
(gud-dbx-marker-filter): Use gud-marker-acc like gud-gdb-marker-filter.
Richard M. Stallman <rms@gnu.org>
parents:
10217
diff
changeset
|
610 (substring gud-marker-acc (match-beginning 2) (match-end 2)))) |
bf67e2fdd393
(gud-dbx-marker-filter): Use gud-marker-acc like gud-gdb-marker-filter.
Richard M. Stallman <rms@gnu.org>
parents:
10217
diff
changeset
|
611 ((and gud-sdb-lastfile (string-match "^\\([0-9]+\\):" |
bf67e2fdd393
(gud-dbx-marker-filter): Use gud-marker-acc like gud-gdb-marker-filter.
Richard M. Stallman <rms@gnu.org>
parents:
10217
diff
changeset
|
612 gud-marker-acc start)) |
bf67e2fdd393
(gud-dbx-marker-filter): Use gud-marker-acc like gud-gdb-marker-filter.
Richard M. Stallman <rms@gnu.org>
parents:
10217
diff
changeset
|
613 (setq gud-last-frame |
bf67e2fdd393
(gud-dbx-marker-filter): Use gud-marker-acc like gud-gdb-marker-filter.
Richard M. Stallman <rms@gnu.org>
parents:
10217
diff
changeset
|
614 (cons |
bf67e2fdd393
(gud-dbx-marker-filter): Use gud-marker-acc like gud-gdb-marker-filter.
Richard M. Stallman <rms@gnu.org>
parents:
10217
diff
changeset
|
615 gud-sdb-lastfile |
22159
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
616 (string-to-int |
10319
bf67e2fdd393
(gud-dbx-marker-filter): Use gud-marker-acc like gud-gdb-marker-filter.
Richard M. Stallman <rms@gnu.org>
parents:
10217
diff
changeset
|
617 (substring gud-marker-acc (match-beginning 1) (match-end 1)))))) |
22159
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
618 (t |
10319
bf67e2fdd393
(gud-dbx-marker-filter): Use gud-marker-acc like gud-gdb-marker-filter.
Richard M. Stallman <rms@gnu.org>
parents:
10217
diff
changeset
|
619 (setq gud-sdb-lastfile nil))) |
bf67e2fdd393
(gud-dbx-marker-filter): Use gud-marker-acc like gud-gdb-marker-filter.
Richard M. Stallman <rms@gnu.org>
parents:
10217
diff
changeset
|
620 (setq start (match-end 0))) |
bf67e2fdd393
(gud-dbx-marker-filter): Use gud-marker-acc like gud-gdb-marker-filter.
Richard M. Stallman <rms@gnu.org>
parents:
10217
diff
changeset
|
621 |
bf67e2fdd393
(gud-dbx-marker-filter): Use gud-marker-acc like gud-gdb-marker-filter.
Richard M. Stallman <rms@gnu.org>
parents:
10217
diff
changeset
|
622 ;; Search for the last incomplete line in this chunk |
bf67e2fdd393
(gud-dbx-marker-filter): Use gud-marker-acc like gud-gdb-marker-filter.
Richard M. Stallman <rms@gnu.org>
parents:
10217
diff
changeset
|
623 (while (string-match "\n" gud-marker-acc start) |
bf67e2fdd393
(gud-dbx-marker-filter): Use gud-marker-acc like gud-gdb-marker-filter.
Richard M. Stallman <rms@gnu.org>
parents:
10217
diff
changeset
|
624 (setq start (match-end 0))) |
bf67e2fdd393
(gud-dbx-marker-filter): Use gud-marker-acc like gud-gdb-marker-filter.
Richard M. Stallman <rms@gnu.org>
parents:
10217
diff
changeset
|
625 |
bf67e2fdd393
(gud-dbx-marker-filter): Use gud-marker-acc like gud-gdb-marker-filter.
Richard M. Stallman <rms@gnu.org>
parents:
10217
diff
changeset
|
626 ;; If we have an incomplete line, store it in gud-marker-acc. |
13797
d00c8f107a39
(gud-sdb-marker-filter): Modify the regexp for sysVR3 to
Karl Heuer <kwzh@gnu.org>
parents:
13681
diff
changeset
|
627 (setq gud-marker-acc (substring gud-marker-acc (or start 0)))) |
460 | 628 string) |
629 | |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
630 (defun gud-sdb-find-file (f) |
10448
ec596f12f13f
(gud-gdb-find-file): Propagate debug menu to found buffers.
Richard M. Stallman <rms@gnu.org>
parents:
10447
diff
changeset
|
631 (save-excursion |
ec596f12f13f
(gud-gdb-find-file): Propagate debug menu to found buffers.
Richard M. Stallman <rms@gnu.org>
parents:
10447
diff
changeset
|
632 (let ((buf (if gud-sdb-needs-tags |
ec596f12f13f
(gud-gdb-find-file): Propagate debug menu to found buffers.
Richard M. Stallman <rms@gnu.org>
parents:
10447
diff
changeset
|
633 (find-tag-noselect f) |
ec596f12f13f
(gud-gdb-find-file): Propagate debug menu to found buffers.
Richard M. Stallman <rms@gnu.org>
parents:
10447
diff
changeset
|
634 (find-file-noselect f)))) |
ec596f12f13f
(gud-gdb-find-file): Propagate debug menu to found buffers.
Richard M. Stallman <rms@gnu.org>
parents:
10447
diff
changeset
|
635 (set-buffer buf) |
12002
9d22f732d7d8
(gud-make-debug-menu): New function.
Karl Heuer <kwzh@gnu.org>
parents:
11960
diff
changeset
|
636 (gud-make-debug-menu) |
12032
b60e87249b27
Fix capitalization in menu bar.
Karl Heuer <kwzh@gnu.org>
parents:
12004
diff
changeset
|
637 (local-set-key [menu-bar debug tbreak] '("Temporary Breakpoint" . gud-tbreak)) |
10448
ec596f12f13f
(gud-gdb-find-file): Propagate debug menu to found buffers.
Richard M. Stallman <rms@gnu.org>
parents:
10447
diff
changeset
|
638 buf))) |
460 | 639 |
477 | 640 ;;;###autoload |
4092
e72012acb5fb
(gud-debugger-startup): Replaced with gud-massage-args.
Roland McGrath <roland@gnu.org>
parents:
4016
diff
changeset
|
641 (defun sdb (command-line) |
460 | 642 "Run sdb on program FILE in buffer *gud-FILE*. |
643 The directory containing FILE becomes the initial working directory | |
644 and source-file directory for your debugger." | |
3930
ac686479ca51
* gud.el: Add history lists to the debugging commands, so we don't
Jim Blandy <jimb@redhat.com>
parents:
3745
diff
changeset
|
645 (interactive |
4092
e72012acb5fb
(gud-debugger-startup): Replaced with gud-massage-args.
Roland McGrath <roland@gnu.org>
parents:
4016
diff
changeset
|
646 (list (read-from-minibuffer "Run sdb (like this): " |
3930
ac686479ca51
* gud.el: Add history lists to the debugging commands, so we don't
Jim Blandy <jimb@redhat.com>
parents:
3745
diff
changeset
|
647 (if (consp gud-sdb-history) |
ac686479ca51
* gud.el: Add history lists to the debugging commands, so we don't
Jim Blandy <jimb@redhat.com>
parents:
3745
diff
changeset
|
648 (car gud-sdb-history) |
4092
e72012acb5fb
(gud-debugger-startup): Replaced with gud-massage-args.
Roland McGrath <roland@gnu.org>
parents:
4016
diff
changeset
|
649 "sdb ") |
3930
ac686479ca51
* gud.el: Add history lists to the debugging commands, so we don't
Jim Blandy <jimb@redhat.com>
parents:
3745
diff
changeset
|
650 nil nil |
ac686479ca51
* gud.el: Add history lists to the debugging commands, so we don't
Jim Blandy <jimb@redhat.com>
parents:
3745
diff
changeset
|
651 '(gud-sdb-history . 1)))) |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
652 (if (and gud-sdb-needs-tags |
7461
1ce5d720b347
(sdb): Handle tags-file-name as nil.
Richard M. Stallman <rms@gnu.org>
parents:
7429
diff
changeset
|
653 (not (and (boundp 'tags-file-name) |
1ce5d720b347
(sdb): Handle tags-file-name as nil.
Richard M. Stallman <rms@gnu.org>
parents:
7429
diff
changeset
|
654 (stringp tags-file-name) |
1ce5d720b347
(sdb): Handle tags-file-name as nil.
Richard M. Stallman <rms@gnu.org>
parents:
7429
diff
changeset
|
655 (file-exists-p tags-file-name)))) |
460 | 656 (error "The sdb support requires a valid tags table to work.")) |
657 | |
9190
4e66c15e2d6c
(gud-overload-functions): Function deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8645
diff
changeset
|
658 (gud-common-init command-line 'gud-sdb-massage-args |
4e66c15e2d6c
(gud-overload-functions): Function deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8645
diff
changeset
|
659 'gud-sdb-marker-filter 'gud-sdb-find-file) |
2581
839d67a1dc58
Set no-byte-compile local variable t to work around a byte-compiler bug.
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2532
diff
changeset
|
660 |
2960
372386917f03
(gud-def): Fix inclusion of the define-key.
Richard M. Stallman <rms@gnu.org>
parents:
2594
diff
changeset
|
661 (gud-def gud-break "%l b" "\C-b" "Set breakpoint at current line.") |
372386917f03
(gud-def): Fix inclusion of the define-key.
Richard M. Stallman <rms@gnu.org>
parents:
2594
diff
changeset
|
662 (gud-def gud-tbreak "%l c" "\C-t" "Set temporary breakpoint at current line.") |
372386917f03
(gud-def): Fix inclusion of the define-key.
Richard M. Stallman <rms@gnu.org>
parents:
2594
diff
changeset
|
663 (gud-def gud-remove "%l d" "\C-d" "Remove breakpoint at current line") |
372386917f03
(gud-def): Fix inclusion of the define-key.
Richard M. Stallman <rms@gnu.org>
parents:
2594
diff
changeset
|
664 (gud-def gud-step "s %p" "\C-s" "Step one source line with display.") |
372386917f03
(gud-def): Fix inclusion of the define-key.
Richard M. Stallman <rms@gnu.org>
parents:
2594
diff
changeset
|
665 (gud-def gud-stepi "i %p" "\C-i" "Step one instruction with display.") |
372386917f03
(gud-def): Fix inclusion of the define-key.
Richard M. Stallman <rms@gnu.org>
parents:
2594
diff
changeset
|
666 (gud-def gud-next "S %p" "\C-n" "Step one line (skip functions).") |
372386917f03
(gud-def): Fix inclusion of the define-key.
Richard M. Stallman <rms@gnu.org>
parents:
2594
diff
changeset
|
667 (gud-def gud-cont "c" "\C-r" "Continue with display.") |
372386917f03
(gud-def): Fix inclusion of the define-key.
Richard M. Stallman <rms@gnu.org>
parents:
2594
diff
changeset
|
668 (gud-def gud-print "%e/" "\C-p" "Evaluate C expression at point.") |
460 | 669 |
1255 | 670 (setq comint-prompt-regexp "\\(^\\|\n\\)\\*") |
6997
efca30974157
(gdb, sdb, dbx, xdb, perldb): Set paragraph-start.
Richard M. Stallman <rms@gnu.org>
parents:
6821
diff
changeset
|
671 (setq paragraph-start comint-prompt-regexp) |
10217
d112e49af18b
(gdb): Correct tbreak doc string.
Richard M. Stallman <rms@gnu.org>
parents:
10203
diff
changeset
|
672 (local-set-key [menu-bar debug tbreak] |
12032
b60e87249b27
Fix capitalization in menu bar.
Karl Heuer <kwzh@gnu.org>
parents:
12004
diff
changeset
|
673 '("Temporary Breakpoint" . gud-tbreak)) |
460 | 674 (run-hooks 'sdb-mode-hook) |
675 ) | |
4729
fdbcbaea7296
(perldb): New function, plus subroutines.
Richard M. Stallman <rms@gnu.org>
parents:
4497
diff
changeset
|
676 |
460 | 677 ;; ====================================================================== |
678 ;; dbx functions | |
679 | |
3930
ac686479ca51
* gud.el: Add history lists to the debugging commands, so we don't
Jim Blandy <jimb@redhat.com>
parents:
3745
diff
changeset
|
680 ;;; History of argument lists passed to dbx. |
ac686479ca51
* gud.el: Add history lists to the debugging commands, so we don't
Jim Blandy <jimb@redhat.com>
parents:
3745
diff
changeset
|
681 (defvar gud-dbx-history nil) |
ac686479ca51
* gud.el: Add history lists to the debugging commands, so we don't
Jim Blandy <jimb@redhat.com>
parents:
3745
diff
changeset
|
682 |
17663
d2c64a1563f7
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
17658
diff
changeset
|
683 (defcustom gud-dbx-directories nil |
13288
2699145c01cb
(gud-dbx-directories): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
13190
diff
changeset
|
684 "*A list of directories that dbx should search for source code. |
2699145c01cb
(gud-dbx-directories): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
13190
diff
changeset
|
685 If nil, only source files in the program directory |
2699145c01cb
(gud-dbx-directories): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
13190
diff
changeset
|
686 will be known to dbx. |
2699145c01cb
(gud-dbx-directories): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
13190
diff
changeset
|
687 |
2699145c01cb
(gud-dbx-directories): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
13190
diff
changeset
|
688 The file names should be absolute, or relative to the directory |
17663
d2c64a1563f7
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
17658
diff
changeset
|
689 containing the executable being debugged." |
d2c64a1563f7
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
17658
diff
changeset
|
690 :type '(choice (const :tag "Current Directory" nil) |
d2c64a1563f7
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
17658
diff
changeset
|
691 (repeat :value ("") |
d2c64a1563f7
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
17658
diff
changeset
|
692 directory)) |
d2c64a1563f7
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
17658
diff
changeset
|
693 :group 'gud) |
13288
2699145c01cb
(gud-dbx-directories): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
13190
diff
changeset
|
694 |
2699145c01cb
(gud-dbx-directories): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
13190
diff
changeset
|
695 (defun gud-dbx-massage-args (file args) |
2699145c01cb
(gud-dbx-directories): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
13190
diff
changeset
|
696 (nconc (let ((directories gud-dbx-directories) |
2699145c01cb
(gud-dbx-directories): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
13190
diff
changeset
|
697 (result nil)) |
2699145c01cb
(gud-dbx-directories): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
13190
diff
changeset
|
698 (while directories |
2699145c01cb
(gud-dbx-directories): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
13190
diff
changeset
|
699 (setq result (cons (car directories) (cons "-I" result))) |
2699145c01cb
(gud-dbx-directories): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
13190
diff
changeset
|
700 (setq directories (cdr directories))) |
2699145c01cb
(gud-dbx-directories): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
13190
diff
changeset
|
701 (nreverse result)) |
2699145c01cb
(gud-dbx-directories): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
13190
diff
changeset
|
702 args)) |
2699145c01cb
(gud-dbx-directories): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
13190
diff
changeset
|
703 |
2699145c01cb
(gud-dbx-directories): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
13190
diff
changeset
|
704 (defun gud-dbx-file-name (f) |
2699145c01cb
(gud-dbx-directories): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
13190
diff
changeset
|
705 "Transform a relative file name to an absolute file name, for dbx." |
2699145c01cb
(gud-dbx-directories): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
13190
diff
changeset
|
706 (let ((result nil)) |
2699145c01cb
(gud-dbx-directories): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
13190
diff
changeset
|
707 (if (file-exists-p f) |
2699145c01cb
(gud-dbx-directories): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
13190
diff
changeset
|
708 (setq result (expand-file-name f)) |
2699145c01cb
(gud-dbx-directories): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
13190
diff
changeset
|
709 (let ((directories gud-dbx-directories)) |
2699145c01cb
(gud-dbx-directories): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
13190
diff
changeset
|
710 (while directories |
2699145c01cb
(gud-dbx-directories): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
13190
diff
changeset
|
711 (let ((path (concat (car directories) "/" f))) |
2699145c01cb
(gud-dbx-directories): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
13190
diff
changeset
|
712 (if (file-exists-p path) |
2699145c01cb
(gud-dbx-directories): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
13190
diff
changeset
|
713 (setq result (expand-file-name path) |
2699145c01cb
(gud-dbx-directories): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
13190
diff
changeset
|
714 directories nil))) |
2699145c01cb
(gud-dbx-directories): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
13190
diff
changeset
|
715 (setq directories (cdr directories))))) |
2699145c01cb
(gud-dbx-directories): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
13190
diff
changeset
|
716 result)) |
460 | 717 |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
718 (defun gud-dbx-marker-filter (string) |
10319
bf67e2fdd393
(gud-dbx-marker-filter): Use gud-marker-acc like gud-gdb-marker-filter.
Richard M. Stallman <rms@gnu.org>
parents:
10217
diff
changeset
|
719 (setq gud-marker-acc (if gud-marker-acc (concat gud-marker-acc string) string)) |
bf67e2fdd393
(gud-dbx-marker-filter): Use gud-marker-acc like gud-gdb-marker-filter.
Richard M. Stallman <rms@gnu.org>
parents:
10217
diff
changeset
|
720 |
bf67e2fdd393
(gud-dbx-marker-filter): Use gud-marker-acc like gud-gdb-marker-filter.
Richard M. Stallman <rms@gnu.org>
parents:
10217
diff
changeset
|
721 (let (start) |
bf67e2fdd393
(gud-dbx-marker-filter): Use gud-marker-acc like gud-gdb-marker-filter.
Richard M. Stallman <rms@gnu.org>
parents:
10217
diff
changeset
|
722 ;; Process all complete markers in this chunk. |
bf67e2fdd393
(gud-dbx-marker-filter): Use gud-marker-acc like gud-gdb-marker-filter.
Richard M. Stallman <rms@gnu.org>
parents:
10217
diff
changeset
|
723 (while (or (string-match |
bf67e2fdd393
(gud-dbx-marker-filter): Use gud-marker-acc like gud-gdb-marker-filter.
Richard M. Stallman <rms@gnu.org>
parents:
10217
diff
changeset
|
724 "stopped in .* at line \\([0-9]*\\) in file \"\\([^\"]*\\)\"" |
bf67e2fdd393
(gud-dbx-marker-filter): Use gud-marker-acc like gud-gdb-marker-filter.
Richard M. Stallman <rms@gnu.org>
parents:
10217
diff
changeset
|
725 gud-marker-acc start) |
bf67e2fdd393
(gud-dbx-marker-filter): Use gud-marker-acc like gud-gdb-marker-filter.
Richard M. Stallman <rms@gnu.org>
parents:
10217
diff
changeset
|
726 (string-match |
bf67e2fdd393
(gud-dbx-marker-filter): Use gud-marker-acc like gud-gdb-marker-filter.
Richard M. Stallman <rms@gnu.org>
parents:
10217
diff
changeset
|
727 "signal .* in .* at line \\([0-9]*\\) in file \"\\([^\"]*\\)\"" |
bf67e2fdd393
(gud-dbx-marker-filter): Use gud-marker-acc like gud-gdb-marker-filter.
Richard M. Stallman <rms@gnu.org>
parents:
10217
diff
changeset
|
728 gud-marker-acc start)) |
460 | 729 (setq gud-last-frame |
730 (cons | |
10319
bf67e2fdd393
(gud-dbx-marker-filter): Use gud-marker-acc like gud-gdb-marker-filter.
Richard M. Stallman <rms@gnu.org>
parents:
10217
diff
changeset
|
731 (substring gud-marker-acc (match-beginning 2) (match-end 2)) |
22159
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
732 (string-to-int |
10319
bf67e2fdd393
(gud-dbx-marker-filter): Use gud-marker-acc like gud-gdb-marker-filter.
Richard M. Stallman <rms@gnu.org>
parents:
10217
diff
changeset
|
733 (substring gud-marker-acc (match-beginning 1) (match-end 1)))) |
bf67e2fdd393
(gud-dbx-marker-filter): Use gud-marker-acc like gud-gdb-marker-filter.
Richard M. Stallman <rms@gnu.org>
parents:
10217
diff
changeset
|
734 start (match-end 0))) |
bf67e2fdd393
(gud-dbx-marker-filter): Use gud-marker-acc like gud-gdb-marker-filter.
Richard M. Stallman <rms@gnu.org>
parents:
10217
diff
changeset
|
735 |
bf67e2fdd393
(gud-dbx-marker-filter): Use gud-marker-acc like gud-gdb-marker-filter.
Richard M. Stallman <rms@gnu.org>
parents:
10217
diff
changeset
|
736 ;; Search for the last incomplete line in this chunk |
bf67e2fdd393
(gud-dbx-marker-filter): Use gud-marker-acc like gud-gdb-marker-filter.
Richard M. Stallman <rms@gnu.org>
parents:
10217
diff
changeset
|
737 (while (string-match "\n" gud-marker-acc start) |
bf67e2fdd393
(gud-dbx-marker-filter): Use gud-marker-acc like gud-gdb-marker-filter.
Richard M. Stallman <rms@gnu.org>
parents:
10217
diff
changeset
|
738 (setq start (match-end 0))) |
bf67e2fdd393
(gud-dbx-marker-filter): Use gud-marker-acc like gud-gdb-marker-filter.
Richard M. Stallman <rms@gnu.org>
parents:
10217
diff
changeset
|
739 |
bf67e2fdd393
(gud-dbx-marker-filter): Use gud-marker-acc like gud-gdb-marker-filter.
Richard M. Stallman <rms@gnu.org>
parents:
10217
diff
changeset
|
740 ;; If the incomplete line APPEARS to begin with another marker, keep it |
bf67e2fdd393
(gud-dbx-marker-filter): Use gud-marker-acc like gud-gdb-marker-filter.
Richard M. Stallman <rms@gnu.org>
parents:
10217
diff
changeset
|
741 ;; in the accumulator. Otherwise, clear the accumulator to avoid an |
bf67e2fdd393
(gud-dbx-marker-filter): Use gud-marker-acc like gud-gdb-marker-filter.
Richard M. Stallman <rms@gnu.org>
parents:
10217
diff
changeset
|
742 ;; unnecessary concat during the next call. |
22159
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
743 (setq gud-marker-acc |
10319
bf67e2fdd393
(gud-dbx-marker-filter): Use gud-marker-acc like gud-gdb-marker-filter.
Richard M. Stallman <rms@gnu.org>
parents:
10217
diff
changeset
|
744 (if (string-match "\\(stopped\\|signal\\)" gud-marker-acc start) |
bf67e2fdd393
(gud-dbx-marker-filter): Use gud-marker-acc like gud-gdb-marker-filter.
Richard M. Stallman <rms@gnu.org>
parents:
10217
diff
changeset
|
745 (substring gud-marker-acc (match-beginning 0)) |
bf67e2fdd393
(gud-dbx-marker-filter): Use gud-marker-acc like gud-gdb-marker-filter.
Richard M. Stallman <rms@gnu.org>
parents:
10217
diff
changeset
|
746 nil))) |
460 | 747 string) |
748 | |
7165
d53c76129763
(gud-mips-p, gud-irix-p): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
7074
diff
changeset
|
749 ;; Functions for Mips-style dbx. Given the option `-emacs', documented in |
d53c76129763
(gud-mips-p, gud-irix-p): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
7074
diff
changeset
|
750 ;; OSF1, not necessarily elsewhere, it produces markers similar to gdb's. |
d53c76129763
(gud-mips-p, gud-irix-p): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
7074
diff
changeset
|
751 (defvar gud-mips-p |
d53c76129763
(gud-mips-p, gud-irix-p): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
7074
diff
changeset
|
752 (or (string-match "^mips-[^-]*-ultrix" system-configuration) |
d53c76129763
(gud-mips-p, gud-irix-p): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
7074
diff
changeset
|
753 ;; We haven't tested gud on this system: |
d53c76129763
(gud-mips-p, gud-irix-p): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
7074
diff
changeset
|
754 (string-match "^mips-[^-]*-riscos" system-configuration) |
d53c76129763
(gud-mips-p, gud-irix-p): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
7074
diff
changeset
|
755 ;; It's documented on OSF/1.3 |
8172
1eb5638ab4b5
(gud-mips-p): Check for OSF system on Alpha also.
Richard M. Stallman <rms@gnu.org>
parents:
7910
diff
changeset
|
756 (string-match "^mips-[^-]*-osf1" system-configuration) |
20425
6bbf4a411f07
(gud-mips-p): Fix regexp so it will match alphaev56-* too.
Karl Heuer <kwzh@gnu.org>
parents:
20296
diff
changeset
|
757 (string-match "^alpha[^-]*-[^-]*-osf" system-configuration)) |
7165
d53c76129763
(gud-mips-p, gud-irix-p): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
7074
diff
changeset
|
758 "Non-nil to assume the MIPS/OSF dbx conventions (argument `-emacs').") |
5264
a60a8979d34b
(gud-format-command): Rewrite.
Richard M. Stallman <rms@gnu.org>
parents:
4818
diff
changeset
|
759 |
a60a8979d34b
(gud-format-command): Rewrite.
Richard M. Stallman <rms@gnu.org>
parents:
4818
diff
changeset
|
760 (defun gud-mipsdbx-massage-args (file args) |
10876
715419786d7f
(gud-common-init): Put substed file name back in original
Richard M. Stallman <rms@gnu.org>
parents:
10518
diff
changeset
|
761 (cons "-emacs" args)) |
5264
a60a8979d34b
(gud-format-command): Rewrite.
Richard M. Stallman <rms@gnu.org>
parents:
4818
diff
changeset
|
762 |
7165
d53c76129763
(gud-mips-p, gud-irix-p): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
7074
diff
changeset
|
763 ;; This is just like the gdb one except for the regexps since we need to cope |
d53c76129763
(gud-mips-p, gud-irix-p): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
7074
diff
changeset
|
764 ;; with an optional breakpoint number in [] before the ^Z^Z |
5264
a60a8979d34b
(gud-format-command): Rewrite.
Richard M. Stallman <rms@gnu.org>
parents:
4818
diff
changeset
|
765 (defun gud-mipsdbx-marker-filter (string) |
10042
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
766 (setq gud-marker-acc (concat gud-marker-acc string)) |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
767 (let ((output "")) |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
768 |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
769 ;; Process all the complete markers in this chunk. |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
770 (while (string-match |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
771 ;; This is like th gdb marker but with an optional |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
772 ;; leading break point number like `[1] ' |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
773 "[][ 0-9]*\032\032\\([^:\n]*\\):\\([0-9]*\\):.*\n" |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
774 gud-marker-acc) |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
775 (setq |
5264
a60a8979d34b
(gud-format-command): Rewrite.
Richard M. Stallman <rms@gnu.org>
parents:
4818
diff
changeset
|
776 |
10042
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
777 ;; Extract the frame position from the marker. |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
778 gud-last-frame |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
779 (cons (substring gud-marker-acc (match-beginning 1) (match-end 1)) |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
780 (string-to-int (substring gud-marker-acc |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
781 (match-beginning 2) |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
782 (match-end 2)))) |
5264
a60a8979d34b
(gud-format-command): Rewrite.
Richard M. Stallman <rms@gnu.org>
parents:
4818
diff
changeset
|
783 |
10042
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
784 ;; Append any text before the marker to the output we're going |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
785 ;; to return - we don't include the marker in this text. |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
786 output (concat output |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
787 (substring gud-marker-acc 0 (match-beginning 0))) |
5264
a60a8979d34b
(gud-format-command): Rewrite.
Richard M. Stallman <rms@gnu.org>
parents:
4818
diff
changeset
|
788 |
10042
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
789 ;; Set the accumulator to the remaining text. |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
790 gud-marker-acc (substring gud-marker-acc (match-end 0)))) |
5264
a60a8979d34b
(gud-format-command): Rewrite.
Richard M. Stallman <rms@gnu.org>
parents:
4818
diff
changeset
|
791 |
10042
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
792 ;; Does the remaining text look like it might end with the |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
793 ;; beginning of another marker? If it does, then keep it in |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
794 ;; gud-marker-acc until we receive the rest of it. Since we |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
795 ;; know the full marker regexp above failed, it's pretty simple to |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
796 ;; test for marker starts. |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
797 (if (string-match "[][ 0-9]*\032.*\\'" gud-marker-acc) |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
798 (progn |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
799 ;; Everything before the potential marker start can be output. |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
800 (setq output (concat output (substring gud-marker-acc |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
801 0 (match-beginning 0)))) |
7165
d53c76129763
(gud-mips-p, gud-irix-p): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
7074
diff
changeset
|
802 |
10042
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
803 ;; Everything after, we save, to combine with later input. |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
804 (setq gud-marker-acc |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
805 (substring gud-marker-acc (match-beginning 0)))) |
7165
d53c76129763
(gud-mips-p, gud-irix-p): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
7074
diff
changeset
|
806 |
10042
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
807 (setq output (concat output gud-marker-acc) |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
808 gud-marker-acc "")) |
5264
a60a8979d34b
(gud-format-command): Rewrite.
Richard M. Stallman <rms@gnu.org>
parents:
4818
diff
changeset
|
809 |
10042
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
810 output)) |
5264
a60a8979d34b
(gud-format-command): Rewrite.
Richard M. Stallman <rms@gnu.org>
parents:
4818
diff
changeset
|
811 |
7165
d53c76129763
(gud-mips-p, gud-irix-p): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
7074
diff
changeset
|
812 ;; The dbx in IRIX is a pain. It doesn't print the file name when |
d53c76129763
(gud-mips-p, gud-irix-p): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
7074
diff
changeset
|
813 ;; stopping at a breakpoint (but you do get it from the `up' and |
d53c76129763
(gud-mips-p, gud-irix-p): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
7074
diff
changeset
|
814 ;; `down' commands...). The only way to extract the information seems |
d53c76129763
(gud-mips-p, gud-irix-p): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
7074
diff
changeset
|
815 ;; to be with a `file' command, although the current line number is |
d53c76129763
(gud-mips-p, gud-irix-p): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
7074
diff
changeset
|
816 ;; available in $curline. Thus we have to look for output which |
d53c76129763
(gud-mips-p, gud-irix-p): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
7074
diff
changeset
|
817 ;; appears to indicate a breakpoint. Then we prod the dbx sub-process |
d53c76129763
(gud-mips-p, gud-irix-p): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
7074
diff
changeset
|
818 ;; to output the information we want with a combination of the |
d53c76129763
(gud-mips-p, gud-irix-p): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
7074
diff
changeset
|
819 ;; `printf' and `file' commands as a pseudo marker which we can |
d53c76129763
(gud-mips-p, gud-irix-p): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
7074
diff
changeset
|
820 ;; recognise next time through the marker-filter. This would be like |
d53c76129763
(gud-mips-p, gud-irix-p): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
7074
diff
changeset
|
821 ;; the gdb marker but you can't get the file name without a newline... |
d53c76129763
(gud-mips-p, gud-irix-p): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
7074
diff
changeset
|
822 ;; Note that gud-remove won't work since Irix dbx expects a breakpoint |
d53c76129763
(gud-mips-p, gud-irix-p): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
7074
diff
changeset
|
823 ;; number rather than a line number etc. Maybe this could be made to |
d53c76129763
(gud-mips-p, gud-irix-p): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
7074
diff
changeset
|
824 ;; work by listing all the breakpoints and picking the one(s) with the |
d53c76129763
(gud-mips-p, gud-irix-p): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
7074
diff
changeset
|
825 ;; correct line number, but life's too short. |
d53c76129763
(gud-mips-p, gud-irix-p): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
7074
diff
changeset
|
826 ;; d.love@dl.ac.uk (Dave Love) can be blamed for this |
d53c76129763
(gud-mips-p, gud-irix-p): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
7074
diff
changeset
|
827 |
15624
2cf06d9df144
(gud-irix-p): Exclude Irix6.1 up.
Karl Heuer <kwzh@gnu.org>
parents:
15455
diff
changeset
|
828 (defvar gud-irix-p |
2cf06d9df144
(gud-irix-p): Exclude Irix6.1 up.
Karl Heuer <kwzh@gnu.org>
parents:
15455
diff
changeset
|
829 (and (string-match "^mips-[^-]*-irix" system-configuration) |
2cf06d9df144
(gud-irix-p): Exclude Irix6.1 up.
Karl Heuer <kwzh@gnu.org>
parents:
15455
diff
changeset
|
830 (not (string-match "irix[6-9]\\.[1-9]" system-configuration))) |
7165
d53c76129763
(gud-mips-p, gud-irix-p): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
7074
diff
changeset
|
831 "Non-nil to assume the interface appropriate for IRIX dbx. |
15624
2cf06d9df144
(gud-irix-p): Exclude Irix6.1 up.
Karl Heuer <kwzh@gnu.org>
parents:
15455
diff
changeset
|
832 This works in IRIX 4, 5 and 6, but `gud-dbx-use-stopformat-p' provides |
2cf06d9df144
(gud-irix-p): Exclude Irix6.1 up.
Karl Heuer <kwzh@gnu.org>
parents:
15455
diff
changeset
|
833 a better solution in 6.1 upwards.") |
2cf06d9df144
(gud-irix-p): Exclude Irix6.1 up.
Karl Heuer <kwzh@gnu.org>
parents:
15455
diff
changeset
|
834 (defvar gud-dbx-use-stopformat-p |
2cf06d9df144
(gud-irix-p): Exclude Irix6.1 up.
Karl Heuer <kwzh@gnu.org>
parents:
15455
diff
changeset
|
835 (string-match "irix[6-9]\\.[1-9]" system-configuration) |
2cf06d9df144
(gud-irix-p): Exclude Irix6.1 up.
Karl Heuer <kwzh@gnu.org>
parents:
15455
diff
changeset
|
836 "Non-nil to use the dbx feature present at least from Irix 6.1 |
2cf06d9df144
(gud-irix-p): Exclude Irix6.1 up.
Karl Heuer <kwzh@gnu.org>
parents:
15455
diff
changeset
|
837 whereby $stopformat=1 produces an output format compatiable with |
2cf06d9df144
(gud-irix-p): Exclude Irix6.1 up.
Karl Heuer <kwzh@gnu.org>
parents:
15455
diff
changeset
|
838 `gud-dbx-marker-filter'.") |
10203
c1f7894118f9
(gud-irixdbx-marker-filter): Changes for Irix dbx.
Richard M. Stallman <rms@gnu.org>
parents:
10095
diff
changeset
|
839 ;; [Irix dbx seems to be a moving target. The dbx output changed |
c1f7894118f9
(gud-irixdbx-marker-filter): Changes for Irix dbx.
Richard M. Stallman <rms@gnu.org>
parents:
10095
diff
changeset
|
840 ;; subtly sometime between OS v4.0.5 and v5.2 so that, for instance, |
c1f7894118f9
(gud-irixdbx-marker-filter): Changes for Irix dbx.
Richard M. Stallman <rms@gnu.org>
parents:
10095
diff
changeset
|
841 ;; the output from `up' is no longer spotted by gud (and it's probably |
c1f7894118f9
(gud-irixdbx-marker-filter): Changes for Irix dbx.
Richard M. Stallman <rms@gnu.org>
parents:
10095
diff
changeset
|
842 ;; not distinctive enough to try to match it -- use C-<, C-> |
c1f7894118f9
(gud-irixdbx-marker-filter): Changes for Irix dbx.
Richard M. Stallman <rms@gnu.org>
parents:
10095
diff
changeset
|
843 ;; exclusively) . For 5.3 and 6.0, the $curline variable changed to |
c1f7894118f9
(gud-irixdbx-marker-filter): Changes for Irix dbx.
Richard M. Stallman <rms@gnu.org>
parents:
10095
diff
changeset
|
844 ;; `long long'(why?!), so the printf stuff needed changing. The line |
15624
2cf06d9df144
(gud-irix-p): Exclude Irix6.1 up.
Karl Heuer <kwzh@gnu.org>
parents:
15455
diff
changeset
|
845 ;; number was cast to `long' as a compromise between the new `long |
2cf06d9df144
(gud-irix-p): Exclude Irix6.1 up.
Karl Heuer <kwzh@gnu.org>
parents:
15455
diff
changeset
|
846 ;; long' and the original `int'. This is reported not to work in 6.2, |
2cf06d9df144
(gud-irix-p): Exclude Irix6.1 up.
Karl Heuer <kwzh@gnu.org>
parents:
15455
diff
changeset
|
847 ;; so it's changed back to int -- don't make your sources too long. |
2cf06d9df144
(gud-irix-p): Exclude Irix6.1 up.
Karl Heuer <kwzh@gnu.org>
parents:
15455
diff
changeset
|
848 ;; From Irix6.1 (but not 6.0?) dbx supports an undocumented feature |
2cf06d9df144
(gud-irix-p): Exclude Irix6.1 up.
Karl Heuer <kwzh@gnu.org>
parents:
15455
diff
changeset
|
849 ;; whereby `set $stopformat=1' reportedly produces output compatible |
2cf06d9df144
(gud-irix-p): Exclude Irix6.1 up.
Karl Heuer <kwzh@gnu.org>
parents:
15455
diff
changeset
|
850 ;; with `gud-dbx-marker-filter', which we prefer. |
2cf06d9df144
(gud-irix-p): Exclude Irix6.1 up.
Karl Heuer <kwzh@gnu.org>
parents:
15455
diff
changeset
|
851 |
2cf06d9df144
(gud-irix-p): Exclude Irix6.1 up.
Karl Heuer <kwzh@gnu.org>
parents:
15455
diff
changeset
|
852 ;; The process filter is also somewhat |
10203
c1f7894118f9
(gud-irixdbx-marker-filter): Changes for Irix dbx.
Richard M. Stallman <rms@gnu.org>
parents:
10095
diff
changeset
|
853 ;; unreliable, sometimes not spotting the markers; I don't know |
c1f7894118f9
(gud-irixdbx-marker-filter): Changes for Irix dbx.
Richard M. Stallman <rms@gnu.org>
parents:
10095
diff
changeset
|
854 ;; whether there's anything that can be done about that. It would be |
c1f7894118f9
(gud-irixdbx-marker-filter): Changes for Irix dbx.
Richard M. Stallman <rms@gnu.org>
parents:
10095
diff
changeset
|
855 ;; much better if SGI could be persuaded to (re?)instate the MIPS |
c1f7894118f9
(gud-irixdbx-marker-filter): Changes for Irix dbx.
Richard M. Stallman <rms@gnu.org>
parents:
10095
diff
changeset
|
856 ;; -emacs flag for gdb-like output (which ought to be possible as most |
c1f7894118f9
(gud-irixdbx-marker-filter): Changes for Irix dbx.
Richard M. Stallman <rms@gnu.org>
parents:
10095
diff
changeset
|
857 ;; of the communication I've had over it has been from sgi.com).] |
7165
d53c76129763
(gud-mips-p, gud-irix-p): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
7074
diff
changeset
|
858 |
d53c76129763
(gud-mips-p, gud-irix-p): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
7074
diff
changeset
|
859 ;; this filter is influenced by the xdb one rather than the gdb one |
d53c76129763
(gud-mips-p, gud-irix-p): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
7074
diff
changeset
|
860 (defun gud-irixdbx-marker-filter (string) |
10042
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
861 (let (result (case-fold-search nil)) |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
862 (if (or (string-match comint-prompt-regexp string) |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
863 (string-match ".*\012" string)) |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
864 (setq result (concat gud-marker-acc string) |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
865 gud-marker-acc "") |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
866 (setq gud-marker-acc (concat gud-marker-acc string))) |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
867 (if result |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
868 (cond |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
869 ;; look for breakpoint or signal indication e.g.: |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
870 ;; [2] Process 1267 (pplot) stopped at [params:338 ,0x400ec0] |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
871 ;; Process 1281 (pplot) stopped at [params:339 ,0x400ec8] |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
872 ;; Process 1270 (pplot) Floating point exception [._read._read:16 ,0x452188] |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
873 ((string-match |
22159
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
874 "^\\(\\[[0-9]+] \\)?Process +[0-9]+ ([^)]*) [^[]+\\[[^]\n]*]\n" |
10042
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
875 result) |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
876 ;; prod dbx into printing out the line number and file |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
877 ;; name in a form we can grok as below |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
878 (process-send-string (get-buffer-process gud-comint-buffer) |
15624
2cf06d9df144
(gud-irix-p): Exclude Irix6.1 up.
Karl Heuer <kwzh@gnu.org>
parents:
15455
diff
changeset
|
879 "printf \"\032\032%1d:\",(int)$curline;file\n")) |
10042
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
880 ;; look for result of, say, "up" e.g.: |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
881 ;; .pplot.pplot(0x800) ["src/pplot.f":261, 0x400c7c] |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
882 ;; (this will also catch one of the lines printed by "where") |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
883 ((string-match |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
884 "^[^ ][^[]*\\[\"\\([^\"]+\\)\":\\([0-9]+\\), [^]]+]\n" |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
885 result) |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
886 (let ((file (substring result (match-beginning 1) |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
887 (match-end 1)))) |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
888 (if (file-exists-p file) |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
889 (setq gud-last-frame |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
890 (cons |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
891 (substring |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
892 result (match-beginning 1) (match-end 1)) |
22159
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
893 (string-to-int |
10042
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
894 (substring |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
895 result (match-beginning 2) (match-end 2))))))) |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
896 result) |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
897 ((string-match ; kluged-up marker as above |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
898 "\032\032\\([0-9]*\\):\\(.*\\)\n" result) |
13288
2699145c01cb
(gud-dbx-directories): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
13190
diff
changeset
|
899 (let ((file (gud-dbx-file-name |
2699145c01cb
(gud-dbx-directories): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
13190
diff
changeset
|
900 (substring result (match-beginning 2) (match-end 2))))) |
2699145c01cb
(gud-dbx-directories): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
13190
diff
changeset
|
901 (if (and file (file-exists-p file)) |
10042
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
902 (setq gud-last-frame |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
903 (cons |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
904 file |
22159
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
905 (string-to-int |
10042
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
906 (substring |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
907 result (match-beginning 1) (match-end 1))))))) |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
908 (setq result (substring result 0 (match-beginning 0)))))) |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
909 (or result ""))) |
7165
d53c76129763
(gud-mips-p, gud-irix-p): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
7074
diff
changeset
|
910 |
18098
10b2526db6f0
(gud-dgux-p, gud-dguxdbx-marker-filter): New functions.
Richard M. Stallman <rms@gnu.org>
parents:
17663
diff
changeset
|
911 (defvar gud-dgux-p (string-match "-dgux" system-configuration) |
10b2526db6f0
(gud-dgux-p, gud-dguxdbx-marker-filter): New functions.
Richard M. Stallman <rms@gnu.org>
parents:
17663
diff
changeset
|
912 "Non-nil means to assume the interface approriate for DG/UX dbx. |
10b2526db6f0
(gud-dgux-p, gud-dguxdbx-marker-filter): New functions.
Richard M. Stallman <rms@gnu.org>
parents:
17663
diff
changeset
|
913 This was tested using R4.11.") |
10b2526db6f0
(gud-dgux-p, gud-dguxdbx-marker-filter): New functions.
Richard M. Stallman <rms@gnu.org>
parents:
17663
diff
changeset
|
914 |
10b2526db6f0
(gud-dgux-p, gud-dguxdbx-marker-filter): New functions.
Richard M. Stallman <rms@gnu.org>
parents:
17663
diff
changeset
|
915 ;; There are a couple of differences between DG's dbx output and normal |
10b2526db6f0
(gud-dgux-p, gud-dguxdbx-marker-filter): New functions.
Richard M. Stallman <rms@gnu.org>
parents:
17663
diff
changeset
|
916 ;; dbx output which make it nontrivial to integrate this into the |
10b2526db6f0
(gud-dgux-p, gud-dguxdbx-marker-filter): New functions.
Richard M. Stallman <rms@gnu.org>
parents:
17663
diff
changeset
|
917 ;; standard dbx-marker-filter (mainly, there are a different number of |
10b2526db6f0
(gud-dgux-p, gud-dguxdbx-marker-filter): New functions.
Richard M. Stallman <rms@gnu.org>
parents:
17663
diff
changeset
|
918 ;; backreferences). The markers look like: |
10b2526db6f0
(gud-dgux-p, gud-dguxdbx-marker-filter): New functions.
Richard M. Stallman <rms@gnu.org>
parents:
17663
diff
changeset
|
919 ;; |
10b2526db6f0
(gud-dgux-p, gud-dguxdbx-marker-filter): New functions.
Richard M. Stallman <rms@gnu.org>
parents:
17663
diff
changeset
|
920 ;; (0) Stopped at line 10, routine main(argc=1, argv=0xeffff0e0), file t.c |
10b2526db6f0
(gud-dgux-p, gud-dguxdbx-marker-filter): New functions.
Richard M. Stallman <rms@gnu.org>
parents:
17663
diff
changeset
|
921 ;; |
10b2526db6f0
(gud-dgux-p, gud-dguxdbx-marker-filter): New functions.
Richard M. Stallman <rms@gnu.org>
parents:
17663
diff
changeset
|
922 ;; from breakpoints (the `(0)' there isn't constant, it's the breakpoint |
10b2526db6f0
(gud-dgux-p, gud-dguxdbx-marker-filter): New functions.
Richard M. Stallman <rms@gnu.org>
parents:
17663
diff
changeset
|
923 ;; number), and |
10b2526db6f0
(gud-dgux-p, gud-dguxdbx-marker-filter): New functions.
Richard M. Stallman <rms@gnu.org>
parents:
17663
diff
changeset
|
924 ;; |
10b2526db6f0
(gud-dgux-p, gud-dguxdbx-marker-filter): New functions.
Richard M. Stallman <rms@gnu.org>
parents:
17663
diff
changeset
|
925 ;; Stopped at line 13, routine main(argc=1, argv=0xeffff0e0), file t.c |
10b2526db6f0
(gud-dgux-p, gud-dguxdbx-marker-filter): New functions.
Richard M. Stallman <rms@gnu.org>
parents:
17663
diff
changeset
|
926 ;; |
10b2526db6f0
(gud-dgux-p, gud-dguxdbx-marker-filter): New functions.
Richard M. Stallman <rms@gnu.org>
parents:
17663
diff
changeset
|
927 ;; from signals and |
10b2526db6f0
(gud-dgux-p, gud-dguxdbx-marker-filter): New functions.
Richard M. Stallman <rms@gnu.org>
parents:
17663
diff
changeset
|
928 ;; |
10b2526db6f0
(gud-dgux-p, gud-dguxdbx-marker-filter): New functions.
Richard M. Stallman <rms@gnu.org>
parents:
17663
diff
changeset
|
929 ;; Frame 21, line 974, routine command_loop(), file keyboard.c |
10b2526db6f0
(gud-dgux-p, gud-dguxdbx-marker-filter): New functions.
Richard M. Stallman <rms@gnu.org>
parents:
17663
diff
changeset
|
930 ;; |
10b2526db6f0
(gud-dgux-p, gud-dguxdbx-marker-filter): New functions.
Richard M. Stallman <rms@gnu.org>
parents:
17663
diff
changeset
|
931 ;; from up/down/where. |
10b2526db6f0
(gud-dgux-p, gud-dguxdbx-marker-filter): New functions.
Richard M. Stallman <rms@gnu.org>
parents:
17663
diff
changeset
|
932 |
10b2526db6f0
(gud-dgux-p, gud-dguxdbx-marker-filter): New functions.
Richard M. Stallman <rms@gnu.org>
parents:
17663
diff
changeset
|
933 (defun gud-dguxdbx-marker-filter (string) |
10b2526db6f0
(gud-dgux-p, gud-dguxdbx-marker-filter): New functions.
Richard M. Stallman <rms@gnu.org>
parents:
17663
diff
changeset
|
934 (setq gud-marker-acc (if gud-marker-acc |
10b2526db6f0
(gud-dgux-p, gud-dguxdbx-marker-filter): New functions.
Richard M. Stallman <rms@gnu.org>
parents:
17663
diff
changeset
|
935 (concat gud-marker-acc string) |
10b2526db6f0
(gud-dgux-p, gud-dguxdbx-marker-filter): New functions.
Richard M. Stallman <rms@gnu.org>
parents:
17663
diff
changeset
|
936 string)) |
10b2526db6f0
(gud-dgux-p, gud-dguxdbx-marker-filter): New functions.
Richard M. Stallman <rms@gnu.org>
parents:
17663
diff
changeset
|
937 (let ((re (concat "^\\(\\(([0-9]+) \\)?Stopped at\\|Frame [0-9]+,\\)" |
10b2526db6f0
(gud-dgux-p, gud-dguxdbx-marker-filter): New functions.
Richard M. Stallman <rms@gnu.org>
parents:
17663
diff
changeset
|
938 " line \\([0-9]+\\), routine .*, file \\([^ \t\n]+\\)")) |
10b2526db6f0
(gud-dgux-p, gud-dguxdbx-marker-filter): New functions.
Richard M. Stallman <rms@gnu.org>
parents:
17663
diff
changeset
|
939 start) |
10b2526db6f0
(gud-dgux-p, gud-dguxdbx-marker-filter): New functions.
Richard M. Stallman <rms@gnu.org>
parents:
17663
diff
changeset
|
940 ;; Process all complete markers in this chunk. |
10b2526db6f0
(gud-dgux-p, gud-dguxdbx-marker-filter): New functions.
Richard M. Stallman <rms@gnu.org>
parents:
17663
diff
changeset
|
941 (while (string-match re gud-marker-acc start) |
10b2526db6f0
(gud-dgux-p, gud-dguxdbx-marker-filter): New functions.
Richard M. Stallman <rms@gnu.org>
parents:
17663
diff
changeset
|
942 (setq gud-last-frame |
10b2526db6f0
(gud-dgux-p, gud-dguxdbx-marker-filter): New functions.
Richard M. Stallman <rms@gnu.org>
parents:
17663
diff
changeset
|
943 (cons |
10b2526db6f0
(gud-dgux-p, gud-dguxdbx-marker-filter): New functions.
Richard M. Stallman <rms@gnu.org>
parents:
17663
diff
changeset
|
944 (substring gud-marker-acc (match-beginning 4) (match-end 4)) |
10b2526db6f0
(gud-dgux-p, gud-dguxdbx-marker-filter): New functions.
Richard M. Stallman <rms@gnu.org>
parents:
17663
diff
changeset
|
945 (string-to-int (substring gud-marker-acc |
10b2526db6f0
(gud-dgux-p, gud-dguxdbx-marker-filter): New functions.
Richard M. Stallman <rms@gnu.org>
parents:
17663
diff
changeset
|
946 (match-beginning 3) (match-end 3)))) |
10b2526db6f0
(gud-dgux-p, gud-dguxdbx-marker-filter): New functions.
Richard M. Stallman <rms@gnu.org>
parents:
17663
diff
changeset
|
947 start (match-end 0))) |
10b2526db6f0
(gud-dgux-p, gud-dguxdbx-marker-filter): New functions.
Richard M. Stallman <rms@gnu.org>
parents:
17663
diff
changeset
|
948 |
10b2526db6f0
(gud-dgux-p, gud-dguxdbx-marker-filter): New functions.
Richard M. Stallman <rms@gnu.org>
parents:
17663
diff
changeset
|
949 ;; Search for the last incomplete line in this chunk |
10b2526db6f0
(gud-dgux-p, gud-dguxdbx-marker-filter): New functions.
Richard M. Stallman <rms@gnu.org>
parents:
17663
diff
changeset
|
950 (while (string-match "\n" gud-marker-acc start) |
10b2526db6f0
(gud-dgux-p, gud-dguxdbx-marker-filter): New functions.
Richard M. Stallman <rms@gnu.org>
parents:
17663
diff
changeset
|
951 (setq start (match-end 0))) |
10b2526db6f0
(gud-dgux-p, gud-dguxdbx-marker-filter): New functions.
Richard M. Stallman <rms@gnu.org>
parents:
17663
diff
changeset
|
952 |
10b2526db6f0
(gud-dgux-p, gud-dguxdbx-marker-filter): New functions.
Richard M. Stallman <rms@gnu.org>
parents:
17663
diff
changeset
|
953 ;; If the incomplete line APPEARS to begin with another marker, keep it |
10b2526db6f0
(gud-dgux-p, gud-dguxdbx-marker-filter): New functions.
Richard M. Stallman <rms@gnu.org>
parents:
17663
diff
changeset
|
954 ;; in the accumulator. Otherwise, clear the accumulator to avoid an |
10b2526db6f0
(gud-dgux-p, gud-dguxdbx-marker-filter): New functions.
Richard M. Stallman <rms@gnu.org>
parents:
17663
diff
changeset
|
955 ;; unnecessary concat during the next call. |
22159
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
956 (setq gud-marker-acc |
18098
10b2526db6f0
(gud-dgux-p, gud-dguxdbx-marker-filter): New functions.
Richard M. Stallman <rms@gnu.org>
parents:
17663
diff
changeset
|
957 (if (string-match "Stopped\\|Frame" gud-marker-acc start) |
10b2526db6f0
(gud-dgux-p, gud-dguxdbx-marker-filter): New functions.
Richard M. Stallman <rms@gnu.org>
parents:
17663
diff
changeset
|
958 (substring gud-marker-acc (match-beginning 0)) |
10b2526db6f0
(gud-dgux-p, gud-dguxdbx-marker-filter): New functions.
Richard M. Stallman <rms@gnu.org>
parents:
17663
diff
changeset
|
959 nil))) |
10b2526db6f0
(gud-dgux-p, gud-dguxdbx-marker-filter): New functions.
Richard M. Stallman <rms@gnu.org>
parents:
17663
diff
changeset
|
960 string) |
10b2526db6f0
(gud-dgux-p, gud-dguxdbx-marker-filter): New functions.
Richard M. Stallman <rms@gnu.org>
parents:
17663
diff
changeset
|
961 |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
962 (defun gud-dbx-find-file (f) |
10448
ec596f12f13f
(gud-gdb-find-file): Propagate debug menu to found buffers.
Richard M. Stallman <rms@gnu.org>
parents:
10447
diff
changeset
|
963 (save-excursion |
13288
2699145c01cb
(gud-dbx-directories): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
13190
diff
changeset
|
964 (let ((realf (gud-dbx-file-name f))) |
2699145c01cb
(gud-dbx-directories): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
13190
diff
changeset
|
965 (if realf |
13659
283d4d3e5460
(gud-dbx-find-file): Find correct source file.
Richard M. Stallman <rms@gnu.org>
parents:
13288
diff
changeset
|
966 (let ((buf (find-file-noselect realf))) |
13288
2699145c01cb
(gud-dbx-directories): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
13190
diff
changeset
|
967 (set-buffer buf) |
2699145c01cb
(gud-dbx-directories): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
13190
diff
changeset
|
968 (gud-make-debug-menu) |
2699145c01cb
(gud-dbx-directories): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
13190
diff
changeset
|
969 (local-set-key [menu-bar debug up] '("Up Stack" . gud-up)) |
2699145c01cb
(gud-dbx-directories): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
13190
diff
changeset
|
970 (local-set-key [menu-bar debug down] '("Down Stack" . gud-down)) |
2699145c01cb
(gud-dbx-directories): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
13190
diff
changeset
|
971 buf) |
2699145c01cb
(gud-dbx-directories): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
13190
diff
changeset
|
972 nil)))) |
460 | 973 |
477 | 974 ;;;###autoload |
4092
e72012acb5fb
(gud-debugger-startup): Replaced with gud-massage-args.
Roland McGrath <roland@gnu.org>
parents:
4016
diff
changeset
|
975 (defun dbx (command-line) |
460 | 976 "Run dbx on program FILE in buffer *gud-FILE*. |
977 The directory containing FILE becomes the initial working directory | |
978 and source-file directory for your debugger." | |
3930
ac686479ca51
* gud.el: Add history lists to the debugging commands, so we don't
Jim Blandy <jimb@redhat.com>
parents:
3745
diff
changeset
|
979 (interactive |
4092
e72012acb5fb
(gud-debugger-startup): Replaced with gud-massage-args.
Roland McGrath <roland@gnu.org>
parents:
4016
diff
changeset
|
980 (list (read-from-minibuffer "Run dbx (like this): " |
3930
ac686479ca51
* gud.el: Add history lists to the debugging commands, so we don't
Jim Blandy <jimb@redhat.com>
parents:
3745
diff
changeset
|
981 (if (consp gud-dbx-history) |
ac686479ca51
* gud.el: Add history lists to the debugging commands, so we don't
Jim Blandy <jimb@redhat.com>
parents:
3745
diff
changeset
|
982 (car gud-dbx-history) |
4092
e72012acb5fb
(gud-debugger-startup): Replaced with gud-massage-args.
Roland McGrath <roland@gnu.org>
parents:
4016
diff
changeset
|
983 "dbx ") |
3930
ac686479ca51
* gud.el: Add history lists to the debugging commands, so we don't
Jim Blandy <jimb@redhat.com>
parents:
3745
diff
changeset
|
984 nil nil |
ac686479ca51
* gud.el: Add history lists to the debugging commands, so we don't
Jim Blandy <jimb@redhat.com>
parents:
3745
diff
changeset
|
985 '(gud-dbx-history . 1)))) |
5264
a60a8979d34b
(gud-format-command): Rewrite.
Richard M. Stallman <rms@gnu.org>
parents:
4818
diff
changeset
|
986 |
9190
4e66c15e2d6c
(gud-overload-functions): Function deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8645
diff
changeset
|
987 (cond |
4e66c15e2d6c
(gud-overload-functions): Function deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8645
diff
changeset
|
988 (gud-mips-p |
4e66c15e2d6c
(gud-overload-functions): Function deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8645
diff
changeset
|
989 (gud-common-init command-line 'gud-mipsdbx-massage-args |
4e66c15e2d6c
(gud-overload-functions): Function deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8645
diff
changeset
|
990 'gud-mipsdbx-marker-filter 'gud-dbx-find-file)) |
4e66c15e2d6c
(gud-overload-functions): Function deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8645
diff
changeset
|
991 (gud-irix-p |
4e66c15e2d6c
(gud-overload-functions): Function deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8645
diff
changeset
|
992 (gud-common-init command-line 'gud-dbx-massage-args |
4e66c15e2d6c
(gud-overload-functions): Function deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8645
diff
changeset
|
993 'gud-irixdbx-marker-filter 'gud-dbx-find-file)) |
18098
10b2526db6f0
(gud-dgux-p, gud-dguxdbx-marker-filter): New functions.
Richard M. Stallman <rms@gnu.org>
parents:
17663
diff
changeset
|
994 (gud-dgux-p |
10b2526db6f0
(gud-dgux-p, gud-dguxdbx-marker-filter): New functions.
Richard M. Stallman <rms@gnu.org>
parents:
17663
diff
changeset
|
995 (gud-common-init command-line 'gud-dbx-massage-args |
10b2526db6f0
(gud-dgux-p, gud-dguxdbx-marker-filter): New functions.
Richard M. Stallman <rms@gnu.org>
parents:
17663
diff
changeset
|
996 'gud-dguxdbx-marker-filter 'gud-dbx-find-file)) |
9190
4e66c15e2d6c
(gud-overload-functions): Function deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8645
diff
changeset
|
997 (t |
4e66c15e2d6c
(gud-overload-functions): Function deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8645
diff
changeset
|
998 (gud-common-init command-line 'gud-dbx-massage-args |
4e66c15e2d6c
(gud-overload-functions): Function deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8645
diff
changeset
|
999 'gud-dbx-marker-filter 'gud-dbx-find-file))) |
2581
839d67a1dc58
Set no-byte-compile local variable t to work around a byte-compiler bug.
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2532
diff
changeset
|
1000 |
5264
a60a8979d34b
(gud-format-command): Rewrite.
Richard M. Stallman <rms@gnu.org>
parents:
4818
diff
changeset
|
1001 (cond |
7165
d53c76129763
(gud-mips-p, gud-irix-p): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
7074
diff
changeset
|
1002 (gud-mips-p |
10203
c1f7894118f9
(gud-irixdbx-marker-filter): Changes for Irix dbx.
Richard M. Stallman <rms@gnu.org>
parents:
10095
diff
changeset
|
1003 (gud-def gud-up "up %p" "<" "Up (numeric arg) stack frames.") |
c1f7894118f9
(gud-irixdbx-marker-filter): Changes for Irix dbx.
Richard M. Stallman <rms@gnu.org>
parents:
10095
diff
changeset
|
1004 (gud-def gud-down "down %p" ">" "Down (numeric arg) stack frames.") |
5264
a60a8979d34b
(gud-format-command): Rewrite.
Richard M. Stallman <rms@gnu.org>
parents:
4818
diff
changeset
|
1005 (gud-def gud-break "stop at \"%f\":%l" |
a60a8979d34b
(gud-format-command): Rewrite.
Richard M. Stallman <rms@gnu.org>
parents:
4818
diff
changeset
|
1006 "\C-b" "Set breakpoint at current line.") |
a60a8979d34b
(gud-format-command): Rewrite.
Richard M. Stallman <rms@gnu.org>
parents:
4818
diff
changeset
|
1007 (gud-def gud-finish "return" "\C-f" "Finish executing current function.")) |
7165
d53c76129763
(gud-mips-p, gud-irix-p): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
7074
diff
changeset
|
1008 (gud-irix-p |
d53c76129763
(gud-mips-p, gud-irix-p): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
7074
diff
changeset
|
1009 (gud-def gud-break "stop at \"%d%f\":%l" |
d53c76129763
(gud-mips-p, gud-irix-p): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
7074
diff
changeset
|
1010 "\C-b" "Set breakpoint at current line.") |
d53c76129763
(gud-mips-p, gud-irix-p): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
7074
diff
changeset
|
1011 (gud-def gud-finish "return" "\C-f" "Finish executing current function.") |
15624
2cf06d9df144
(gud-irix-p): Exclude Irix6.1 up.
Karl Heuer <kwzh@gnu.org>
parents:
15455
diff
changeset
|
1012 (gud-def gud-up "up %p; printf \"\032\032%1d:\",(int)$curline;file\n" |
10203
c1f7894118f9
(gud-irixdbx-marker-filter): Changes for Irix dbx.
Richard M. Stallman <rms@gnu.org>
parents:
10095
diff
changeset
|
1013 "<" "Up (numeric arg) stack frames.") |
15624
2cf06d9df144
(gud-irix-p): Exclude Irix6.1 up.
Karl Heuer <kwzh@gnu.org>
parents:
15455
diff
changeset
|
1014 (gud-def gud-down "down %p; printf \"\032\032%1d:\",(int)$curline;file\n" |
10203
c1f7894118f9
(gud-irixdbx-marker-filter): Changes for Irix dbx.
Richard M. Stallman <rms@gnu.org>
parents:
10095
diff
changeset
|
1015 ">" "Down (numeric arg) stack frames.") |
7165
d53c76129763
(gud-mips-p, gud-irix-p): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
7074
diff
changeset
|
1016 ;; Make dbx give out the source location info that we need. |
d53c76129763
(gud-mips-p, gud-irix-p): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
7074
diff
changeset
|
1017 (process-send-string (get-buffer-process gud-comint-buffer) |
15624
2cf06d9df144
(gud-irix-p): Exclude Irix6.1 up.
Karl Heuer <kwzh@gnu.org>
parents:
15455
diff
changeset
|
1018 "printf \"\032\032%1d:\",(int)$curline;file\n")) |
2cf06d9df144
(gud-irix-p): Exclude Irix6.1 up.
Karl Heuer <kwzh@gnu.org>
parents:
15455
diff
changeset
|
1019 (gud-dbx-use-stopformat-p |
22159
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1020 (process-send-string (get-buffer-process gud-comint-buffer) |
15624
2cf06d9df144
(gud-irix-p): Exclude Irix6.1 up.
Karl Heuer <kwzh@gnu.org>
parents:
15455
diff
changeset
|
1021 "set $stopformat=1\n")) |
5264
a60a8979d34b
(gud-format-command): Rewrite.
Richard M. Stallman <rms@gnu.org>
parents:
4818
diff
changeset
|
1022 (t |
10203
c1f7894118f9
(gud-irixdbx-marker-filter): Changes for Irix dbx.
Richard M. Stallman <rms@gnu.org>
parents:
10095
diff
changeset
|
1023 (gud-def gud-up "up %p" "<" "Up (numeric arg) stack frames.") |
c1f7894118f9
(gud-irixdbx-marker-filter): Changes for Irix dbx.
Richard M. Stallman <rms@gnu.org>
parents:
10095
diff
changeset
|
1024 (gud-def gud-down "down %p" ">" "Down (numeric arg) stack frames.") |
5264
a60a8979d34b
(gud-format-command): Rewrite.
Richard M. Stallman <rms@gnu.org>
parents:
4818
diff
changeset
|
1025 (gud-def gud-break "file \"%d%f\"\nstop at %l" |
a60a8979d34b
(gud-format-command): Rewrite.
Richard M. Stallman <rms@gnu.org>
parents:
4818
diff
changeset
|
1026 "\C-b" "Set breakpoint at current line."))) |
a60a8979d34b
(gud-format-command): Rewrite.
Richard M. Stallman <rms@gnu.org>
parents:
4818
diff
changeset
|
1027 |
2960
372386917f03
(gud-def): Fix inclusion of the define-key.
Richard M. Stallman <rms@gnu.org>
parents:
2594
diff
changeset
|
1028 (gud-def gud-remove "clear %l" "\C-d" "Remove breakpoint at current line") |
372386917f03
(gud-def): Fix inclusion of the define-key.
Richard M. Stallman <rms@gnu.org>
parents:
2594
diff
changeset
|
1029 (gud-def gud-step "step %p" "\C-s" "Step one line with display.") |
372386917f03
(gud-def): Fix inclusion of the define-key.
Richard M. Stallman <rms@gnu.org>
parents:
2594
diff
changeset
|
1030 (gud-def gud-stepi "stepi %p" "\C-i" "Step one instruction with display.") |
372386917f03
(gud-def): Fix inclusion of the define-key.
Richard M. Stallman <rms@gnu.org>
parents:
2594
diff
changeset
|
1031 (gud-def gud-next "next %p" "\C-n" "Step one line (skip functions).") |
372386917f03
(gud-def): Fix inclusion of the define-key.
Richard M. Stallman <rms@gnu.org>
parents:
2594
diff
changeset
|
1032 (gud-def gud-cont "cont" "\C-r" "Continue with display.") |
372386917f03
(gud-def): Fix inclusion of the define-key.
Richard M. Stallman <rms@gnu.org>
parents:
2594
diff
changeset
|
1033 (gud-def gud-print "print %e" "\C-p" "Evaluate C expression at point.") |
868
0cda1f7b154e
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
810
diff
changeset
|
1034 |
5264
a60a8979d34b
(gud-format-command): Rewrite.
Richard M. Stallman <rms@gnu.org>
parents:
4818
diff
changeset
|
1035 (setq comint-prompt-regexp "^[^)\n]*dbx) *") |
6997
efca30974157
(gdb, sdb, dbx, xdb, perldb): Set paragraph-start.
Richard M. Stallman <rms@gnu.org>
parents:
6821
diff
changeset
|
1036 (setq paragraph-start comint-prompt-regexp) |
12032
b60e87249b27
Fix capitalization in menu bar.
Karl Heuer <kwzh@gnu.org>
parents:
12004
diff
changeset
|
1037 (local-set-key [menu-bar debug up] '("Up Stack" . gud-up)) |
b60e87249b27
Fix capitalization in menu bar.
Karl Heuer <kwzh@gnu.org>
parents:
12004
diff
changeset
|
1038 (local-set-key [menu-bar debug down] '("Down Stack" . gud-down)) |
460 | 1039 (run-hooks 'dbx-mode-hook) |
1040 ) | |
4729
fdbcbaea7296
(perldb): New function, plus subroutines.
Richard M. Stallman <rms@gnu.org>
parents:
4497
diff
changeset
|
1041 |
3738
c5ebd279e007
(xdb): New debugger supported (xdb under HPUX-PARISC).
Richard M. Stallman <rms@gnu.org>
parents:
3646
diff
changeset
|
1042 ;; ====================================================================== |
c5ebd279e007
(xdb): New debugger supported (xdb under HPUX-PARISC).
Richard M. Stallman <rms@gnu.org>
parents:
3646
diff
changeset
|
1043 ;; xdb (HP PARISC debugger) functions |
c5ebd279e007
(xdb): New debugger supported (xdb under HPUX-PARISC).
Richard M. Stallman <rms@gnu.org>
parents:
3646
diff
changeset
|
1044 |
3930
ac686479ca51
* gud.el: Add history lists to the debugging commands, so we don't
Jim Blandy <jimb@redhat.com>
parents:
3745
diff
changeset
|
1045 ;;; History of argument lists passed to xdb. |
ac686479ca51
* gud.el: Add history lists to the debugging commands, so we don't
Jim Blandy <jimb@redhat.com>
parents:
3745
diff
changeset
|
1046 (defvar gud-xdb-history nil) |
ac686479ca51
* gud.el: Add history lists to the debugging commands, so we don't
Jim Blandy <jimb@redhat.com>
parents:
3745
diff
changeset
|
1047 |
17663
d2c64a1563f7
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
17658
diff
changeset
|
1048 (defcustom gud-xdb-directories nil |
3745
3c4f7e74e3f0
(gud-xdb-directories): Renamed from gud-xdb-paths.
Richard M. Stallman <rms@gnu.org>
parents:
3738
diff
changeset
|
1049 "*A list of directories that xdb should search for source code. |
3c4f7e74e3f0
(gud-xdb-directories): Renamed from gud-xdb-paths.
Richard M. Stallman <rms@gnu.org>
parents:
3738
diff
changeset
|
1050 If nil, only source files in the program directory |
3c4f7e74e3f0
(gud-xdb-directories): Renamed from gud-xdb-paths.
Richard M. Stallman <rms@gnu.org>
parents:
3738
diff
changeset
|
1051 will be known to xdb. |
3c4f7e74e3f0
(gud-xdb-directories): Renamed from gud-xdb-paths.
Richard M. Stallman <rms@gnu.org>
parents:
3738
diff
changeset
|
1052 |
3c4f7e74e3f0
(gud-xdb-directories): Renamed from gud-xdb-paths.
Richard M. Stallman <rms@gnu.org>
parents:
3738
diff
changeset
|
1053 The file names should be absolute, or relative to the directory |
17663
d2c64a1563f7
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
17658
diff
changeset
|
1054 containing the executable being debugged." |
d2c64a1563f7
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
17658
diff
changeset
|
1055 :type '(choice (const :tag "Current Directory" nil) |
d2c64a1563f7
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
17658
diff
changeset
|
1056 (repeat :value ("") |
d2c64a1563f7
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
17658
diff
changeset
|
1057 directory)) |
d2c64a1563f7
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
17658
diff
changeset
|
1058 :group 'gud) |
3745
3c4f7e74e3f0
(gud-xdb-directories): Renamed from gud-xdb-paths.
Richard M. Stallman <rms@gnu.org>
parents:
3738
diff
changeset
|
1059 |
4092
e72012acb5fb
(gud-debugger-startup): Replaced with gud-massage-args.
Roland McGrath <roland@gnu.org>
parents:
4016
diff
changeset
|
1060 (defun gud-xdb-massage-args (file args) |
e72012acb5fb
(gud-debugger-startup): Replaced with gud-massage-args.
Roland McGrath <roland@gnu.org>
parents:
4016
diff
changeset
|
1061 (nconc (let ((directories gud-xdb-directories) |
e72012acb5fb
(gud-debugger-startup): Replaced with gud-massage-args.
Roland McGrath <roland@gnu.org>
parents:
4016
diff
changeset
|
1062 (result nil)) |
e72012acb5fb
(gud-debugger-startup): Replaced with gud-massage-args.
Roland McGrath <roland@gnu.org>
parents:
4016
diff
changeset
|
1063 (while directories |
e72012acb5fb
(gud-debugger-startup): Replaced with gud-massage-args.
Roland McGrath <roland@gnu.org>
parents:
4016
diff
changeset
|
1064 (setq result (cons (car directories) (cons "-d" result))) |
e72012acb5fb
(gud-debugger-startup): Replaced with gud-massage-args.
Roland McGrath <roland@gnu.org>
parents:
4016
diff
changeset
|
1065 (setq directories (cdr directories))) |
10876
715419786d7f
(gud-common-init): Put substed file name back in original
Richard M. Stallman <rms@gnu.org>
parents:
10518
diff
changeset
|
1066 (nreverse result)) |
4092
e72012acb5fb
(gud-debugger-startup): Replaced with gud-massage-args.
Roland McGrath <roland@gnu.org>
parents:
4016
diff
changeset
|
1067 args)) |
3738
c5ebd279e007
(xdb): New debugger supported (xdb under HPUX-PARISC).
Richard M. Stallman <rms@gnu.org>
parents:
3646
diff
changeset
|
1068 |
c5ebd279e007
(xdb): New debugger supported (xdb under HPUX-PARISC).
Richard M. Stallman <rms@gnu.org>
parents:
3646
diff
changeset
|
1069 (defun gud-xdb-file-name (f) |
c5ebd279e007
(xdb): New debugger supported (xdb under HPUX-PARISC).
Richard M. Stallman <rms@gnu.org>
parents:
3646
diff
changeset
|
1070 "Transform a relative pathname to a full pathname in xdb mode" |
c5ebd279e007
(xdb): New debugger supported (xdb under HPUX-PARISC).
Richard M. Stallman <rms@gnu.org>
parents:
3646
diff
changeset
|
1071 (let ((result nil)) |
c5ebd279e007
(xdb): New debugger supported (xdb under HPUX-PARISC).
Richard M. Stallman <rms@gnu.org>
parents:
3646
diff
changeset
|
1072 (if (file-exists-p f) |
c5ebd279e007
(xdb): New debugger supported (xdb under HPUX-PARISC).
Richard M. Stallman <rms@gnu.org>
parents:
3646
diff
changeset
|
1073 (setq result (expand-file-name f)) |
3745
3c4f7e74e3f0
(gud-xdb-directories): Renamed from gud-xdb-paths.
Richard M. Stallman <rms@gnu.org>
parents:
3738
diff
changeset
|
1074 (let ((directories gud-xdb-directories)) |
3c4f7e74e3f0
(gud-xdb-directories): Renamed from gud-xdb-paths.
Richard M. Stallman <rms@gnu.org>
parents:
3738
diff
changeset
|
1075 (while directories |
3c4f7e74e3f0
(gud-xdb-directories): Renamed from gud-xdb-paths.
Richard M. Stallman <rms@gnu.org>
parents:
3738
diff
changeset
|
1076 (let ((path (concat (car directories) "/" f))) |
3738
c5ebd279e007
(xdb): New debugger supported (xdb under HPUX-PARISC).
Richard M. Stallman <rms@gnu.org>
parents:
3646
diff
changeset
|
1077 (if (file-exists-p path) |
c5ebd279e007
(xdb): New debugger supported (xdb under HPUX-PARISC).
Richard M. Stallman <rms@gnu.org>
parents:
3646
diff
changeset
|
1078 (setq result (expand-file-name path) |
3745
3c4f7e74e3f0
(gud-xdb-directories): Renamed from gud-xdb-paths.
Richard M. Stallman <rms@gnu.org>
parents:
3738
diff
changeset
|
1079 directories nil))) |
3c4f7e74e3f0
(gud-xdb-directories): Renamed from gud-xdb-paths.
Richard M. Stallman <rms@gnu.org>
parents:
3738
diff
changeset
|
1080 (setq directories (cdr directories))))) |
3738
c5ebd279e007
(xdb): New debugger supported (xdb under HPUX-PARISC).
Richard M. Stallman <rms@gnu.org>
parents:
3646
diff
changeset
|
1081 result)) |
c5ebd279e007
(xdb): New debugger supported (xdb under HPUX-PARISC).
Richard M. Stallman <rms@gnu.org>
parents:
3646
diff
changeset
|
1082 |
c5ebd279e007
(xdb): New debugger supported (xdb under HPUX-PARISC).
Richard M. Stallman <rms@gnu.org>
parents:
3646
diff
changeset
|
1083 ;; xdb does not print the lines all at once, so we have to accumulate them |
c5ebd279e007
(xdb): New debugger supported (xdb under HPUX-PARISC).
Richard M. Stallman <rms@gnu.org>
parents:
3646
diff
changeset
|
1084 (defun gud-xdb-marker-filter (string) |
c5ebd279e007
(xdb): New debugger supported (xdb under HPUX-PARISC).
Richard M. Stallman <rms@gnu.org>
parents:
3646
diff
changeset
|
1085 (let (result) |
c5ebd279e007
(xdb): New debugger supported (xdb under HPUX-PARISC).
Richard M. Stallman <rms@gnu.org>
parents:
3646
diff
changeset
|
1086 (if (or (string-match comint-prompt-regexp string) |
c5ebd279e007
(xdb): New debugger supported (xdb under HPUX-PARISC).
Richard M. Stallman <rms@gnu.org>
parents:
3646
diff
changeset
|
1087 (string-match ".*\012" string)) |
7165
d53c76129763
(gud-mips-p, gud-irix-p): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
7074
diff
changeset
|
1088 (setq result (concat gud-marker-acc string) |
d53c76129763
(gud-mips-p, gud-irix-p): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
7074
diff
changeset
|
1089 gud-marker-acc "") |
d53c76129763
(gud-mips-p, gud-irix-p): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
7074
diff
changeset
|
1090 (setq gud-marker-acc (concat gud-marker-acc string))) |
3738
c5ebd279e007
(xdb): New debugger supported (xdb under HPUX-PARISC).
Richard M. Stallman <rms@gnu.org>
parents:
3646
diff
changeset
|
1091 (if result |
12743
d9dc148cd8ac
(gud-xdb-marker-filter): Change pattern to accept spc at end.
Richard M. Stallman <rms@gnu.org>
parents:
12340
diff
changeset
|
1092 (if (or (string-match "\\([^\n \t:]+\\): [^:]+: \\([0-9]+\\)[: ]" |
d9dc148cd8ac
(gud-xdb-marker-filter): Change pattern to accept spc at end.
Richard M. Stallman <rms@gnu.org>
parents:
12340
diff
changeset
|
1093 result) |
3738
c5ebd279e007
(xdb): New debugger supported (xdb under HPUX-PARISC).
Richard M. Stallman <rms@gnu.org>
parents:
3646
diff
changeset
|
1094 (string-match "[^: \t]+:[ \t]+\\([^:]+\\): [^:]+: \\([0-9]+\\):" |
c5ebd279e007
(xdb): New debugger supported (xdb under HPUX-PARISC).
Richard M. Stallman <rms@gnu.org>
parents:
3646
diff
changeset
|
1095 result)) |
12743
d9dc148cd8ac
(gud-xdb-marker-filter): Change pattern to accept spc at end.
Richard M. Stallman <rms@gnu.org>
parents:
12340
diff
changeset
|
1096 (let ((line (string-to-int |
3738
c5ebd279e007
(xdb): New debugger supported (xdb under HPUX-PARISC).
Richard M. Stallman <rms@gnu.org>
parents:
3646
diff
changeset
|
1097 (substring result (match-beginning 2) (match-end 2)))) |
c5ebd279e007
(xdb): New debugger supported (xdb under HPUX-PARISC).
Richard M. Stallman <rms@gnu.org>
parents:
3646
diff
changeset
|
1098 (file (gud-xdb-file-name |
c5ebd279e007
(xdb): New debugger supported (xdb under HPUX-PARISC).
Richard M. Stallman <rms@gnu.org>
parents:
3646
diff
changeset
|
1099 (substring result (match-beginning 1) (match-end 1))))) |
c5ebd279e007
(xdb): New debugger supported (xdb under HPUX-PARISC).
Richard M. Stallman <rms@gnu.org>
parents:
3646
diff
changeset
|
1100 (if file |
c5ebd279e007
(xdb): New debugger supported (xdb under HPUX-PARISC).
Richard M. Stallman <rms@gnu.org>
parents:
3646
diff
changeset
|
1101 (setq gud-last-frame (cons file line)))))) |
22159
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1102 (or result ""))) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1103 |
3738
c5ebd279e007
(xdb): New debugger supported (xdb under HPUX-PARISC).
Richard M. Stallman <rms@gnu.org>
parents:
3646
diff
changeset
|
1104 (defun gud-xdb-find-file (f) |
10448
ec596f12f13f
(gud-gdb-find-file): Propagate debug menu to found buffers.
Richard M. Stallman <rms@gnu.org>
parents:
10447
diff
changeset
|
1105 (save-excursion |
ec596f12f13f
(gud-gdb-find-file): Propagate debug menu to found buffers.
Richard M. Stallman <rms@gnu.org>
parents:
10447
diff
changeset
|
1106 (let ((realf (gud-xdb-file-name f))) |
ec596f12f13f
(gud-gdb-find-file): Propagate debug menu to found buffers.
Richard M. Stallman <rms@gnu.org>
parents:
10447
diff
changeset
|
1107 (if realf |
ec596f12f13f
(gud-gdb-find-file): Propagate debug menu to found buffers.
Richard M. Stallman <rms@gnu.org>
parents:
10447
diff
changeset
|
1108 (let ((buf (find-file-noselect realf))) |
ec596f12f13f
(gud-gdb-find-file): Propagate debug menu to found buffers.
Richard M. Stallman <rms@gnu.org>
parents:
10447
diff
changeset
|
1109 (set-buffer buf) |
12002
9d22f732d7d8
(gud-make-debug-menu): New function.
Karl Heuer <kwzh@gnu.org>
parents:
11960
diff
changeset
|
1110 (gud-make-debug-menu) |
10448
ec596f12f13f
(gud-gdb-find-file): Propagate debug menu to found buffers.
Richard M. Stallman <rms@gnu.org>
parents:
10447
diff
changeset
|
1111 (local-set-key [menu-bar debug tbreak] |
12032
b60e87249b27
Fix capitalization in menu bar.
Karl Heuer <kwzh@gnu.org>
parents:
12004
diff
changeset
|
1112 '("Temporary Breakpoint" . gud-tbreak)) |
10448
ec596f12f13f
(gud-gdb-find-file): Propagate debug menu to found buffers.
Richard M. Stallman <rms@gnu.org>
parents:
10447
diff
changeset
|
1113 (local-set-key [menu-bar debug finish] |
12032
b60e87249b27
Fix capitalization in menu bar.
Karl Heuer <kwzh@gnu.org>
parents:
12004
diff
changeset
|
1114 '("Finish Function" . gud-finish)) |
b60e87249b27
Fix capitalization in menu bar.
Karl Heuer <kwzh@gnu.org>
parents:
12004
diff
changeset
|
1115 (local-set-key [menu-bar debug up] '("Up Stack" . gud-up)) |
b60e87249b27
Fix capitalization in menu bar.
Karl Heuer <kwzh@gnu.org>
parents:
12004
diff
changeset
|
1116 (local-set-key [menu-bar debug down] '("Down Stack" . gud-down)) |
10448
ec596f12f13f
(gud-gdb-find-file): Propagate debug menu to found buffers.
Richard M. Stallman <rms@gnu.org>
parents:
10447
diff
changeset
|
1117 buf) |
ec596f12f13f
(gud-gdb-find-file): Propagate debug menu to found buffers.
Richard M. Stallman <rms@gnu.org>
parents:
10447
diff
changeset
|
1118 nil)))) |
3738
c5ebd279e007
(xdb): New debugger supported (xdb under HPUX-PARISC).
Richard M. Stallman <rms@gnu.org>
parents:
3646
diff
changeset
|
1119 |
c5ebd279e007
(xdb): New debugger supported (xdb under HPUX-PARISC).
Richard M. Stallman <rms@gnu.org>
parents:
3646
diff
changeset
|
1120 ;;;###autoload |
4092
e72012acb5fb
(gud-debugger-startup): Replaced with gud-massage-args.
Roland McGrath <roland@gnu.org>
parents:
4016
diff
changeset
|
1121 (defun xdb (command-line) |
3738
c5ebd279e007
(xdb): New debugger supported (xdb under HPUX-PARISC).
Richard M. Stallman <rms@gnu.org>
parents:
3646
diff
changeset
|
1122 "Run xdb on program FILE in buffer *gud-FILE*. |
c5ebd279e007
(xdb): New debugger supported (xdb under HPUX-PARISC).
Richard M. Stallman <rms@gnu.org>
parents:
3646
diff
changeset
|
1123 The directory containing FILE becomes the initial working directory |
c5ebd279e007
(xdb): New debugger supported (xdb under HPUX-PARISC).
Richard M. Stallman <rms@gnu.org>
parents:
3646
diff
changeset
|
1124 and source-file directory for your debugger. |
c5ebd279e007
(xdb): New debugger supported (xdb under HPUX-PARISC).
Richard M. Stallman <rms@gnu.org>
parents:
3646
diff
changeset
|
1125 |
3745
3c4f7e74e3f0
(gud-xdb-directories): Renamed from gud-xdb-paths.
Richard M. Stallman <rms@gnu.org>
parents:
3738
diff
changeset
|
1126 You can set the variable 'gud-xdb-directories' to a list of program source |
3738
c5ebd279e007
(xdb): New debugger supported (xdb under HPUX-PARISC).
Richard M. Stallman <rms@gnu.org>
parents:
3646
diff
changeset
|
1127 directories if your program contains sources from more than one directory." |
3930
ac686479ca51
* gud.el: Add history lists to the debugging commands, so we don't
Jim Blandy <jimb@redhat.com>
parents:
3745
diff
changeset
|
1128 (interactive |
4092
e72012acb5fb
(gud-debugger-startup): Replaced with gud-massage-args.
Roland McGrath <roland@gnu.org>
parents:
4016
diff
changeset
|
1129 (list (read-from-minibuffer "Run xdb (like this): " |
3930
ac686479ca51
* gud.el: Add history lists to the debugging commands, so we don't
Jim Blandy <jimb@redhat.com>
parents:
3745
diff
changeset
|
1130 (if (consp gud-xdb-history) |
ac686479ca51
* gud.el: Add history lists to the debugging commands, so we don't
Jim Blandy <jimb@redhat.com>
parents:
3745
diff
changeset
|
1131 (car gud-xdb-history) |
4092
e72012acb5fb
(gud-debugger-startup): Replaced with gud-massage-args.
Roland McGrath <roland@gnu.org>
parents:
4016
diff
changeset
|
1132 "xdb ") |
3930
ac686479ca51
* gud.el: Add history lists to the debugging commands, so we don't
Jim Blandy <jimb@redhat.com>
parents:
3745
diff
changeset
|
1133 nil nil |
ac686479ca51
* gud.el: Add history lists to the debugging commands, so we don't
Jim Blandy <jimb@redhat.com>
parents:
3745
diff
changeset
|
1134 '(gud-xdb-history . 1)))) |
3738
c5ebd279e007
(xdb): New debugger supported (xdb under HPUX-PARISC).
Richard M. Stallman <rms@gnu.org>
parents:
3646
diff
changeset
|
1135 |
9190
4e66c15e2d6c
(gud-overload-functions): Function deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8645
diff
changeset
|
1136 (gud-common-init command-line 'gud-xdb-massage-args |
4e66c15e2d6c
(gud-overload-functions): Function deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8645
diff
changeset
|
1137 'gud-xdb-marker-filter 'gud-xdb-find-file) |
3738
c5ebd279e007
(xdb): New debugger supported (xdb under HPUX-PARISC).
Richard M. Stallman <rms@gnu.org>
parents:
3646
diff
changeset
|
1138 |
c5ebd279e007
(xdb): New debugger supported (xdb under HPUX-PARISC).
Richard M. Stallman <rms@gnu.org>
parents:
3646
diff
changeset
|
1139 (gud-def gud-break "b %f:%l" "\C-b" "Set breakpoint at current line.") |
c5ebd279e007
(xdb): New debugger supported (xdb under HPUX-PARISC).
Richard M. Stallman <rms@gnu.org>
parents:
3646
diff
changeset
|
1140 (gud-def gud-tbreak "b %f:%l\\t" "\C-t" |
c5ebd279e007
(xdb): New debugger supported (xdb under HPUX-PARISC).
Richard M. Stallman <rms@gnu.org>
parents:
3646
diff
changeset
|
1141 "Set temporary breakpoint at current line.") |
c5ebd279e007
(xdb): New debugger supported (xdb under HPUX-PARISC).
Richard M. Stallman <rms@gnu.org>
parents:
3646
diff
changeset
|
1142 (gud-def gud-remove "db" "\C-d" "Remove breakpoint at current line") |
c5ebd279e007
(xdb): New debugger supported (xdb under HPUX-PARISC).
Richard M. Stallman <rms@gnu.org>
parents:
3646
diff
changeset
|
1143 (gud-def gud-step "s %p" "\C-s" "Step one line with display.") |
c5ebd279e007
(xdb): New debugger supported (xdb under HPUX-PARISC).
Richard M. Stallman <rms@gnu.org>
parents:
3646
diff
changeset
|
1144 (gud-def gud-next "S %p" "\C-n" "Step one line (skip functions).") |
c5ebd279e007
(xdb): New debugger supported (xdb under HPUX-PARISC).
Richard M. Stallman <rms@gnu.org>
parents:
3646
diff
changeset
|
1145 (gud-def gud-cont "c" "\C-r" "Continue with display.") |
c5ebd279e007
(xdb): New debugger supported (xdb under HPUX-PARISC).
Richard M. Stallman <rms@gnu.org>
parents:
3646
diff
changeset
|
1146 (gud-def gud-up "up %p" "<" "Up (numeric arg) stack frames.") |
c5ebd279e007
(xdb): New debugger supported (xdb under HPUX-PARISC).
Richard M. Stallman <rms@gnu.org>
parents:
3646
diff
changeset
|
1147 (gud-def gud-down "down %p" ">" "Down (numeric arg) stack frames.") |
c5ebd279e007
(xdb): New debugger supported (xdb under HPUX-PARISC).
Richard M. Stallman <rms@gnu.org>
parents:
3646
diff
changeset
|
1148 (gud-def gud-finish "bu\\t" "\C-f" "Finish executing current function.") |
c5ebd279e007
(xdb): New debugger supported (xdb under HPUX-PARISC).
Richard M. Stallman <rms@gnu.org>
parents:
3646
diff
changeset
|
1149 (gud-def gud-print "p %e" "\C-p" "Evaluate C expression at point.") |
c5ebd279e007
(xdb): New debugger supported (xdb under HPUX-PARISC).
Richard M. Stallman <rms@gnu.org>
parents:
3646
diff
changeset
|
1150 |
c5ebd279e007
(xdb): New debugger supported (xdb under HPUX-PARISC).
Richard M. Stallman <rms@gnu.org>
parents:
3646
diff
changeset
|
1151 (setq comint-prompt-regexp "^>") |
6997
efca30974157
(gdb, sdb, dbx, xdb, perldb): Set paragraph-start.
Richard M. Stallman <rms@gnu.org>
parents:
6821
diff
changeset
|
1152 (setq paragraph-start comint-prompt-regexp) |
12032
b60e87249b27
Fix capitalization in menu bar.
Karl Heuer <kwzh@gnu.org>
parents:
12004
diff
changeset
|
1153 (local-set-key [menu-bar debug tbreak] '("Temporary Breakpoint" . gud-tbreak)) |
b60e87249b27
Fix capitalization in menu bar.
Karl Heuer <kwzh@gnu.org>
parents:
12004
diff
changeset
|
1154 (local-set-key [menu-bar debug finish] '("Finish Function" . gud-finish)) |
b60e87249b27
Fix capitalization in menu bar.
Karl Heuer <kwzh@gnu.org>
parents:
12004
diff
changeset
|
1155 (local-set-key [menu-bar debug up] '("Up Stack" . gud-up)) |
b60e87249b27
Fix capitalization in menu bar.
Karl Heuer <kwzh@gnu.org>
parents:
12004
diff
changeset
|
1156 (local-set-key [menu-bar debug down] '("Down Stack" . gud-down)) |
3738
c5ebd279e007
(xdb): New debugger supported (xdb under HPUX-PARISC).
Richard M. Stallman <rms@gnu.org>
parents:
3646
diff
changeset
|
1157 (run-hooks 'xdb-mode-hook)) |
4729
fdbcbaea7296
(perldb): New function, plus subroutines.
Richard M. Stallman <rms@gnu.org>
parents:
4497
diff
changeset
|
1158 |
fdbcbaea7296
(perldb): New function, plus subroutines.
Richard M. Stallman <rms@gnu.org>
parents:
4497
diff
changeset
|
1159 ;; ====================================================================== |
fdbcbaea7296
(perldb): New function, plus subroutines.
Richard M. Stallman <rms@gnu.org>
parents:
4497
diff
changeset
|
1160 ;; perldb functions |
fdbcbaea7296
(perldb): New function, plus subroutines.
Richard M. Stallman <rms@gnu.org>
parents:
4497
diff
changeset
|
1161 |
fdbcbaea7296
(perldb): New function, plus subroutines.
Richard M. Stallman <rms@gnu.org>
parents:
4497
diff
changeset
|
1162 ;;; History of argument lists passed to perldb. |
fdbcbaea7296
(perldb): New function, plus subroutines.
Richard M. Stallman <rms@gnu.org>
parents:
4497
diff
changeset
|
1163 (defvar gud-perldb-history nil) |
fdbcbaea7296
(perldb): New function, plus subroutines.
Richard M. Stallman <rms@gnu.org>
parents:
4497
diff
changeset
|
1164 |
fdbcbaea7296
(perldb): New function, plus subroutines.
Richard M. Stallman <rms@gnu.org>
parents:
4497
diff
changeset
|
1165 (defun gud-perldb-massage-args (file args) |
22159
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1166 (cond ((equal (car args) "-e") |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1167 (cons "-d" |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1168 (cons (car args) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1169 (cons (nth 1 args) |
16327
2239440f2f00
(gud-perldb-massage-args): Handle -e in ARGS.
Richard M. Stallman <rms@gnu.org>
parents:
16250
diff
changeset
|
1170 (cons "--" (cons "-emacs" (cdr (cdr args)))))))) |
2239440f2f00
(gud-perldb-massage-args): Handle -e in ARGS.
Richard M. Stallman <rms@gnu.org>
parents:
16250
diff
changeset
|
1171 (t |
2239440f2f00
(gud-perldb-massage-args): Handle -e in ARGS.
Richard M. Stallman <rms@gnu.org>
parents:
16250
diff
changeset
|
1172 (cons "-d" (cons (car args) (cons "-emacs" (cdr args))))))) |
4729
fdbcbaea7296
(perldb): New function, plus subroutines.
Richard M. Stallman <rms@gnu.org>
parents:
4497
diff
changeset
|
1173 |
fdbcbaea7296
(perldb): New function, plus subroutines.
Richard M. Stallman <rms@gnu.org>
parents:
4497
diff
changeset
|
1174 ;; There's no guarantee that Emacs will hand the filter the entire |
fdbcbaea7296
(perldb): New function, plus subroutines.
Richard M. Stallman <rms@gnu.org>
parents:
4497
diff
changeset
|
1175 ;; marker at once; it could be broken up across several strings. We |
fdbcbaea7296
(perldb): New function, plus subroutines.
Richard M. Stallman <rms@gnu.org>
parents:
4497
diff
changeset
|
1176 ;; might even receive a big chunk with several markers in it. If we |
fdbcbaea7296
(perldb): New function, plus subroutines.
Richard M. Stallman <rms@gnu.org>
parents:
4497
diff
changeset
|
1177 ;; receive a chunk of text which looks like it might contain the |
fdbcbaea7296
(perldb): New function, plus subroutines.
Richard M. Stallman <rms@gnu.org>
parents:
4497
diff
changeset
|
1178 ;; beginning of a marker, we save it here between calls to the |
fdbcbaea7296
(perldb): New function, plus subroutines.
Richard M. Stallman <rms@gnu.org>
parents:
4497
diff
changeset
|
1179 ;; filter. |
fdbcbaea7296
(perldb): New function, plus subroutines.
Richard M. Stallman <rms@gnu.org>
parents:
4497
diff
changeset
|
1180 (defun gud-perldb-marker-filter (string) |
10042
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
1181 (setq gud-marker-acc (concat gud-marker-acc string)) |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
1182 (let ((output "")) |
4729
fdbcbaea7296
(perldb): New function, plus subroutines.
Richard M. Stallman <rms@gnu.org>
parents:
4497
diff
changeset
|
1183 |
10042
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
1184 ;; Process all the complete markers in this chunk. |
16327
2239440f2f00
(gud-perldb-massage-args): Handle -e in ARGS.
Richard M. Stallman <rms@gnu.org>
parents:
16250
diff
changeset
|
1185 (while (string-match "\032\032\\(\\([a-zA-Z]:\\)?[^:\n]*\\):\\([0-9]*\\):.*\n" |
10042
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
1186 gud-marker-acc) |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
1187 (setq |
4729
fdbcbaea7296
(perldb): New function, plus subroutines.
Richard M. Stallman <rms@gnu.org>
parents:
4497
diff
changeset
|
1188 |
10042
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
1189 ;; Extract the frame position from the marker. |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
1190 gud-last-frame |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
1191 (cons (substring gud-marker-acc (match-beginning 1) (match-end 1)) |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
1192 (string-to-int (substring gud-marker-acc |
16327
2239440f2f00
(gud-perldb-massage-args): Handle -e in ARGS.
Richard M. Stallman <rms@gnu.org>
parents:
16250
diff
changeset
|
1193 (match-beginning 3) |
2239440f2f00
(gud-perldb-massage-args): Handle -e in ARGS.
Richard M. Stallman <rms@gnu.org>
parents:
16250
diff
changeset
|
1194 (match-end 3)))) |
4729
fdbcbaea7296
(perldb): New function, plus subroutines.
Richard M. Stallman <rms@gnu.org>
parents:
4497
diff
changeset
|
1195 |
10042
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
1196 ;; Append any text before the marker to the output we're going |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
1197 ;; to return - we don't include the marker in this text. |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
1198 output (concat output |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
1199 (substring gud-marker-acc 0 (match-beginning 0))) |
4729
fdbcbaea7296
(perldb): New function, plus subroutines.
Richard M. Stallman <rms@gnu.org>
parents:
4497
diff
changeset
|
1200 |
10042
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
1201 ;; Set the accumulator to the remaining text. |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
1202 gud-marker-acc (substring gud-marker-acc (match-end 0)))) |
4729
fdbcbaea7296
(perldb): New function, plus subroutines.
Richard M. Stallman <rms@gnu.org>
parents:
4497
diff
changeset
|
1203 |
10042
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
1204 ;; Does the remaining text look like it might end with the |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
1205 ;; beginning of another marker? If it does, then keep it in |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
1206 ;; gud-marker-acc until we receive the rest of it. Since we |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
1207 ;; know the full marker regexp above failed, it's pretty simple to |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
1208 ;; test for marker starts. |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
1209 (if (string-match "\032.*\\'" gud-marker-acc) |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
1210 (progn |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
1211 ;; Everything before the potential marker start can be output. |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
1212 (setq output (concat output (substring gud-marker-acc |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
1213 0 (match-beginning 0)))) |
4729
fdbcbaea7296
(perldb): New function, plus subroutines.
Richard M. Stallman <rms@gnu.org>
parents:
4497
diff
changeset
|
1214 |
10042
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
1215 ;; Everything after, we save, to combine with later input. |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
1216 (setq gud-marker-acc |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
1217 (substring gud-marker-acc (match-beginning 0)))) |
4729
fdbcbaea7296
(perldb): New function, plus subroutines.
Richard M. Stallman <rms@gnu.org>
parents:
4497
diff
changeset
|
1218 |
10042
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
1219 (setq output (concat output gud-marker-acc) |
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
1220 gud-marker-acc "")) |
4729
fdbcbaea7296
(perldb): New function, plus subroutines.
Richard M. Stallman <rms@gnu.org>
parents:
4497
diff
changeset
|
1221 |
10042
d062993c96a0
(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
Richard M. Stallman <rms@gnu.org>
parents:
9816
diff
changeset
|
1222 output)) |
4729
fdbcbaea7296
(perldb): New function, plus subroutines.
Richard M. Stallman <rms@gnu.org>
parents:
4497
diff
changeset
|
1223 |
fdbcbaea7296
(perldb): New function, plus subroutines.
Richard M. Stallman <rms@gnu.org>
parents:
4497
diff
changeset
|
1224 (defun gud-perldb-find-file (f) |
10448
ec596f12f13f
(gud-gdb-find-file): Propagate debug menu to found buffers.
Richard M. Stallman <rms@gnu.org>
parents:
10447
diff
changeset
|
1225 (save-excursion |
ec596f12f13f
(gud-gdb-find-file): Propagate debug menu to found buffers.
Richard M. Stallman <rms@gnu.org>
parents:
10447
diff
changeset
|
1226 (let ((buf (find-file-noselect f))) |
ec596f12f13f
(gud-gdb-find-file): Propagate debug menu to found buffers.
Richard M. Stallman <rms@gnu.org>
parents:
10447
diff
changeset
|
1227 (set-buffer buf) |
12004
b28537b10443
(gud-perldb-find-file): Use gud-make-debug-menu.
Karl Heuer <kwzh@gnu.org>
parents:
12003
diff
changeset
|
1228 (gud-make-debug-menu) |
10448
ec596f12f13f
(gud-gdb-find-file): Propagate debug menu to found buffers.
Richard M. Stallman <rms@gnu.org>
parents:
10447
diff
changeset
|
1229 buf))) |
4729
fdbcbaea7296
(perldb): New function, plus subroutines.
Richard M. Stallman <rms@gnu.org>
parents:
4497
diff
changeset
|
1230 |
21336
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1231 (defcustom gud-perldb-command-name "perl" |
17663
d2c64a1563f7
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
17658
diff
changeset
|
1232 "File name for executing Perl." |
d2c64a1563f7
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
17658
diff
changeset
|
1233 :type 'string |
d2c64a1563f7
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
17658
diff
changeset
|
1234 :group 'gud) |
15755
95be49f33453
(perldb-command-name): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
15624
diff
changeset
|
1235 |
4729
fdbcbaea7296
(perldb): New function, plus subroutines.
Richard M. Stallman <rms@gnu.org>
parents:
4497
diff
changeset
|
1236 ;;;###autoload |
fdbcbaea7296
(perldb): New function, plus subroutines.
Richard M. Stallman <rms@gnu.org>
parents:
4497
diff
changeset
|
1237 (defun perldb (command-line) |
fdbcbaea7296
(perldb): New function, plus subroutines.
Richard M. Stallman <rms@gnu.org>
parents:
4497
diff
changeset
|
1238 "Run perldb on program FILE in buffer *gud-FILE*. |
fdbcbaea7296
(perldb): New function, plus subroutines.
Richard M. Stallman <rms@gnu.org>
parents:
4497
diff
changeset
|
1239 The directory containing FILE becomes the initial working directory |
fdbcbaea7296
(perldb): New function, plus subroutines.
Richard M. Stallman <rms@gnu.org>
parents:
4497
diff
changeset
|
1240 and source-file directory for your debugger." |
fdbcbaea7296
(perldb): New function, plus subroutines.
Richard M. Stallman <rms@gnu.org>
parents:
4497
diff
changeset
|
1241 (interactive |
fdbcbaea7296
(perldb): New function, plus subroutines.
Richard M. Stallman <rms@gnu.org>
parents:
4497
diff
changeset
|
1242 (list (read-from-minibuffer "Run perldb (like this): " |
fdbcbaea7296
(perldb): New function, plus subroutines.
Richard M. Stallman <rms@gnu.org>
parents:
4497
diff
changeset
|
1243 (if (consp gud-perldb-history) |
fdbcbaea7296
(perldb): New function, plus subroutines.
Richard M. Stallman <rms@gnu.org>
parents:
4497
diff
changeset
|
1244 (car gud-perldb-history) |
21336
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1245 (concat gud-perldb-command-name |
16362
0a969fac6f65
(perldb): Supply visited file name, or -e 0, as default args.
Richard M. Stallman <rms@gnu.org>
parents:
16327
diff
changeset
|
1246 " " |
0a969fac6f65
(perldb): Supply visited file name, or -e 0, as default args.
Richard M. Stallman <rms@gnu.org>
parents:
16327
diff
changeset
|
1247 (or (buffer-file-name) |
19890
7c3a2b987f89
(perldb): Fix paren error in call to read-from-minibuffer.
Richard M. Stallman <rms@gnu.org>
parents:
19682
diff
changeset
|
1248 "-e 0") |
7c3a2b987f89
(perldb): Fix paren error in call to read-from-minibuffer.
Richard M. Stallman <rms@gnu.org>
parents:
19682
diff
changeset
|
1249 " ")) |
4729
fdbcbaea7296
(perldb): New function, plus subroutines.
Richard M. Stallman <rms@gnu.org>
parents:
4497
diff
changeset
|
1250 nil nil |
fdbcbaea7296
(perldb): New function, plus subroutines.
Richard M. Stallman <rms@gnu.org>
parents:
4497
diff
changeset
|
1251 '(gud-perldb-history . 1)))) |
fdbcbaea7296
(perldb): New function, plus subroutines.
Richard M. Stallman <rms@gnu.org>
parents:
4497
diff
changeset
|
1252 |
9190
4e66c15e2d6c
(gud-overload-functions): Function deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8645
diff
changeset
|
1253 (gud-common-init command-line 'gud-perldb-massage-args |
4e66c15e2d6c
(gud-overload-functions): Function deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8645
diff
changeset
|
1254 'gud-perldb-marker-filter 'gud-perldb-find-file) |
4729
fdbcbaea7296
(perldb): New function, plus subroutines.
Richard M. Stallman <rms@gnu.org>
parents:
4497
diff
changeset
|
1255 |
4732 | 1256 (gud-def gud-break "b %l" "\C-b" "Set breakpoint at current line.") |
1257 (gud-def gud-remove "d %l" "\C-d" "Remove breakpoint at current line") | |
1258 (gud-def gud-step "s" "\C-s" "Step one source line with display.") | |
1259 (gud-def gud-next "n" "\C-n" "Step one line (skip functions).") | |
1260 (gud-def gud-cont "c" "\C-r" "Continue with display.") | |
1261 ; (gud-def gud-finish "finish" "\C-f" "Finish executing current function.") | |
1262 ; (gud-def gud-up "up %p" "<" "Up N stack frames (numeric arg).") | |
1263 ; (gud-def gud-down "down %p" ">" "Down N stack frames (numeric arg).") | |
1264 (gud-def gud-print "%e" "\C-p" "Evaluate perl expression at point.") | |
4729
fdbcbaea7296
(perldb): New function, plus subroutines.
Richard M. Stallman <rms@gnu.org>
parents:
4497
diff
changeset
|
1265 |
16327
2239440f2f00
(gud-perldb-massage-args): Handle -e in ARGS.
Richard M. Stallman <rms@gnu.org>
parents:
16250
diff
changeset
|
1266 (setq comint-prompt-regexp "^ DB<+[0-9]+>+ ") |
6997
efca30974157
(gdb, sdb, dbx, xdb, perldb): Set paragraph-start.
Richard M. Stallman <rms@gnu.org>
parents:
6821
diff
changeset
|
1267 (setq paragraph-start comint-prompt-regexp) |
4732 | 1268 (run-hooks 'perldb-mode-hook) |
4729
fdbcbaea7296
(perldb): New function, plus subroutines.
Richard M. Stallman <rms@gnu.org>
parents:
4497
diff
changeset
|
1269 ) |
21336
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1270 |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1271 ;; ====================================================================== |
22173 | 1272 ;; pdb (Python debugger) functions |
1273 | |
1274 ;;; History of argument lists passed to pdb. | |
1275 (defvar gud-pdb-history nil) | |
1276 | |
1277 (defun gud-pdb-massage-args (file args) | |
1278 args) | |
1279 | |
1280 ;; Last group is for return value, e.g. "> test.py(2)foo()->None" | |
1281 ;; Either file or function name may be omitted: "> <string>(0)?()" | |
1282 (defvar gud-pdb-marker-regexp | |
1283 "^> \\([-a-zA-Z0-9_/.]*\\|<string>\\)(\\([0-9]+\\))\\([a-zA-Z0-9_]*\\|\\?\\)()\\(->[^\n]*\\)?\n") | |
1284 (defvar gud-pdb-marker-regexp-file-group 1) | |
1285 (defvar gud-pdb-marker-regexp-line-group 2) | |
1286 (defvar gud-pdb-marker-regexp-fnname-group 3) | |
1287 | |
1288 (defvar gud-pdb-marker-regexp-start "^> ") | |
1289 | |
1290 ;; There's no guarantee that Emacs will hand the filter the entire | |
1291 ;; marker at once; it could be broken up across several strings. We | |
1292 ;; might even receive a big chunk with several markers in it. If we | |
1293 ;; receive a chunk of text which looks like it might contain the | |
1294 ;; beginning of a marker, we save it here between calls to the | |
1295 ;; filter. | |
1296 (defun gud-pdb-marker-filter (string) | |
1297 (setq gud-marker-acc (concat gud-marker-acc string)) | |
1298 (let ((output "")) | |
1299 | |
1300 ;; Process all the complete markers in this chunk. | |
1301 (while (string-match gud-pdb-marker-regexp gud-marker-acc) | |
1302 (setq | |
1303 | |
1304 ;; Extract the frame position from the marker. | |
1305 gud-last-frame | |
1306 (let ((file (match-string gud-pdb-marker-regexp-file-group | |
1307 gud-marker-acc)) | |
1308 (line (string-to-int | |
1309 (match-string gud-pdb-marker-regexp-line-group | |
1310 gud-marker-acc)))) | |
1311 (if (string-equal file "<string>") | |
1312 gud-last-frame | |
1313 (cons file line))) | |
1314 | |
1315 ;; Output everything instead of the below | |
1316 output (concat output (substring gud-marker-acc 0 (match-end 0))) | |
1317 ;; ;; Append any text before the marker to the output we're going | |
1318 ;; ;; to return - we don't include the marker in this text. | |
1319 ;; output (concat output | |
1320 ;; (substring gud-marker-acc 0 (match-beginning 0))) | |
1321 | |
1322 ;; Set the accumulator to the remaining text. | |
1323 gud-marker-acc (substring gud-marker-acc (match-end 0)))) | |
1324 | |
1325 ;; Does the remaining text look like it might end with the | |
1326 ;; beginning of another marker? If it does, then keep it in | |
1327 ;; gud-marker-acc until we receive the rest of it. Since we | |
1328 ;; know the full marker regexp above failed, it's pretty simple to | |
1329 ;; test for marker starts. | |
1330 (if (string-match gud-pdb-marker-regexp-start gud-marker-acc) | |
1331 (progn | |
1332 ;; Everything before the potential marker start can be output. | |
1333 (setq output (concat output (substring gud-marker-acc | |
1334 0 (match-beginning 0)))) | |
1335 | |
1336 ;; Everything after, we save, to combine with later input. | |
1337 (setq gud-marker-acc | |
1338 (substring gud-marker-acc (match-beginning 0)))) | |
1339 | |
1340 (setq output (concat output gud-marker-acc) | |
1341 gud-marker-acc "")) | |
1342 | |
1343 output)) | |
1344 | |
1345 (defun gud-pdb-find-file (f) | |
1346 (save-excursion | |
1347 (let ((buf (find-file-noselect f))) | |
1348 (set-buffer buf) | |
1349 (gud-make-debug-menu) | |
1350 ;; (local-set-key [menu-bar debug finish] '("Finish Function" . gud-finish)) | |
1351 ;; (local-set-key [menu-bar debug up] '("Up Stack" . gud-up)) | |
1352 ;; (local-set-key [menu-bar debug down] '("Down Stack" . gud-down)) | |
1353 buf))) | |
1354 | |
1355 (defvar pdb-minibuffer-local-map nil | |
1356 "Keymap for minibuffer prompting of pdb startup command.") | |
1357 (if pdb-minibuffer-local-map | |
1358 () | |
1359 (setq pdb-minibuffer-local-map (copy-keymap minibuffer-local-map)) | |
1360 (define-key | |
1361 pdb-minibuffer-local-map "\C-i" 'comint-dynamic-complete-filename)) | |
1362 | |
1363 (defcustom gud-pdb-command-name "pdb" | |
1364 "File name for executing the Python debugger. | |
1365 This should be an executable on your path, or an absolute file name." | |
1366 :type 'string | |
1367 :group 'gud) | |
1368 | |
1369 ;;;###autoload | |
1370 (defun pdb (command-line) | |
1371 "Run pdb on program FILE in buffer `*gud-FILE*'. | |
1372 The directory containing FILE becomes the initial working directory | |
1373 and source-file directory for your debugger." | |
1374 (interactive | |
1375 (list (read-from-minibuffer "Run pdb (like this): " | |
1376 (if (consp gud-pdb-history) | |
1377 (car gud-pdb-history) | |
1378 (concat gud-pdb-command-name " ")) | |
1379 pdb-minibuffer-local-map nil | |
1380 '(gud-pdb-history . 1)))) | |
1381 | |
1382 (gud-common-init command-line 'gud-pdb-massage-args | |
1383 'gud-pdb-marker-filter 'gud-pdb-find-file) | |
1384 | |
1385 (gud-def gud-break "break %l" "\C-b" "Set breakpoint at current line.") | |
1386 (gud-def gud-remove "clear %l" "\C-d" "Remove breakpoint at current line") | |
1387 (gud-def gud-step "step" "\C-s" "Step one source line with display.") | |
1388 (gud-def gud-next "next" "\C-n" "Step one line (skip functions).") | |
1389 (gud-def gud-cont "continue" "\C-r" "Continue with display.") | |
1390 (gud-def gud-finish "return" "\C-f" "Finish executing current function.") | |
1391 (gud-def gud-up "up" "<" "Up one stack frame.") | |
1392 (gud-def gud-down "down" ">" "Down one stack frame.") | |
1393 (gud-def gud-print "p %e" "\C-p" "Evaluate Python expression at point.") | |
1394 ;; Is this right? | |
1395 (gud-def gud-statement "! %e" "\C-e" "Execute Python statement at point.") | |
1396 | |
1397 (local-set-key [menu-bar debug finish] '("Finish Function" . gud-finish)) | |
1398 (local-set-key [menu-bar debug up] '("Up Stack" . gud-up)) | |
1399 (local-set-key [menu-bar debug down] '("Down Stack" . gud-down)) | |
1400 ;; (setq comint-prompt-regexp "^(.*pdb[+]?) *") | |
1401 (setq comint-prompt-regexp "^(Pdb) *") | |
1402 (setq paragraph-start comint-prompt-regexp) | |
1403 (run-hooks 'pdb-mode-hook)) | |
1404 | |
1405 ;; ====================================================================== | |
21336
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1406 ;; |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1407 ;; JDB support. |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1408 ;; |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1409 ;; AUTHOR: Derek Davies <ddavies@world.std.com> |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1410 ;; |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1411 ;; CREATED: Sun Feb 22 10:46:38 1998 Derek Davies. |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1412 ;; |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1413 ;; INVOCATION NOTES: |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1414 ;; |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1415 ;; You invoke jdb-mode with: |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1416 ;; |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1417 ;; M-x jdb <enter> |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1418 ;; |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1419 ;; It responds with: |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1420 ;; |
22159
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1421 ;; Run jdb (like this): jdb |
21336
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1422 ;; |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1423 ;; type any jdb switches followed by the name of the class you'd like to debug. |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1424 ;; Supply a fully qualfied classname (these do not have the ".class" extension) |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1425 ;; for the name of the class to debug (e.g. "COM.the-kind.ddavies.CoolClass"). |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1426 ;; See the known problems section below for restrictions when specifying jdb |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1427 ;; command line switches (search forward for '-classpath'). |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1428 ;; |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1429 ;; You should see something like the following: |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1430 ;; |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1431 ;; Current directory is ~/src/java/hello/ |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1432 ;; Initializing jdb... |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1433 ;; 0xed2f6628:class(hello) |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1434 ;; > |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1435 ;; |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1436 ;; To set an initial breakpoint try: |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1437 ;; |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1438 ;; > stop in hello.main |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1439 ;; Breakpoint set in hello.main |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1440 ;; > |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1441 ;; |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1442 ;; To execute the program type: |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1443 ;; |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1444 ;; > run |
22159
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1445 ;; run hello |
21336
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1446 ;; |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1447 ;; Breakpoint hit: running ... |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1448 ;; hello.main (hello:12) |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1449 ;; |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1450 ;; Type M-n to step over the current line and M-s to step into it. That, |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1451 ;; along with the JDB 'help' command should get you started. The 'quit' |
21437
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1452 ;; JDB command will get out out of the debugger. There is some truly |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1453 ;; pathetic JDB documentation available at: |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1454 ;; |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1455 ;; http://java.sun.com/products/jdk/1.1/debugging/ |
21336
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1456 ;; |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1457 ;; KNOWN PROBLEMS AND FIXME's: |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1458 ;; |
21437
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1459 ;; Not sure what happens with inner classes ... haven't tried them. |
21336
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1460 ;; |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1461 ;; Does not grok UNICODE id's. Only ASCII id's are supported. |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1462 ;; |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1463 ;; You must not put whitespace between "-classpath" and the path to |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1464 ;; search for java classes even though it is required when invoking jdb |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1465 ;; from the command line. See gud-jdb-massage-args for details. |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1466 ;; |
21437
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1467 ;; If any of the source files in the directories listed in |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1468 ;; gud-jdb-directories won't parse you'll have problems. Make sure |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1469 ;; every file ending in ".java" in these directories parses without error. |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1470 ;; |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1471 ;; All the .java files in the directories in gud-jdb-directories are |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1472 ;; syntactically analyzed each time gud jdb is invoked. It would be |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1473 ;; nice to keep as much information as possible between runs. It would |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1474 ;; be really nice to analyze the files only as neccessary (when the |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1475 ;; source needs to be displayed.) I'm not sure to what extent the former |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1476 ;; can be accomplished and I'm not sure the latter can be done at all |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1477 ;; since I don't know of any general way to tell which .class files are |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1478 ;; defined by which .java file without analyzing all the .java files. |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1479 ;; If anyone knows why JavaSoft didn't put the source file names in |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1480 ;; debuggable .class files please clue me in so I find something else |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1481 ;; to be spiteful and bitter about. |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1482 ;; |
21336
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1483 ;; ====================================================================== |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1484 ;; gud jdb variables and functions |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1485 |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1486 ;; History of argument lists passed to jdb. |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1487 (defvar gud-jdb-history nil) |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1488 |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1489 ;; List of Java source file directories. |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1490 (defvar gud-jdb-directories (list ".") |
22159
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1491 "*A list of directories that gud jdb should search for source code. |
21336
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1492 The file names should be absolute, or relative to the current directory.") |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1493 |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1494 ;; List of the java source files for this debugging session. |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1495 (defvar gud-jdb-source-files nil) |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1496 |
22215
9a2d76cd1da4
(gud-jdb-class-source-alist): defvar moved up.
Richard M. Stallman <rms@gnu.org>
parents:
22173
diff
changeset
|
1497 ;; Association list of fully qualified class names (package + class name) and |
9a2d76cd1da4
(gud-jdb-class-source-alist): defvar moved up.
Richard M. Stallman <rms@gnu.org>
parents:
22173
diff
changeset
|
1498 ;; their source files. |
9a2d76cd1da4
(gud-jdb-class-source-alist): defvar moved up.
Richard M. Stallman <rms@gnu.org>
parents:
22173
diff
changeset
|
1499 (defvar gud-jdb-class-source-alist nil) |
9a2d76cd1da4
(gud-jdb-class-source-alist): defvar moved up.
Richard M. Stallman <rms@gnu.org>
parents:
22173
diff
changeset
|
1500 |
9a2d76cd1da4
(gud-jdb-class-source-alist): defvar moved up.
Richard M. Stallman <rms@gnu.org>
parents:
22173
diff
changeset
|
1501 ;; This is used to hold a source file during analysis. |
9a2d76cd1da4
(gud-jdb-class-source-alist): defvar moved up.
Richard M. Stallman <rms@gnu.org>
parents:
22173
diff
changeset
|
1502 (defvar gud-jdb-analysis-buffer nil) |
9a2d76cd1da4
(gud-jdb-class-source-alist): defvar moved up.
Richard M. Stallman <rms@gnu.org>
parents:
22173
diff
changeset
|
1503 |
21336
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1504 ;; Return a list of java source files. PATH gives the directories in |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1505 ;; which to search for files with extension EXTN. Normally EXTN is |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1506 ;; given as the regular expression "\\.java$" . |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1507 (defun gud-jdb-build-source-files-list (path extn) |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1508 (apply 'nconc (mapcar (lambda (d) (directory-files d t extn nil)) path))) |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1509 |
21437
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1510 ;; Move point past whitespace. |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1511 (defun gud-jdb-skip-whitespace () |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1512 (skip-chars-forward " \n\r\t\014")) |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1513 |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1514 ;; Move point past a "// <eol>" type of comment. |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1515 (defun gud-jdb-skip-single-line-comment () |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1516 (end-of-line)) |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1517 |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1518 ;; Move point past a "/* */" or "/** */" type of comment. |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1519 (defun gud-jdb-skip-traditional-or-documentation-comment () |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1520 (forward-char 2) |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1521 (catch 'break |
22159
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1522 (while (not (eobp)) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1523 (if (eq (following-char) ?*) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1524 (progn |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1525 (forward-char) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1526 (if (not (eobp)) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1527 (if (eq (following-char) ?/) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1528 (progn |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1529 (forward-char) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1530 (throw 'break nil))))) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1531 (forward-char))))) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1532 |
21437
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1533 ;; Move point past any number of consecutive whitespace chars and/or comments. |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1534 (defun gud-jdb-skip-whitespace-and-comments () |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1535 (gud-jdb-skip-whitespace) |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1536 (catch 'done |
22159
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1537 (while t |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1538 (cond |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1539 ((looking-at "//") |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1540 (gud-jdb-skip-single-line-comment) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1541 (gud-jdb-skip-whitespace)) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1542 ((looking-at "/\\*") |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1543 (gud-jdb-skip-traditional-or-documentation-comment) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1544 (gud-jdb-skip-whitespace)) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1545 (t (throw 'done nil)))))) |
21437
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1546 |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1547 ;; Move point past things that are id-like. The intent is to skip regular |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1548 ;; id's, such as class or interface names as well as package and interface |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1549 ;; names. |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1550 (defun gud-jdb-skip-id-ish-thing () |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1551 (skip-chars-forward "^ /\n\r\t\014,;{")) |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1552 |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1553 ;; Move point past a string literal. |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1554 (defun gud-jdb-skip-string-literal () |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1555 (forward-char) |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1556 (while |
22159
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1557 (progn |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1558 (if (eq (following-char) ?\\) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1559 (forward-char 2)) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1560 (not (eq (following-char) ?\042))) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1561 (forward-char)) |
21437
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1562 (forward-char)) |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1563 |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1564 ;; Move point past a character literal. |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1565 (defun gud-jdb-skip-character-literal () |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1566 (forward-char) |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1567 (while |
22159
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1568 (progn |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1569 (if (eq (following-char) ?\\) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1570 (forward-char 2)) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1571 (not (eq (following-char) ?\'))) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1572 (forward-char)) |
21437
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1573 (forward-char)) |
22159
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1574 |
21437
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1575 ;; Move point past the following block. There may be (legal) cruft before |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1576 ;; the block's opening brace. There must be a block or it's the end of life |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1577 ;; in petticoat junction. |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1578 (defun gud-jdb-skip-block () |
22159
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1579 |
21437
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1580 ;; Find the begining of the block. |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1581 (while |
22159
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1582 (not (eq (following-char) ?{)) |
21437
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1583 |
22159
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1584 ;; Skip any constructs that can harbor literal block delimiter |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1585 ;; characters and/or the delimiters for the constructs themselves. |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1586 (cond |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1587 ((looking-at "//") |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1588 (gud-jdb-skip-single-line-comment)) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1589 ((looking-at "/\\*") |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1590 (gud-jdb-skip-traditional-or-documentation-comment)) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1591 ((eq (following-char) ?\042) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1592 (gud-jdb-skip-string-literal)) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1593 ((eq (following-char) ?\') |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1594 (gud-jdb-skip-character-literal)) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1595 (t (forward-char)))) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1596 |
21437
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1597 ;; Now at the begining of the block. |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1598 (forward-char) |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1599 |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1600 ;; Skip over the body of the block as well as the final brace. |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1601 (let ((open-level 1)) |
22159
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1602 (while (not (eq open-level 0)) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1603 (cond |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1604 ((looking-at "//") |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1605 (gud-jdb-skip-single-line-comment)) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1606 ((looking-at "/\\*") |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1607 (gud-jdb-skip-traditional-or-documentation-comment)) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1608 ((eq (following-char) ?\042) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1609 (gud-jdb-skip-string-literal)) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1610 ((eq (following-char) ?\') |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1611 (gud-jdb-skip-character-literal)) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1612 ((eq (following-char) ?{) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1613 (setq open-level (+ open-level 1)) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1614 (forward-char)) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1615 ((eq (following-char) ?}) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1616 (setq open-level (- open-level 1)) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1617 (forward-char)) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1618 (t (forward-char)))))) |
21437
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1619 |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1620 ;; Find the package and class definitions in Java source file FILE. Assumes |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1621 ;; that FILE contains a legal Java program. BUF is a scratch buffer used |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1622 ;; to hold the source during analysis. |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1623 (defun gud-jdb-analyze-source (buf file) |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1624 (let ((l nil)) |
22159
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1625 (set-buffer buf) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1626 (insert-file-contents file nil nil nil t) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1627 (goto-char 0) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1628 (catch 'abort |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1629 (let ((p "")) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1630 (while (progn |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1631 (gud-jdb-skip-whitespace) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1632 (not (eobp))) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1633 (cond |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1634 |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1635 ;; Any number of semi's following a block is legal. Move point |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1636 ;; past them. Note that comments and whitespace may be |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1637 ;; interspersed as well. |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1638 ((eq (following-char) ?\073) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1639 (forward-char)) |
21437
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1640 |
22159
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1641 ;; Move point past a single line comment. |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1642 ((looking-at "//") |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1643 (gud-jdb-skip-single-line-comment)) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1644 |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1645 ;; Move point past a traditional or documentation comment. |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1646 ((looking-at "/\\*") |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1647 (gud-jdb-skip-traditional-or-documentation-comment)) |
21437
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1648 |
22159
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1649 ;; Move point past a package statement, but save the PackageName. |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1650 ((looking-at "package") |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1651 (forward-char 7) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1652 (gud-jdb-skip-whitespace-and-comments) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1653 (let ((s (point))) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1654 (gud-jdb-skip-id-ish-thing) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1655 (setq p (concat (buffer-substring s (point)) ".")) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1656 (gud-jdb-skip-whitespace-and-comments) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1657 (if (eq (following-char) ?\073) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1658 (forward-char)))) |
21437
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1659 |
22159
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1660 ;; Move point past an import statement. |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1661 ((looking-at "import") |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1662 (forward-char 6) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1663 (gud-jdb-skip-whitespace-and-comments) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1664 (gud-jdb-skip-id-ish-thing) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1665 (gud-jdb-skip-whitespace-and-comments) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1666 (if (eq (following-char) ?\073) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1667 (forward-char))) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1668 |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1669 ;; Move point past the various kinds of ClassModifiers. |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1670 ((looking-at "public") |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1671 (forward-char 6)) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1672 ((looking-at "abstract") |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1673 (forward-char 8)) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1674 ((looking-at "final") |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1675 (forward-char 5)) |
21437
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1676 |
22159
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1677 ;; Move point past a ClassDeclaraction, but save the class |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1678 ;; Identifier. |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1679 ((looking-at "class") |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1680 (forward-char 5) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1681 (gud-jdb-skip-whitespace-and-comments) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1682 (let ((s (point))) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1683 (gud-jdb-skip-id-ish-thing) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1684 (setq |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1685 l (nconc l (list (concat p (buffer-substring s (point))))))) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1686 (gud-jdb-skip-block)) |
21437
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1687 |
22159
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1688 ;; Move point past an interface statement. |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1689 ((looking-at "interface") |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1690 (forward-char 9) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1691 (gud-jdb-skip-block)) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1692 |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1693 ;; Anything else means the input is invalid. |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1694 (t |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1695 (message (format "Error parsing file %s." file)) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1696 (throw 'abort nil)))))) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1697 l)) |
21437
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1698 |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1699 (defun gud-jdb-build-class-source-alist-for-file (file) |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1700 (mapcar |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1701 (lambda (c) |
22159
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1702 (cons c file)) |
21437
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1703 (gud-jdb-analyze-source gud-jdb-analysis-buffer file))) |
21336
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1704 |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1705 ;; Return an alist of fully qualified classes and the source files |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1706 ;; holding their definitions. SOURCES holds a list of all the source |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1707 ;; files to examine. |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1708 (defun gud-jdb-build-class-source-alist (sources) |
21437
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1709 (setq gud-jdb-analysis-buffer (get-buffer-create "*gud-jdb-scratch*")) |
a2a8f6772465
(jdb): Do proper analysis of classes defined in a Java
Karl Heuer <kwzh@gnu.org>
parents:
21336
diff
changeset
|
1710 (prog1 |
22159
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1711 (apply |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1712 'nconc |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1713 (mapcar |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1714 'gud-jdb-build-class-source-alist-for-file |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1715 sources)) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1716 (kill-buffer gud-jdb-analysis-buffer) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1717 (setq gud-jdb-analysis-buffer nil))) |
21336
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1718 |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1719 ;; Change what was given in the minibuffer to something that can be used to |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1720 ;; invoke the debugger. |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1721 (defun gud-jdb-massage-args (file args) |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1722 ;; The jdb executable must have whitespace between "-classpath" and |
22159
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1723 ;; its value while gud-common-init expects all switch values to |
21336
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1724 ;; follow the switch keyword without intervening whitespace. We |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1725 ;; require that when the user enters the "-classpath" switch in the |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1726 ;; EMACS minibuffer that they do so without the intervening |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1727 ;; whitespace. This function adds it back (it's called after |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1728 ;; gud-common-init). There are more switches like this (for |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1729 ;; instance "-host" and "-password") but I don't care about them |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1730 ;; yet. |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1731 (if args |
22159
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1732 (let (massaged-args user-error) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1733 |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1734 (while |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1735 (and args |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1736 (not (string-match "-classpath\\(.+\\)" (car args))) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1737 (not (setq user-error |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1738 (string-match "-classpath$" (car args))))) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1739 (setq massaged-args (append massaged-args (list (car args)))) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1740 (setq args (cdr args))) |
21336
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1741 |
22159
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1742 ;; By this point the current directory is all screwed up. Maybe we |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1743 ;; could fix things and re-invoke gud-common-init, but for now I think |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1744 ;; issueing the error is good enough. |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1745 (if user-error |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1746 (progn |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1747 (kill-buffer (current-buffer)) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1748 (error "Error: Omit whitespace between '-classpath' and it's value"))) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1749 |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1750 (if args |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1751 (setq massaged-args |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1752 (append |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1753 massaged-args |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1754 (list "-classpath") |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1755 (list |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1756 (substring |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1757 (car args) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1758 (match-beginning 1) (match-end 1))) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1759 (cdr args))) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1760 massaged-args)))) |
21336
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1761 |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1762 ;; Search for an association with P, a fully qualified class name, in |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1763 ;; gud-jdb-class-source-alist. The asssociation gives the fully |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1764 ;; qualified file name of the source file which produced the class. |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1765 (defun gud-jdb-find-source-file (p) |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1766 (cdr (assoc p gud-jdb-class-source-alist))) |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1767 |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1768 ;; See comentary for other debugger's marker filters - there you will find |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1769 ;; important notes about STRING. |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1770 (defun gud-jdb-marker-filter (string) |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1771 |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1772 ;; Build up the accumulator. |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1773 (setq gud-marker-acc |
22159
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1774 (if gud-marker-acc |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1775 (concat gud-marker-acc string) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1776 string)) |
21336
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1777 |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1778 ;; We process STRING from left to right. Each time through the following |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1779 ;; loop we process at most one marker. The start variable keeps track of |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1780 ;; where we are in the input string through the iterations of this loop. |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1781 (let (start file-found) |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1782 |
22159
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1783 ;; Process each complete marker in the input. There may be an incomplete |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1784 ;; marker at the end of the input string. Incomplete markers are left |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1785 ;; in the accumulator for processing the next time the function is called. |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1786 (while |
21336
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1787 |
22159
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1788 ;; Do we see a marker? |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1789 (string-match |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1790 ;; jdb puts out a string of the following form when it |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1791 ;; hits a breakpoint: |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1792 ;; |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1793 ;; <fully-qualified-class><method> (<class>:<line-number>) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1794 ;; |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1795 ;; <fully-qualified-class>'s are composed of Java ID's |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1796 ;; separated by periods. <method> and <class> are |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1797 ;; also Java ID's. <method> begins with a period and |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1798 ;; may contain less-than and greater-than (constructors, |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1799 ;; for instance, are called <init> in the symbol table.) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1800 ;; Java ID's begin with a letter followed by letters |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1801 ;; and/or digits. The set of letters includes underscore |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1802 ;; and dollar sign. |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1803 ;; |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1804 ;; The first group matches <fully-qualified-class>, |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1805 ;; the second group matches <class> and the third group |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1806 ;; matches <line-number>. We don't care about using |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1807 ;; <method> so we don't "group" it. |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1808 ;; |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1809 ;; FIXME: Java ID's are UNICODE strings, this matches ASCII |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1810 ;; ID's only. |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1811 "\\([a-zA-Z0-9.$_]+\\)\\.[a-zA-Z0-9$_<>]+ (\\([a-zA-Z0-9$_]+\\):\\([0-9]+\\))" |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1812 gud-marker-acc start) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1813 |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1814 ;; Figure out the line on which to position the debugging arrow. |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1815 ;; Return the info as a cons of the form: |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1816 ;; |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1817 ;; (<file-name> . <line-number>) . |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1818 (if (setq |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1819 file-found |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1820 (gud-jdb-find-source-file |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1821 (substring gud-marker-acc |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1822 (match-beginning 1) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1823 (match-end 1)))) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1824 (setq gud-last-frame |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1825 (cons |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1826 file-found |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1827 (string-to-int |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1828 (substring gud-marker-acc |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1829 (match-beginning 3) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1830 (match-end 3))))) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1831 (message "Could not find source file.")) |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1832 |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1833 ;; Set start after the last character of STRING that we've looked at |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1834 ;; and loop to look for another marker. |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1835 (setq start (match-end 0)))) |
21336
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1836 |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1837 ;; We don't filter any debugger output so just return what we were given. |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1838 string) |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1839 |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1840 (defun gud-jdb-find-file (f) |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1841 (and (file-readable-p f) |
22159
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1842 (find-file-noselect f))) |
21336
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1843 |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1844 (defvar gud-jdb-command-name "jdb" "Command that executes the Java debugger.") |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1845 |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1846 ;;;###autoload |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1847 (defun jdb (command-line) |
22159
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1848 "Run jdb with command line COMMAND-LINE in a buffer. The buffer is named |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1849 \"*gud*\" if no initial class is given or \"*gud-<initial-class-basename>*\" |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1850 if there is. If the \"-classpath\" switch is given, omit all whitespace |
21336
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1851 between it and it's value." |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1852 (interactive |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1853 (list (read-from-minibuffer "Run jdb (like this): " |
22159
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1854 (if (consp gud-jdb-history) |
21336
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1855 (car gud-jdb-history) |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1856 (concat gud-jdb-command-name " ")) |
22159
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1857 nil nil |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1858 '(gud-jdb-history . 1)))) |
21336
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1859 |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1860 (gud-common-init command-line 'gud-jdb-massage-args |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1861 'gud-jdb-marker-filter 'gud-jdb-find-file) |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1862 |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1863 (gud-def gud-break "stop at %l" "\C-b" "Set breakpoint at current line.") |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1864 (gud-def gud-remove "clear %l" "\C-d" "Remove breakpoint at current line") |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1865 (gud-def gud-step "step" "\C-s" "Step one source line with display.") |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1866 (gud-def gud-next "next" "\C-n" "Step one line (skip functions).") |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1867 (gud-def gud-cont "cont" "\C-r" "Continue with display.") |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1868 |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1869 (setq comint-prompt-regexp "^> \|^.+\[[0-9]+\] ") |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1870 (setq paragraph-start comint-prompt-regexp) |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1871 (run-hooks 'jdb-mode-hook) |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1872 |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1873 ;; Create and bind the class/source association list as well as the source |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1874 ;; file list. |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1875 (setq |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1876 gud-jdb-class-source-alist |
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1877 (gud-jdb-build-class-source-alist |
22159
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1878 (setq |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1879 gud-jdb-source-files |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
1880 (gud-jdb-build-source-files-list gud-jdb-directories "\\.java$"))))) |
21336
e78bc1ffd88d
Add support for jdb (Java debugger).
Richard M. Stallman <rms@gnu.org>
parents:
20756
diff
changeset
|
1881 |
3738
c5ebd279e007
(xdb): New debugger supported (xdb under HPUX-PARISC).
Richard M. Stallman <rms@gnu.org>
parents:
3646
diff
changeset
|
1882 |
460 | 1883 ;; |
1884 ;; End of debugger-specific information | |
477 | 1885 ;; |
460 | 1886 |
4729
fdbcbaea7296
(perldb): New function, plus subroutines.
Richard M. Stallman <rms@gnu.org>
parents:
4497
diff
changeset
|
1887 |
1256
ff24725192d3
* gud.el: When we send a command to the debugger via gud-call,
Jim Blandy <jimb@redhat.com>
parents:
1255
diff
changeset
|
1888 ;;; When we send a command to the debugger via gud-call, it's annoying |
ff24725192d3
* gud.el: When we send a command to the debugger via gud-call,
Jim Blandy <jimb@redhat.com>
parents:
1255
diff
changeset
|
1889 ;;; to see the command and the new prompt inserted into the debugger's |
ff24725192d3
* gud.el: When we send a command to the debugger via gud-call,
Jim Blandy <jimb@redhat.com>
parents:
1255
diff
changeset
|
1890 ;;; buffer; we have other ways of knowing the command has completed. |
ff24725192d3
* gud.el: When we send a command to the debugger via gud-call,
Jim Blandy <jimb@redhat.com>
parents:
1255
diff
changeset
|
1891 ;;; |
ff24725192d3
* gud.el: When we send a command to the debugger via gud-call,
Jim Blandy <jimb@redhat.com>
parents:
1255
diff
changeset
|
1892 ;;; If the buffer looks like this: |
ff24725192d3
* gud.el: When we send a command to the debugger via gud-call,
Jim Blandy <jimb@redhat.com>
parents:
1255
diff
changeset
|
1893 ;;; -------------------- |
ff24725192d3
* gud.el: When we send a command to the debugger via gud-call,
Jim Blandy <jimb@redhat.com>
parents:
1255
diff
changeset
|
1894 ;;; (gdb) set args foo bar |
ff24725192d3
* gud.el: When we send a command to the debugger via gud-call,
Jim Blandy <jimb@redhat.com>
parents:
1255
diff
changeset
|
1895 ;;; (gdb) -!- |
ff24725192d3
* gud.el: When we send a command to the debugger via gud-call,
Jim Blandy <jimb@redhat.com>
parents:
1255
diff
changeset
|
1896 ;;; -------------------- |
ff24725192d3
* gud.el: When we send a command to the debugger via gud-call,
Jim Blandy <jimb@redhat.com>
parents:
1255
diff
changeset
|
1897 ;;; (the -!- marks the location of point), and we type `C-x SPC' in a |
ff24725192d3
* gud.el: When we send a command to the debugger via gud-call,
Jim Blandy <jimb@redhat.com>
parents:
1255
diff
changeset
|
1898 ;;; source file to set a breakpoint, we want the buffer to end up like |
ff24725192d3
* gud.el: When we send a command to the debugger via gud-call,
Jim Blandy <jimb@redhat.com>
parents:
1255
diff
changeset
|
1899 ;;; this: |
ff24725192d3
* gud.el: When we send a command to the debugger via gud-call,
Jim Blandy <jimb@redhat.com>
parents:
1255
diff
changeset
|
1900 ;;; -------------------- |
ff24725192d3
* gud.el: When we send a command to the debugger via gud-call,
Jim Blandy <jimb@redhat.com>
parents:
1255
diff
changeset
|
1901 ;;; (gdb) set args foo bar |
ff24725192d3
* gud.el: When we send a command to the debugger via gud-call,
Jim Blandy <jimb@redhat.com>
parents:
1255
diff
changeset
|
1902 ;;; Breakpoint 1 at 0x92: file make-docfile.c, line 49. |
ff24725192d3
* gud.el: When we send a command to the debugger via gud-call,
Jim Blandy <jimb@redhat.com>
parents:
1255
diff
changeset
|
1903 ;;; (gdb) -!- |
ff24725192d3
* gud.el: When we send a command to the debugger via gud-call,
Jim Blandy <jimb@redhat.com>
parents:
1255
diff
changeset
|
1904 ;;; -------------------- |
ff24725192d3
* gud.el: When we send a command to the debugger via gud-call,
Jim Blandy <jimb@redhat.com>
parents:
1255
diff
changeset
|
1905 ;;; Essentially, the old prompt is deleted, and the command's output |
ff24725192d3
* gud.el: When we send a command to the debugger via gud-call,
Jim Blandy <jimb@redhat.com>
parents:
1255
diff
changeset
|
1906 ;;; and the new prompt take its place. |
ff24725192d3
* gud.el: When we send a command to the debugger via gud-call,
Jim Blandy <jimb@redhat.com>
parents:
1255
diff
changeset
|
1907 ;;; |
ff24725192d3
* gud.el: When we send a command to the debugger via gud-call,
Jim Blandy <jimb@redhat.com>
parents:
1255
diff
changeset
|
1908 ;;; Not echoing the command is easy enough; you send it directly using |
ff24725192d3
* gud.el: When we send a command to the debugger via gud-call,
Jim Blandy <jimb@redhat.com>
parents:
1255
diff
changeset
|
1909 ;;; process-send-string, and it never enters the buffer. However, |
ff24725192d3
* gud.el: When we send a command to the debugger via gud-call,
Jim Blandy <jimb@redhat.com>
parents:
1255
diff
changeset
|
1910 ;;; getting rid of the old prompt is trickier; you don't want to do it |
ff24725192d3
* gud.el: When we send a command to the debugger via gud-call,
Jim Blandy <jimb@redhat.com>
parents:
1255
diff
changeset
|
1911 ;;; when you send the command, since that will result in an annoying |
ff24725192d3
* gud.el: When we send a command to the debugger via gud-call,
Jim Blandy <jimb@redhat.com>
parents:
1255
diff
changeset
|
1912 ;;; flicker as the prompt is deleted, redisplay occurs while Emacs |
ff24725192d3
* gud.el: When we send a command to the debugger via gud-call,
Jim Blandy <jimb@redhat.com>
parents:
1255
diff
changeset
|
1913 ;;; waits for a response from the debugger, and the new prompt is |
ff24725192d3
* gud.el: When we send a command to the debugger via gud-call,
Jim Blandy <jimb@redhat.com>
parents:
1255
diff
changeset
|
1914 ;;; inserted. Instead, we'll wait until we actually get some output |
ff24725192d3
* gud.el: When we send a command to the debugger via gud-call,
Jim Blandy <jimb@redhat.com>
parents:
1255
diff
changeset
|
1915 ;;; from the subprocess before we delete the prompt. If the command |
ff24725192d3
* gud.el: When we send a command to the debugger via gud-call,
Jim Blandy <jimb@redhat.com>
parents:
1255
diff
changeset
|
1916 ;;; produced no output other than a new prompt, that prompt will most |
ff24725192d3
* gud.el: When we send a command to the debugger via gud-call,
Jim Blandy <jimb@redhat.com>
parents:
1255
diff
changeset
|
1917 ;;; likely be in the first chunk of output received, so we will delete |
ff24725192d3
* gud.el: When we send a command to the debugger via gud-call,
Jim Blandy <jimb@redhat.com>
parents:
1255
diff
changeset
|
1918 ;;; the prompt and then replace it with an identical one. If the |
ff24725192d3
* gud.el: When we send a command to the debugger via gud-call,
Jim Blandy <jimb@redhat.com>
parents:
1255
diff
changeset
|
1919 ;;; command produces output, the prompt is moving anyway, so the |
ff24725192d3
* gud.el: When we send a command to the debugger via gud-call,
Jim Blandy <jimb@redhat.com>
parents:
1255
diff
changeset
|
1920 ;;; flicker won't be annoying. |
ff24725192d3
* gud.el: When we send a command to the debugger via gud-call,
Jim Blandy <jimb@redhat.com>
parents:
1255
diff
changeset
|
1921 ;;; |
ff24725192d3
* gud.el: When we send a command to the debugger via gud-call,
Jim Blandy <jimb@redhat.com>
parents:
1255
diff
changeset
|
1922 ;;; So - when we want to delete the prompt upon receipt of the next |
ff24725192d3
* gud.el: When we send a command to the debugger via gud-call,
Jim Blandy <jimb@redhat.com>
parents:
1255
diff
changeset
|
1923 ;;; chunk of debugger output, we position gud-delete-prompt-marker at |
ff24725192d3
* gud.el: When we send a command to the debugger via gud-call,
Jim Blandy <jimb@redhat.com>
parents:
1255
diff
changeset
|
1924 ;;; the start of the prompt; the process filter will notice this, and |
ff24725192d3
* gud.el: When we send a command to the debugger via gud-call,
Jim Blandy <jimb@redhat.com>
parents:
1255
diff
changeset
|
1925 ;;; delete all text between it and the process output marker. If |
ff24725192d3
* gud.el: When we send a command to the debugger via gud-call,
Jim Blandy <jimb@redhat.com>
parents:
1255
diff
changeset
|
1926 ;;; gud-delete-prompt-marker points nowhere, we leave the current |
ff24725192d3
* gud.el: When we send a command to the debugger via gud-call,
Jim Blandy <jimb@redhat.com>
parents:
1255
diff
changeset
|
1927 ;;; prompt alone. |
ff24725192d3
* gud.el: When we send a command to the debugger via gud-call,
Jim Blandy <jimb@redhat.com>
parents:
1255
diff
changeset
|
1928 (defvar gud-delete-prompt-marker nil) |
ff24725192d3
* gud.el: When we send a command to the debugger via gud-call,
Jim Blandy <jimb@redhat.com>
parents:
1255
diff
changeset
|
1929 |
460 | 1930 |
17658
c8e002cdebb2
(gud-mode): Add a mode-class property.
Richard M. Stallman <rms@gnu.org>
parents:
16843
diff
changeset
|
1931 (put 'gud-mode 'mode-class 'special) |
c8e002cdebb2
(gud-mode): Add a mode-class property.
Richard M. Stallman <rms@gnu.org>
parents:
16843
diff
changeset
|
1932 |
460 | 1933 (defun gud-mode () |
1934 "Major mode for interacting with an inferior debugger process. | |
868
0cda1f7b154e
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
810
diff
changeset
|
1935 |
3738
c5ebd279e007
(xdb): New debugger supported (xdb under HPUX-PARISC).
Richard M. Stallman <rms@gnu.org>
parents:
3646
diff
changeset
|
1936 You start it up with one of the commands M-x gdb, M-x sdb, M-x dbx, |
14934 | 1937 M-x perldb, or M-x xdb. Each entry point finishes by executing a |
1938 hook; `gdb-mode-hook', `sdb-mode-hook', `dbx-mode-hook', | |
1939 `perldb-mode-hook', or `xdb-mode-hook' respectively. | |
868
0cda1f7b154e
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
810
diff
changeset
|
1940 |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
1941 After startup, the following commands are available in both the GUD |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
1942 interaction buffer and any source buffer GUD visits due to a breakpoint stop |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
1943 or step operation: |
460 | 1944 |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
1945 \\[gud-break] sets a breakpoint at the current file and line. In the |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
1946 GUD buffer, the current file and line are those of the last breakpoint or |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
1947 step. In a source buffer, they are the buffer's file and current line. |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
1948 |
2532
17a6b6d079cf
(gud-mode): Created C-c synonym bindings in the GUD buffer's local map.
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2519
diff
changeset
|
1949 \\[gud-remove] removes breakpoints on the current file and line. |
17a6b6d079cf
(gud-mode): Created C-c synonym bindings in the GUD buffer's local map.
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2519
diff
changeset
|
1950 |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
1951 \\[gud-refresh] displays in the source window the last line referred to |
868
0cda1f7b154e
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
810
diff
changeset
|
1952 in the gud buffer. |
460 | 1953 |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
1954 \\[gud-step], \\[gud-next], and \\[gud-stepi] do a step-one-line, |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
1955 step-one-line (not entering function calls), and step-one-instruction |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
1956 and then update the source window with the current file and position. |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
1957 \\[gud-cont] continues execution. |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
1958 |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
1959 \\[gud-print] tries to find the largest C lvalue or function-call expression |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
1960 around point, and sends it to the debugger for value display. |
460 | 1961 |
3738
c5ebd279e007
(xdb): New debugger supported (xdb under HPUX-PARISC).
Richard M. Stallman <rms@gnu.org>
parents:
3646
diff
changeset
|
1962 The above commands are common to all supported debuggers except xdb which |
c5ebd279e007
(xdb): New debugger supported (xdb under HPUX-PARISC).
Richard M. Stallman <rms@gnu.org>
parents:
3646
diff
changeset
|
1963 does not support stepping instructions. |
868
0cda1f7b154e
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
810
diff
changeset
|
1964 |
3738
c5ebd279e007
(xdb): New debugger supported (xdb under HPUX-PARISC).
Richard M. Stallman <rms@gnu.org>
parents:
3646
diff
changeset
|
1965 Under gdb, sdb and xdb, \\[gud-tbreak] behaves exactly like \\[gud-break], |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
1966 except that the breakpoint is temporary; that is, it is removed when |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
1967 execution stops on it. |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
1968 |
3738
c5ebd279e007
(xdb): New debugger supported (xdb under HPUX-PARISC).
Richard M. Stallman <rms@gnu.org>
parents:
3646
diff
changeset
|
1969 Under gdb, dbx, and xdb, \\[gud-up] pops up through an enclosing stack |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
1970 frame. \\[gud-down] drops back down through one. |
868
0cda1f7b154e
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
810
diff
changeset
|
1971 |
3738
c5ebd279e007
(xdb): New debugger supported (xdb under HPUX-PARISC).
Richard M. Stallman <rms@gnu.org>
parents:
3646
diff
changeset
|
1972 If you are using gdb or xdb, \\[gud-finish] runs execution to the return from |
868
0cda1f7b154e
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
810
diff
changeset
|
1973 the current function and stops. |
0cda1f7b154e
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
810
diff
changeset
|
1974 |
3551
8b5fa2d1755f
Doc fixes. Delete local variable list at the end.
Richard M. Stallman <rms@gnu.org>
parents:
3343
diff
changeset
|
1975 All the keystrokes above are accessible in the GUD buffer |
8b5fa2d1755f
Doc fixes. Delete local variable list at the end.
Richard M. Stallman <rms@gnu.org>
parents:
3343
diff
changeset
|
1976 with the prefix C-c, and in all buffers through the prefix C-x C-a. |
2532
17a6b6d079cf
(gud-mode): Created C-c synonym bindings in the GUD buffer's local map.
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2519
diff
changeset
|
1977 |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
1978 All pre-defined functions for which the concept make sense repeat |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
1979 themselves the appropriate number of times if you give a prefix |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
1980 argument. |
868
0cda1f7b154e
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
810
diff
changeset
|
1981 |
3551
8b5fa2d1755f
Doc fixes. Delete local variable list at the end.
Richard M. Stallman <rms@gnu.org>
parents:
3343
diff
changeset
|
1982 You may use the `gud-def' macro in the initialization hook to define other |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
1983 commands. |
868
0cda1f7b154e
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
810
diff
changeset
|
1984 |
0cda1f7b154e
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
810
diff
changeset
|
1985 Other commands for interacting with the debugger process are inherited from |
0cda1f7b154e
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
810
diff
changeset
|
1986 comint mode, which see." |
460 | 1987 (interactive) |
1988 (comint-mode) | |
1989 (setq major-mode 'gud-mode) | |
1990 (setq mode-name "Debugger") | |
7074
b9d86b8e3ca1
(gud-mode, gud-sentinel):
Richard M. Stallman <rms@gnu.org>
parents:
7009
diff
changeset
|
1991 (setq mode-line-process '(":%s")) |
12002
9d22f732d7d8
(gud-make-debug-menu): New function.
Karl Heuer <kwzh@gnu.org>
parents:
11960
diff
changeset
|
1992 (use-local-map comint-mode-map) |
9d22f732d7d8
(gud-make-debug-menu): New function.
Karl Heuer <kwzh@gnu.org>
parents:
11960
diff
changeset
|
1993 (gud-make-debug-menu) |
5997
6187a2560211
(gud-mode): Define C-c C-l in gud buffer.
Richard M. Stallman <rms@gnu.org>
parents:
5508
diff
changeset
|
1994 (define-key (current-local-map) "\C-c\C-l" 'gud-refresh) |
460 | 1995 (make-local-variable 'gud-last-frame) |
1996 (setq gud-last-frame nil) | |
1997 (make-local-variable 'comint-prompt-regexp) | |
16327
2239440f2f00
(gud-perldb-massage-args): Handle -e in ARGS.
Richard M. Stallman <rms@gnu.org>
parents:
16250
diff
changeset
|
1998 ;; Don't put repeated commands in command history many times. |
2239440f2f00
(gud-perldb-massage-args): Handle -e in ARGS.
Richard M. Stallman <rms@gnu.org>
parents:
16250
diff
changeset
|
1999 (make-local-variable 'comint-input-ignoredups) |
2239440f2f00
(gud-perldb-massage-args): Handle -e in ARGS.
Richard M. Stallman <rms@gnu.org>
parents:
16250
diff
changeset
|
2000 (setq comint-input-ignoredups t) |
6997
efca30974157
(gdb, sdb, dbx, xdb, perldb): Set paragraph-start.
Richard M. Stallman <rms@gnu.org>
parents:
6821
diff
changeset
|
2001 (make-local-variable 'paragraph-start) |
1256
ff24725192d3
* gud.el: When we send a command to the debugger via gud-call,
Jim Blandy <jimb@redhat.com>
parents:
1255
diff
changeset
|
2002 (make-local-variable 'gud-delete-prompt-marker) |
ff24725192d3
* gud.el: When we send a command to the debugger via gud-call,
Jim Blandy <jimb@redhat.com>
parents:
1255
diff
changeset
|
2003 (setq gud-delete-prompt-marker (make-marker)) |
9190
4e66c15e2d6c
(gud-overload-functions): Function deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8645
diff
changeset
|
2004 (run-hooks 'gud-mode-hook)) |
460 | 2005 |
4092
e72012acb5fb
(gud-debugger-startup): Replaced with gud-massage-args.
Roland McGrath <roland@gnu.org>
parents:
4016
diff
changeset
|
2006 ;; Chop STRING into words separated by SPC or TAB and return a list of them. |
e72012acb5fb
(gud-debugger-startup): Replaced with gud-massage-args.
Roland McGrath <roland@gnu.org>
parents:
4016
diff
changeset
|
2007 (defun gud-chop-words (string) |
e72012acb5fb
(gud-debugger-startup): Replaced with gud-massage-args.
Roland McGrath <roland@gnu.org>
parents:
4016
diff
changeset
|
2008 (let ((i 0) (beg 0) |
e72012acb5fb
(gud-debugger-startup): Replaced with gud-massage-args.
Roland McGrath <roland@gnu.org>
parents:
4016
diff
changeset
|
2009 (len (length string)) |
e72012acb5fb
(gud-debugger-startup): Replaced with gud-massage-args.
Roland McGrath <roland@gnu.org>
parents:
4016
diff
changeset
|
2010 (words nil)) |
e72012acb5fb
(gud-debugger-startup): Replaced with gud-massage-args.
Roland McGrath <roland@gnu.org>
parents:
4016
diff
changeset
|
2011 (while (< i len) |
e72012acb5fb
(gud-debugger-startup): Replaced with gud-massage-args.
Roland McGrath <roland@gnu.org>
parents:
4016
diff
changeset
|
2012 (if (memq (aref string i) '(?\t ? )) |
e72012acb5fb
(gud-debugger-startup): Replaced with gud-massage-args.
Roland McGrath <roland@gnu.org>
parents:
4016
diff
changeset
|
2013 (progn |
e72012acb5fb
(gud-debugger-startup): Replaced with gud-massage-args.
Roland McGrath <roland@gnu.org>
parents:
4016
diff
changeset
|
2014 (setq words (cons (substring string beg i) words) |
e72012acb5fb
(gud-debugger-startup): Replaced with gud-massage-args.
Roland McGrath <roland@gnu.org>
parents:
4016
diff
changeset
|
2015 beg (1+ i)) |
e72012acb5fb
(gud-debugger-startup): Replaced with gud-massage-args.
Roland McGrath <roland@gnu.org>
parents:
4016
diff
changeset
|
2016 (while (and (< beg len) (memq (aref string beg) '(?\t ? ))) |
e72012acb5fb
(gud-debugger-startup): Replaced with gud-massage-args.
Roland McGrath <roland@gnu.org>
parents:
4016
diff
changeset
|
2017 (setq beg (1+ beg))) |
e72012acb5fb
(gud-debugger-startup): Replaced with gud-massage-args.
Roland McGrath <roland@gnu.org>
parents:
4016
diff
changeset
|
2018 (setq i (1+ beg))) |
e72012acb5fb
(gud-debugger-startup): Replaced with gud-massage-args.
Roland McGrath <roland@gnu.org>
parents:
4016
diff
changeset
|
2019 (setq i (1+ i)))) |
e72012acb5fb
(gud-debugger-startup): Replaced with gud-massage-args.
Roland McGrath <roland@gnu.org>
parents:
4016
diff
changeset
|
2020 (if (< beg len) |
e72012acb5fb
(gud-debugger-startup): Replaced with gud-massage-args.
Roland McGrath <roland@gnu.org>
parents:
4016
diff
changeset
|
2021 (setq words (cons (substring string beg) words))) |
e72012acb5fb
(gud-debugger-startup): Replaced with gud-massage-args.
Roland McGrath <roland@gnu.org>
parents:
4016
diff
changeset
|
2022 (nreverse words))) |
e72012acb5fb
(gud-debugger-startup): Replaced with gud-massage-args.
Roland McGrath <roland@gnu.org>
parents:
4016
diff
changeset
|
2023 |
e72012acb5fb
(gud-debugger-startup): Replaced with gud-massage-args.
Roland McGrath <roland@gnu.org>
parents:
4016
diff
changeset
|
2024 ;; Perform initializations common to all debuggers. |
9190
4e66c15e2d6c
(gud-overload-functions): Function deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8645
diff
changeset
|
2025 ;; The first arg is the specified command line, |
4e66c15e2d6c
(gud-overload-functions): Function deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8645
diff
changeset
|
2026 ;; which starts with the program to debug. |
4e66c15e2d6c
(gud-overload-functions): Function deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8645
diff
changeset
|
2027 ;; The other three args specify the values to use |
4e66c15e2d6c
(gud-overload-functions): Function deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8645
diff
changeset
|
2028 ;; for local variables in the debugger buffer. |
4e66c15e2d6c
(gud-overload-functions): Function deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8645
diff
changeset
|
2029 (defun gud-common-init (command-line massage-args marker-filter find-file) |
4092
e72012acb5fb
(gud-debugger-startup): Replaced with gud-massage-args.
Roland McGrath <roland@gnu.org>
parents:
4016
diff
changeset
|
2030 (let* ((words (gud-chop-words command-line)) |
e72012acb5fb
(gud-debugger-startup): Replaced with gud-massage-args.
Roland McGrath <roland@gnu.org>
parents:
4016
diff
changeset
|
2031 (program (car words)) |
10876
715419786d7f
(gud-common-init): Put substed file name back in original
Richard M. Stallman <rms@gnu.org>
parents:
10518
diff
changeset
|
2032 ;; Extract the file name from WORDS |
715419786d7f
(gud-common-init): Put substed file name back in original
Richard M. Stallman <rms@gnu.org>
parents:
10518
diff
changeset
|
2033 ;; and put t in its place. |
715419786d7f
(gud-common-init): Put substed file name back in original
Richard M. Stallman <rms@gnu.org>
parents:
10518
diff
changeset
|
2034 ;; Later on we will put the modified file name arg back there. |
4092
e72012acb5fb
(gud-debugger-startup): Replaced with gud-massage-args.
Roland McGrath <roland@gnu.org>
parents:
4016
diff
changeset
|
2035 (file-word (let ((w (cdr words))) |
e72012acb5fb
(gud-debugger-startup): Replaced with gud-massage-args.
Roland McGrath <roland@gnu.org>
parents:
4016
diff
changeset
|
2036 (while (and w (= ?- (aref (car w) 0))) |
e72012acb5fb
(gud-debugger-startup): Replaced with gud-massage-args.
Roland McGrath <roland@gnu.org>
parents:
4016
diff
changeset
|
2037 (setq w (cdr w))) |
11930
d86841220451
(gud-common-init): Don't die if filename not supplied.
Karl Heuer <kwzh@gnu.org>
parents:
11583
diff
changeset
|
2038 (and w |
d86841220451
(gud-common-init): Don't die if filename not supplied.
Karl Heuer <kwzh@gnu.org>
parents:
11583
diff
changeset
|
2039 (prog1 (car w) |
d86841220451
(gud-common-init): Don't die if filename not supplied.
Karl Heuer <kwzh@gnu.org>
parents:
11583
diff
changeset
|
2040 (setcar w t))))) |
9743
6a97ed1cc733
(gud-common-init): If file arg has no directory,
Richard M. Stallman <rms@gnu.org>
parents:
9695
diff
changeset
|
2041 (file-subst |
6a97ed1cc733
(gud-common-init): If file arg has no directory,
Richard M. Stallman <rms@gnu.org>
parents:
9695
diff
changeset
|
2042 (and file-word (substitute-in-file-name file-word))) |
10876
715419786d7f
(gud-common-init): Put substed file name back in original
Richard M. Stallman <rms@gnu.org>
parents:
10518
diff
changeset
|
2043 (args (cdr words)) |
9743
6a97ed1cc733
(gud-common-init): If file arg has no directory,
Richard M. Stallman <rms@gnu.org>
parents:
9695
diff
changeset
|
2044 ;; If a directory was specified, expand the file name. |
6a97ed1cc733
(gud-common-init): If file arg has no directory,
Richard M. Stallman <rms@gnu.org>
parents:
9695
diff
changeset
|
2045 ;; Otherwise, don't expand it, so GDB can use the PATH. |
6a97ed1cc733
(gud-common-init): If file arg has no directory,
Richard M. Stallman <rms@gnu.org>
parents:
9695
diff
changeset
|
2046 ;; A file name without directory is literally valid |
6a97ed1cc733
(gud-common-init): If file arg has no directory,
Richard M. Stallman <rms@gnu.org>
parents:
9695
diff
changeset
|
2047 ;; only if the file exists in ., and in that case, |
6a97ed1cc733
(gud-common-init): If file arg has no directory,
Richard M. Stallman <rms@gnu.org>
parents:
9695
diff
changeset
|
2048 ;; omitting the expansion here has no visible effect. |
5508
67db1f804162
(gud-common-init): Don't crash if no file specified.
Richard M. Stallman <rms@gnu.org>
parents:
5264
diff
changeset
|
2049 (file (and file-word |
9743
6a97ed1cc733
(gud-common-init): If file arg has no directory,
Richard M. Stallman <rms@gnu.org>
parents:
9695
diff
changeset
|
2050 (if (file-name-directory file-subst) |
6a97ed1cc733
(gud-common-init): If file arg has no directory,
Richard M. Stallman <rms@gnu.org>
parents:
9695
diff
changeset
|
2051 (expand-file-name file-subst) |
6a97ed1cc733
(gud-common-init): If file arg has no directory,
Richard M. Stallman <rms@gnu.org>
parents:
9695
diff
changeset
|
2052 file-subst))) |
11930
d86841220451
(gud-common-init): Don't die if filename not supplied.
Karl Heuer <kwzh@gnu.org>
parents:
11583
diff
changeset
|
2053 (filepart (and file-word (concat "-" (file-name-nondirectory file))))) |
d86841220451
(gud-common-init): Don't die if filename not supplied.
Karl Heuer <kwzh@gnu.org>
parents:
11583
diff
changeset
|
2054 (switch-to-buffer (concat "*gud" filepart "*")) |
9743
6a97ed1cc733
(gud-common-init): If file arg has no directory,
Richard M. Stallman <rms@gnu.org>
parents:
9695
diff
changeset
|
2055 ;; Set default-directory to the file's directory. |
6a97ed1cc733
(gud-common-init): If file arg has no directory,
Richard M. Stallman <rms@gnu.org>
parents:
9695
diff
changeset
|
2056 (and file-word |
6a97ed1cc733
(gud-common-init): If file arg has no directory,
Richard M. Stallman <rms@gnu.org>
parents:
9695
diff
changeset
|
2057 ;; Don't set default-directory if no directory was specified. |
6a97ed1cc733
(gud-common-init): If file arg has no directory,
Richard M. Stallman <rms@gnu.org>
parents:
9695
diff
changeset
|
2058 ;; In that case, either the file is found in the current directory, |
6a97ed1cc733
(gud-common-init): If file arg has no directory,
Richard M. Stallman <rms@gnu.org>
parents:
9695
diff
changeset
|
2059 ;; in which case this setq is a no-op, |
6a97ed1cc733
(gud-common-init): If file arg has no directory,
Richard M. Stallman <rms@gnu.org>
parents:
9695
diff
changeset
|
2060 ;; or it is found by searching PATH, |
6a97ed1cc733
(gud-common-init): If file arg has no directory,
Richard M. Stallman <rms@gnu.org>
parents:
9695
diff
changeset
|
2061 ;; in which case we don't know what directory it was found in. |
6a97ed1cc733
(gud-common-init): If file arg has no directory,
Richard M. Stallman <rms@gnu.org>
parents:
9695
diff
changeset
|
2062 (file-name-directory file) |
6a97ed1cc733
(gud-common-init): If file arg has no directory,
Richard M. Stallman <rms@gnu.org>
parents:
9695
diff
changeset
|
2063 (setq default-directory (file-name-directory file))) |
9190
4e66c15e2d6c
(gud-overload-functions): Function deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8645
diff
changeset
|
2064 (or (bolp) (newline)) |
4e66c15e2d6c
(gud-overload-functions): Function deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8645
diff
changeset
|
2065 (insert "Current directory is " default-directory "\n") |
10876
715419786d7f
(gud-common-init): Put substed file name back in original
Richard M. Stallman <rms@gnu.org>
parents:
10518
diff
changeset
|
2066 ;; Put the substituted and expanded file name back in its place. |
715419786d7f
(gud-common-init): Put substed file name back in original
Richard M. Stallman <rms@gnu.org>
parents:
10518
diff
changeset
|
2067 (let ((w args)) |
715419786d7f
(gud-common-init): Put substed file name back in original
Richard M. Stallman <rms@gnu.org>
parents:
10518
diff
changeset
|
2068 (while (and w (not (eq (car w) t))) |
715419786d7f
(gud-common-init): Put substed file name back in original
Richard M. Stallman <rms@gnu.org>
parents:
10518
diff
changeset
|
2069 (setq w (cdr w))) |
11930
d86841220451
(gud-common-init): Don't die if filename not supplied.
Karl Heuer <kwzh@gnu.org>
parents:
11583
diff
changeset
|
2070 (if w |
d86841220451
(gud-common-init): Don't die if filename not supplied.
Karl Heuer <kwzh@gnu.org>
parents:
11583
diff
changeset
|
2071 (setcar w file))) |
d86841220451
(gud-common-init): Don't die if filename not supplied.
Karl Heuer <kwzh@gnu.org>
parents:
11583
diff
changeset
|
2072 (apply 'make-comint (concat "gud" filepart) program nil |
12116
1df1abcd466f
(gud-common-init): Call the MASSAGE-ARGS function even if FILE is nil.
Roland McGrath <roland@gnu.org>
parents:
12032
diff
changeset
|
2073 (funcall massage-args file args))) |
9190
4e66c15e2d6c
(gud-overload-functions): Function deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8645
diff
changeset
|
2074 ;; Since comint clobbered the mode, we don't set it until now. |
460 | 2075 (gud-mode) |
9190
4e66c15e2d6c
(gud-overload-functions): Function deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8645
diff
changeset
|
2076 (make-local-variable 'gud-marker-filter) |
4e66c15e2d6c
(gud-overload-functions): Function deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8645
diff
changeset
|
2077 (setq gud-marker-filter marker-filter) |
4e66c15e2d6c
(gud-overload-functions): Function deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8645
diff
changeset
|
2078 (make-local-variable 'gud-find-file) |
4e66c15e2d6c
(gud-overload-functions): Function deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8645
diff
changeset
|
2079 (setq gud-find-file find-file) |
4e66c15e2d6c
(gud-overload-functions): Function deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8645
diff
changeset
|
2080 |
460 | 2081 (set-process-filter (get-buffer-process (current-buffer)) 'gud-filter) |
2082 (set-process-sentinel (get-buffer-process (current-buffer)) 'gud-sentinel) | |
2083 (gud-set-buffer) | |
2084 ) | |
2085 | |
2086 (defun gud-set-buffer () | |
2087 (cond ((eq major-mode 'gud-mode) | |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2088 (setq gud-comint-buffer (current-buffer))))) |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2089 |
13003
4711396531e8
(gud-filter): Save up text that arrives while processing previous text.
Richard M. Stallman <rms@gnu.org>
parents:
12743
diff
changeset
|
2090 (defvar gud-filter-defer-flag nil |
4711396531e8
(gud-filter): Save up text that arrives while processing previous text.
Richard M. Stallman <rms@gnu.org>
parents:
12743
diff
changeset
|
2091 "Non-nil means don't process anything from the debugger right now. |
4711396531e8
(gud-filter): Save up text that arrives while processing previous text.
Richard M. Stallman <rms@gnu.org>
parents:
12743
diff
changeset
|
2092 It is saved for when this flag is not set.") |
4711396531e8
(gud-filter): Save up text that arrives while processing previous text.
Richard M. Stallman <rms@gnu.org>
parents:
12743
diff
changeset
|
2093 |
4711396531e8
(gud-filter): Save up text that arrives while processing previous text.
Richard M. Stallman <rms@gnu.org>
parents:
12743
diff
changeset
|
2094 (defvar gud-filter-pending-text nil |
4711396531e8
(gud-filter): Save up text that arrives while processing previous text.
Richard M. Stallman <rms@gnu.org>
parents:
12743
diff
changeset
|
2095 "Non-nil means this is text that has been saved for later in `gud-filter'.") |
4711396531e8
(gud-filter): Save up text that arrives while processing previous text.
Richard M. Stallman <rms@gnu.org>
parents:
12743
diff
changeset
|
2096 |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2097 ;; These functions are responsible for inserting output from your debugger |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2098 ;; into the buffer. The hard work is done by the method that is |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2099 ;; the value of gud-marker-filter. |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2100 |
460 | 2101 (defun gud-filter (proc string) |
2102 ;; Here's where the actual buffer insertion is done | |
13190
1e174c7e3a00
(gud-filter): Move the gud-display-frame call
Richard M. Stallman <rms@gnu.org>
parents:
13003
diff
changeset
|
2103 (let (output process-window) |
9519
c7925093b270
(gud-filter): Don't bind inhibit-quit.
Richard M. Stallman <rms@gnu.org>
parents:
9191
diff
changeset
|
2104 (if (buffer-name (process-buffer proc)) |
13003
4711396531e8
(gud-filter): Save up text that arrives while processing previous text.
Richard M. Stallman <rms@gnu.org>
parents:
12743
diff
changeset
|
2105 (if gud-filter-defer-flag |
4711396531e8
(gud-filter): Save up text that arrives while processing previous text.
Richard M. Stallman <rms@gnu.org>
parents:
12743
diff
changeset
|
2106 ;; If we can't process any text now, |
4711396531e8
(gud-filter): Save up text that arrives while processing previous text.
Richard M. Stallman <rms@gnu.org>
parents:
12743
diff
changeset
|
2107 ;; save it for later. |
4711396531e8
(gud-filter): Save up text that arrives while processing previous text.
Richard M. Stallman <rms@gnu.org>
parents:
12743
diff
changeset
|
2108 (setq gud-filter-pending-text |
4711396531e8
(gud-filter): Save up text that arrives while processing previous text.
Richard M. Stallman <rms@gnu.org>
parents:
12743
diff
changeset
|
2109 (concat (or gud-filter-pending-text "") string)) |
15185
44305fd68269
(gud-filter): Move the call to gud-display-frame
Richard M. Stallman <rms@gnu.org>
parents:
15127
diff
changeset
|
2110 |
44305fd68269
(gud-filter): Move the call to gud-display-frame
Richard M. Stallman <rms@gnu.org>
parents:
15127
diff
changeset
|
2111 ;; If we have to ask a question during the processing, |
44305fd68269
(gud-filter): Move the call to gud-display-frame
Richard M. Stallman <rms@gnu.org>
parents:
15127
diff
changeset
|
2112 ;; defer any additional text that comes from the debugger |
44305fd68269
(gud-filter): Move the call to gud-display-frame
Richard M. Stallman <rms@gnu.org>
parents:
15127
diff
changeset
|
2113 ;; during that time. |
44305fd68269
(gud-filter): Move the call to gud-display-frame
Richard M. Stallman <rms@gnu.org>
parents:
15127
diff
changeset
|
2114 (let ((gud-filter-defer-flag t)) |
44305fd68269
(gud-filter): Move the call to gud-display-frame
Richard M. Stallman <rms@gnu.org>
parents:
15127
diff
changeset
|
2115 ;; Process now any text we previously saved up. |
44305fd68269
(gud-filter): Move the call to gud-display-frame
Richard M. Stallman <rms@gnu.org>
parents:
15127
diff
changeset
|
2116 (if gud-filter-pending-text |
44305fd68269
(gud-filter): Move the call to gud-display-frame
Richard M. Stallman <rms@gnu.org>
parents:
15127
diff
changeset
|
2117 (setq string (concat gud-filter-pending-text string) |
44305fd68269
(gud-filter): Move the call to gud-display-frame
Richard M. Stallman <rms@gnu.org>
parents:
15127
diff
changeset
|
2118 gud-filter-pending-text nil)) |
44305fd68269
(gud-filter): Move the call to gud-display-frame
Richard M. Stallman <rms@gnu.org>
parents:
15127
diff
changeset
|
2119 (save-excursion |
13003
4711396531e8
(gud-filter): Save up text that arrives while processing previous text.
Richard M. Stallman <rms@gnu.org>
parents:
12743
diff
changeset
|
2120 (set-buffer (process-buffer proc)) |
4711396531e8
(gud-filter): Save up text that arrives while processing previous text.
Richard M. Stallman <rms@gnu.org>
parents:
12743
diff
changeset
|
2121 ;; If we have been so requested, delete the debugger prompt. |
4711396531e8
(gud-filter): Save up text that arrives while processing previous text.
Richard M. Stallman <rms@gnu.org>
parents:
12743
diff
changeset
|
2122 (if (marker-buffer gud-delete-prompt-marker) |
4711396531e8
(gud-filter): Save up text that arrives while processing previous text.
Richard M. Stallman <rms@gnu.org>
parents:
12743
diff
changeset
|
2123 (progn |
4711396531e8
(gud-filter): Save up text that arrives while processing previous text.
Richard M. Stallman <rms@gnu.org>
parents:
12743
diff
changeset
|
2124 (delete-region (process-mark proc) gud-delete-prompt-marker) |
4711396531e8
(gud-filter): Save up text that arrives while processing previous text.
Richard M. Stallman <rms@gnu.org>
parents:
12743
diff
changeset
|
2125 (set-marker gud-delete-prompt-marker nil))) |
4711396531e8
(gud-filter): Save up text that arrives while processing previous text.
Richard M. Stallman <rms@gnu.org>
parents:
12743
diff
changeset
|
2126 ;; Save the process output, checking for source file markers. |
4711396531e8
(gud-filter): Save up text that arrives while processing previous text.
Richard M. Stallman <rms@gnu.org>
parents:
12743
diff
changeset
|
2127 (setq output (gud-marker-filter string)) |
4711396531e8
(gud-filter): Save up text that arrives while processing previous text.
Richard M. Stallman <rms@gnu.org>
parents:
12743
diff
changeset
|
2128 ;; Check for a filename-and-line number. |
4711396531e8
(gud-filter): Save up text that arrives while processing previous text.
Richard M. Stallman <rms@gnu.org>
parents:
12743
diff
changeset
|
2129 ;; Don't display the specified file |
4711396531e8
(gud-filter): Save up text that arrives while processing previous text.
Richard M. Stallman <rms@gnu.org>
parents:
12743
diff
changeset
|
2130 ;; unless (1) point is at or after the position where output appears |
4711396531e8
(gud-filter): Save up text that arrives while processing previous text.
Richard M. Stallman <rms@gnu.org>
parents:
12743
diff
changeset
|
2131 ;; and (2) this buffer is on the screen. |
13190
1e174c7e3a00
(gud-filter): Move the gud-display-frame call
Richard M. Stallman <rms@gnu.org>
parents:
13003
diff
changeset
|
2132 (setq process-window |
1e174c7e3a00
(gud-filter): Move the gud-display-frame call
Richard M. Stallman <rms@gnu.org>
parents:
13003
diff
changeset
|
2133 (and gud-last-frame |
1e174c7e3a00
(gud-filter): Move the gud-display-frame call
Richard M. Stallman <rms@gnu.org>
parents:
13003
diff
changeset
|
2134 (>= (point) (process-mark proc)) |
15185
44305fd68269
(gud-filter): Move the call to gud-display-frame
Richard M. Stallman <rms@gnu.org>
parents:
15127
diff
changeset
|
2135 (get-buffer-window (current-buffer)))) |
44305fd68269
(gud-filter): Move the call to gud-display-frame
Richard M. Stallman <rms@gnu.org>
parents:
15127
diff
changeset
|
2136 |
44305fd68269
(gud-filter): Move the call to gud-display-frame
Richard M. Stallman <rms@gnu.org>
parents:
15127
diff
changeset
|
2137 ;; Let the comint filter do the actual insertion. |
44305fd68269
(gud-filter): Move the call to gud-display-frame
Richard M. Stallman <rms@gnu.org>
parents:
15127
diff
changeset
|
2138 ;; That lets us inherit various comint features. |
44305fd68269
(gud-filter): Move the call to gud-display-frame
Richard M. Stallman <rms@gnu.org>
parents:
15127
diff
changeset
|
2139 (comint-output-filter proc output))) |
13190
1e174c7e3a00
(gud-filter): Move the gud-display-frame call
Richard M. Stallman <rms@gnu.org>
parents:
13003
diff
changeset
|
2140 |
15185
44305fd68269
(gud-filter): Move the call to gud-display-frame
Richard M. Stallman <rms@gnu.org>
parents:
15127
diff
changeset
|
2141 ;; Put the arrow on the source line. |
15199
c595cb576143
(gud-filter): Cal gud-display-frame even if process-window is nil.
Richard M. Stallman <rms@gnu.org>
parents:
15185
diff
changeset
|
2142 ;; This must be outside of the save-excursion |
15185
44305fd68269
(gud-filter): Move the call to gud-display-frame
Richard M. Stallman <rms@gnu.org>
parents:
15127
diff
changeset
|
2143 ;; in case the source file is our current buffer. |
44305fd68269
(gud-filter): Move the call to gud-display-frame
Richard M. Stallman <rms@gnu.org>
parents:
15127
diff
changeset
|
2144 (if process-window |
44305fd68269
(gud-filter): Move the call to gud-display-frame
Richard M. Stallman <rms@gnu.org>
parents:
15127
diff
changeset
|
2145 (save-selected-window |
44305fd68269
(gud-filter): Move the call to gud-display-frame
Richard M. Stallman <rms@gnu.org>
parents:
15127
diff
changeset
|
2146 (select-window process-window) |
15199
c595cb576143
(gud-filter): Cal gud-display-frame even if process-window is nil.
Richard M. Stallman <rms@gnu.org>
parents:
15185
diff
changeset
|
2147 (gud-display-frame)) |
c595cb576143
(gud-filter): Cal gud-display-frame even if process-window is nil.
Richard M. Stallman <rms@gnu.org>
parents:
15185
diff
changeset
|
2148 ;; We have to be in the proper buffer, (process-buffer proc), |
c595cb576143
(gud-filter): Cal gud-display-frame even if process-window is nil.
Richard M. Stallman <rms@gnu.org>
parents:
15185
diff
changeset
|
2149 ;; but not in a save-excursion, because that would restore point. |
c595cb576143
(gud-filter): Cal gud-display-frame even if process-window is nil.
Richard M. Stallman <rms@gnu.org>
parents:
15185
diff
changeset
|
2150 (let ((old-buf (current-buffer))) |
c595cb576143
(gud-filter): Cal gud-display-frame even if process-window is nil.
Richard M. Stallman <rms@gnu.org>
parents:
15185
diff
changeset
|
2151 (set-buffer (process-buffer proc)) |
c595cb576143
(gud-filter): Cal gud-display-frame even if process-window is nil.
Richard M. Stallman <rms@gnu.org>
parents:
15185
diff
changeset
|
2152 (unwind-protect |
c595cb576143
(gud-filter): Cal gud-display-frame even if process-window is nil.
Richard M. Stallman <rms@gnu.org>
parents:
15185
diff
changeset
|
2153 (gud-display-frame) |
c595cb576143
(gud-filter): Cal gud-display-frame even if process-window is nil.
Richard M. Stallman <rms@gnu.org>
parents:
15185
diff
changeset
|
2154 (set-buffer old-buf)))) |
13190
1e174c7e3a00
(gud-filter): Move the gud-display-frame call
Richard M. Stallman <rms@gnu.org>
parents:
13003
diff
changeset
|
2155 |
15185
44305fd68269
(gud-filter): Move the call to gud-display-frame
Richard M. Stallman <rms@gnu.org>
parents:
15127
diff
changeset
|
2156 ;; If we deferred text that arrived during this processing, |
44305fd68269
(gud-filter): Move the call to gud-display-frame
Richard M. Stallman <rms@gnu.org>
parents:
15127
diff
changeset
|
2157 ;; handle it now. |
44305fd68269
(gud-filter): Move the call to gud-display-frame
Richard M. Stallman <rms@gnu.org>
parents:
15127
diff
changeset
|
2158 (if gud-filter-pending-text |
44305fd68269
(gud-filter): Move the call to gud-display-frame
Richard M. Stallman <rms@gnu.org>
parents:
15127
diff
changeset
|
2159 (gud-filter proc "")))))) |
460 | 2160 |
2161 (defun gud-sentinel (proc msg) | |
2162 (cond ((null (buffer-name (process-buffer proc))) | |
2163 ;; buffer killed | |
2164 ;; Stop displaying an arrow in a source file. | |
2165 (setq overlay-arrow-position nil) | |
2166 (set-process-buffer proc nil)) | |
2167 ((memq (process-status proc) '(signal exit)) | |
2168 ;; Stop displaying an arrow in a source file. | |
2169 (setq overlay-arrow-position nil) | |
2170 (let* ((obuf (current-buffer))) | |
2171 ;; save-excursion isn't the right thing if | |
2172 ;; process-buffer is current-buffer | |
2173 (unwind-protect | |
2174 (progn | |
2175 ;; Write something in *compilation* and hack its mode line, | |
2176 (set-buffer (process-buffer proc)) | |
20296
0b41c3dab3a7
(gud-sentinel): Set mode-line-process in the process
Andreas Schwab <schwab@suse.de>
parents:
19890
diff
changeset
|
2177 ;; Fix the mode line. |
0b41c3dab3a7
(gud-sentinel): Set mode-line-process in the process
Andreas Schwab <schwab@suse.de>
parents:
19890
diff
changeset
|
2178 (setq mode-line-process |
0b41c3dab3a7
(gud-sentinel): Set mode-line-process in the process
Andreas Schwab <schwab@suse.de>
parents:
19890
diff
changeset
|
2179 (concat ":" |
0b41c3dab3a7
(gud-sentinel): Set mode-line-process in the process
Andreas Schwab <schwab@suse.de>
parents:
19890
diff
changeset
|
2180 (symbol-name (process-status proc)))) |
11583
b481316dd562
(gud-sentinel): Use force-mode-line-update.
Karl Heuer <kwzh@gnu.org>
parents:
11235
diff
changeset
|
2181 (force-mode-line-update) |
460 | 2182 (if (eobp) |
2183 (insert ?\n mode-name " " msg) | |
2184 (save-excursion | |
2185 (goto-char (point-max)) | |
2186 (insert ?\n mode-name " " msg))) | |
2187 ;; If buffer and mode line will show that the process | |
2188 ;; is dead, we can delete it now. Otherwise it | |
2189 ;; will stay around until M-x list-processes. | |
2190 (delete-process proc)) | |
2191 ;; Restore old buffer, but don't restore old point | |
2192 ;; if obuf is the gud buffer. | |
2193 (set-buffer obuf)))))) | |
2194 | |
2195 (defun gud-display-frame () | |
2196 "Find and obey the last filename-and-line marker from the debugger. | |
2197 Obeying it means displaying in another window the specified file and line." | |
2198 (interactive) | |
2199 (if gud-last-frame | |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2200 (progn |
460 | 2201 (gud-set-buffer) |
2202 (gud-display-line (car gud-last-frame) (cdr gud-last-frame)) | |
3646
4b34cbec2058
* gud.el (gud-last-last-frame): New variable.
Jim Blandy <jimb@redhat.com>
parents:
3591
diff
changeset
|
2203 (setq gud-last-last-frame gud-last-frame |
4b34cbec2058
* gud.el (gud-last-last-frame): New variable.
Jim Blandy <jimb@redhat.com>
parents:
3591
diff
changeset
|
2204 gud-last-frame nil)))) |
460 | 2205 |
2206 ;; Make sure the file named TRUE-FILE is in a buffer that appears on the screen | |
2207 ;; and that its line LINE is visible. | |
2208 ;; Put the overlay-arrow on the line LINE in that buffer. | |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2209 ;; Most of the trickiness in here comes from wanting to preserve the current |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2210 ;; region-restriction if that's possible. We use an explicit display-buffer |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2211 ;; to get around the fact that this is called inside a save-excursion. |
460 | 2212 |
2213 (defun gud-display-line (true-file line) | |
7910
842db6d87566
(gud-massage-args): Fix error message syntax.
Richard M. Stallman <rms@gnu.org>
parents:
7741
diff
changeset
|
2214 (let* ((last-nonmenu-event t) ; Prevent use of dialog box for questions. |
15127
654bc3990b4d
(gud-display-line): Switch to gud buffer before calling gud-find-file.
Richard M. Stallman <rms@gnu.org>
parents:
14934
diff
changeset
|
2215 (buffer |
654bc3990b4d
(gud-display-line): Switch to gud buffer before calling gud-find-file.
Richard M. Stallman <rms@gnu.org>
parents:
14934
diff
changeset
|
2216 (save-excursion |
654bc3990b4d
(gud-display-line): Switch to gud buffer before calling gud-find-file.
Richard M. Stallman <rms@gnu.org>
parents:
14934
diff
changeset
|
2217 (or (eq (current-buffer) gud-comint-buffer) |
654bc3990b4d
(gud-display-line): Switch to gud buffer before calling gud-find-file.
Richard M. Stallman <rms@gnu.org>
parents:
14934
diff
changeset
|
2218 (set-buffer gud-comint-buffer)) |
654bc3990b4d
(gud-display-line): Switch to gud buffer before calling gud-find-file.
Richard M. Stallman <rms@gnu.org>
parents:
14934
diff
changeset
|
2219 (gud-find-file true-file))) |
16250
aaa0ecdc4772
(gud-display-line): Don't call display-buffer
Richard M. Stallman <rms@gnu.org>
parents:
16185
diff
changeset
|
2220 (window (and buffer (or (get-buffer-window buffer) |
aaa0ecdc4772
(gud-display-line): Don't call display-buffer
Richard M. Stallman <rms@gnu.org>
parents:
16185
diff
changeset
|
2221 (display-buffer buffer)))) |
460 | 2222 (pos)) |
15796
0cddfd1a946e
(gud-display-line): Don't crash if BUFFER is nil.
Richard M. Stallman <rms@gnu.org>
parents:
15755
diff
changeset
|
2223 (if buffer |
0cddfd1a946e
(gud-display-line): Don't crash if BUFFER is nil.
Richard M. Stallman <rms@gnu.org>
parents:
15755
diff
changeset
|
2224 (progn |
0cddfd1a946e
(gud-display-line): Don't crash if BUFFER is nil.
Richard M. Stallman <rms@gnu.org>
parents:
15755
diff
changeset
|
2225 (save-excursion |
0cddfd1a946e
(gud-display-line): Don't crash if BUFFER is nil.
Richard M. Stallman <rms@gnu.org>
parents:
15755
diff
changeset
|
2226 (set-buffer buffer) |
0cddfd1a946e
(gud-display-line): Don't crash if BUFFER is nil.
Richard M. Stallman <rms@gnu.org>
parents:
15755
diff
changeset
|
2227 (save-restriction |
0cddfd1a946e
(gud-display-line): Don't crash if BUFFER is nil.
Richard M. Stallman <rms@gnu.org>
parents:
15755
diff
changeset
|
2228 (widen) |
0cddfd1a946e
(gud-display-line): Don't crash if BUFFER is nil.
Richard M. Stallman <rms@gnu.org>
parents:
15755
diff
changeset
|
2229 (goto-line line) |
0cddfd1a946e
(gud-display-line): Don't crash if BUFFER is nil.
Richard M. Stallman <rms@gnu.org>
parents:
15755
diff
changeset
|
2230 (setq pos (point)) |
0cddfd1a946e
(gud-display-line): Don't crash if BUFFER is nil.
Richard M. Stallman <rms@gnu.org>
parents:
15755
diff
changeset
|
2231 (setq overlay-arrow-string "=>") |
0cddfd1a946e
(gud-display-line): Don't crash if BUFFER is nil.
Richard M. Stallman <rms@gnu.org>
parents:
15755
diff
changeset
|
2232 (or overlay-arrow-position |
0cddfd1a946e
(gud-display-line): Don't crash if BUFFER is nil.
Richard M. Stallman <rms@gnu.org>
parents:
15755
diff
changeset
|
2233 (setq overlay-arrow-position (make-marker))) |
0cddfd1a946e
(gud-display-line): Don't crash if BUFFER is nil.
Richard M. Stallman <rms@gnu.org>
parents:
15755
diff
changeset
|
2234 (set-marker overlay-arrow-position (point) (current-buffer))) |
0cddfd1a946e
(gud-display-line): Don't crash if BUFFER is nil.
Richard M. Stallman <rms@gnu.org>
parents:
15755
diff
changeset
|
2235 (cond ((or (< pos (point-min)) (> pos (point-max))) |
0cddfd1a946e
(gud-display-line): Don't crash if BUFFER is nil.
Richard M. Stallman <rms@gnu.org>
parents:
15755
diff
changeset
|
2236 (widen) |
0cddfd1a946e
(gud-display-line): Don't crash if BUFFER is nil.
Richard M. Stallman <rms@gnu.org>
parents:
15755
diff
changeset
|
2237 (goto-char pos)))) |
0cddfd1a946e
(gud-display-line): Don't crash if BUFFER is nil.
Richard M. Stallman <rms@gnu.org>
parents:
15755
diff
changeset
|
2238 (set-window-point window overlay-arrow-position))))) |
1256
ff24725192d3
* gud.el: When we send a command to the debugger via gud-call,
Jim Blandy <jimb@redhat.com>
parents:
1255
diff
changeset
|
2239 |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2240 ;;; The gud-call function must do the right thing whether its invoking |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2241 ;;; keystroke is from the GUD buffer itself (via major-mode binding) |
2581
839d67a1dc58
Set no-byte-compile local variable t to work around a byte-compiler bug.
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2532
diff
changeset
|
2242 ;;; or a C buffer. In the former case, we want to supply data from |
839d67a1dc58
Set no-byte-compile local variable t to work around a byte-compiler bug.
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2532
diff
changeset
|
2243 ;;; gud-last-frame. Here's how we do it: |
460 | 2244 |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2245 (defun gud-format-command (str arg) |
5264
a60a8979d34b
(gud-format-command): Rewrite.
Richard M. Stallman <rms@gnu.org>
parents:
4818
diff
changeset
|
2246 (let ((insource (not (eq (current-buffer) gud-comint-buffer))) |
a60a8979d34b
(gud-format-command): Rewrite.
Richard M. Stallman <rms@gnu.org>
parents:
4818
diff
changeset
|
2247 (frame (or gud-last-frame gud-last-last-frame)) |
a60a8979d34b
(gud-format-command): Rewrite.
Richard M. Stallman <rms@gnu.org>
parents:
4818
diff
changeset
|
2248 result) |
a60a8979d34b
(gud-format-command): Rewrite.
Richard M. Stallman <rms@gnu.org>
parents:
4818
diff
changeset
|
2249 (while (and str (string-match "\\([^%]*\\)%\\([adeflp]\\)" str)) |
a60a8979d34b
(gud-format-command): Rewrite.
Richard M. Stallman <rms@gnu.org>
parents:
4818
diff
changeset
|
2250 (let ((key (string-to-char (substring str (match-beginning 2)))) |
a60a8979d34b
(gud-format-command): Rewrite.
Richard M. Stallman <rms@gnu.org>
parents:
4818
diff
changeset
|
2251 subst) |
a60a8979d34b
(gud-format-command): Rewrite.
Richard M. Stallman <rms@gnu.org>
parents:
4818
diff
changeset
|
2252 (cond |
a60a8979d34b
(gud-format-command): Rewrite.
Richard M. Stallman <rms@gnu.org>
parents:
4818
diff
changeset
|
2253 ((eq key ?f) |
a60a8979d34b
(gud-format-command): Rewrite.
Richard M. Stallman <rms@gnu.org>
parents:
4818
diff
changeset
|
2254 (setq subst (file-name-nondirectory (if insource |
a60a8979d34b
(gud-format-command): Rewrite.
Richard M. Stallman <rms@gnu.org>
parents:
4818
diff
changeset
|
2255 (buffer-file-name) |
a60a8979d34b
(gud-format-command): Rewrite.
Richard M. Stallman <rms@gnu.org>
parents:
4818
diff
changeset
|
2256 (car frame))))) |
a60a8979d34b
(gud-format-command): Rewrite.
Richard M. Stallman <rms@gnu.org>
parents:
4818
diff
changeset
|
2257 ((eq key ?d) |
a60a8979d34b
(gud-format-command): Rewrite.
Richard M. Stallman <rms@gnu.org>
parents:
4818
diff
changeset
|
2258 (setq subst (file-name-directory (if insource |
4344
be116c77da2f
(dbx): Use %d in gud-break.
Richard M. Stallman <rms@gnu.org>
parents:
4335
diff
changeset
|
2259 (buffer-file-name) |
5264
a60a8979d34b
(gud-format-command): Rewrite.
Richard M. Stallman <rms@gnu.org>
parents:
4818
diff
changeset
|
2260 (car frame))))) |
a60a8979d34b
(gud-format-command): Rewrite.
Richard M. Stallman <rms@gnu.org>
parents:
4818
diff
changeset
|
2261 ((eq key ?l) |
a60a8979d34b
(gud-format-command): Rewrite.
Richard M. Stallman <rms@gnu.org>
parents:
4818
diff
changeset
|
2262 (setq subst (if insource |
a60a8979d34b
(gud-format-command): Rewrite.
Richard M. Stallman <rms@gnu.org>
parents:
4818
diff
changeset
|
2263 (save-excursion |
a60a8979d34b
(gud-format-command): Rewrite.
Richard M. Stallman <rms@gnu.org>
parents:
4818
diff
changeset
|
2264 (beginning-of-line) |
22159
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
2265 (save-restriction (widen) |
5264
a60a8979d34b
(gud-format-command): Rewrite.
Richard M. Stallman <rms@gnu.org>
parents:
4818
diff
changeset
|
2266 (1+ (count-lines 1 (point))))) |
a60a8979d34b
(gud-format-command): Rewrite.
Richard M. Stallman <rms@gnu.org>
parents:
4818
diff
changeset
|
2267 (cdr frame)))) |
a60a8979d34b
(gud-format-command): Rewrite.
Richard M. Stallman <rms@gnu.org>
parents:
4818
diff
changeset
|
2268 ((eq key ?e) |
16185
fdb78e6e5701
(gud-find-c-expr): Renamed from find-c-expr.
Richard M. Stallman <rms@gnu.org>
parents:
15819
diff
changeset
|
2269 (setq subst (gud-find-c-expr))) |
5264
a60a8979d34b
(gud-format-command): Rewrite.
Richard M. Stallman <rms@gnu.org>
parents:
4818
diff
changeset
|
2270 ((eq key ?a) |
a60a8979d34b
(gud-format-command): Rewrite.
Richard M. Stallman <rms@gnu.org>
parents:
4818
diff
changeset
|
2271 (setq subst (gud-read-address))) |
a60a8979d34b
(gud-format-command): Rewrite.
Richard M. Stallman <rms@gnu.org>
parents:
4818
diff
changeset
|
2272 ((eq key ?p) |
a60a8979d34b
(gud-format-command): Rewrite.
Richard M. Stallman <rms@gnu.org>
parents:
4818
diff
changeset
|
2273 (setq subst (if arg (int-to-string arg) "")))) |
a60a8979d34b
(gud-format-command): Rewrite.
Richard M. Stallman <rms@gnu.org>
parents:
4818
diff
changeset
|
2274 (setq result (concat result |
a60a8979d34b
(gud-format-command): Rewrite.
Richard M. Stallman <rms@gnu.org>
parents:
4818
diff
changeset
|
2275 (substring str (match-beginning 1) (match-end 1)) |
a60a8979d34b
(gud-format-command): Rewrite.
Richard M. Stallman <rms@gnu.org>
parents:
4818
diff
changeset
|
2276 subst))) |
a60a8979d34b
(gud-format-command): Rewrite.
Richard M. Stallman <rms@gnu.org>
parents:
4818
diff
changeset
|
2277 (setq str (substring str (match-end 2)))) |
a60a8979d34b
(gud-format-command): Rewrite.
Richard M. Stallman <rms@gnu.org>
parents:
4818
diff
changeset
|
2278 ;; There might be text left in STR when the loop ends. |
a60a8979d34b
(gud-format-command): Rewrite.
Richard M. Stallman <rms@gnu.org>
parents:
4818
diff
changeset
|
2279 (concat result str))) |
460 | 2280 |
1255 | 2281 (defun gud-read-address () |
460 | 2282 "Return a string containing the core-address found in the buffer at point." |
2283 (save-excursion | |
1255 | 2284 (let ((pt (point)) found begin) |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2285 (setq found (if (search-backward "0x" (- pt 7) t) (point))) |
1255 | 2286 (cond |
2287 (found (forward-char 2) | |
2288 (buffer-substring found | |
2289 (progn (re-search-forward "[^0-9a-f]") | |
2290 (forward-char -1) | |
2291 (point)))) | |
22159
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
2292 (t (setq begin (progn (re-search-backward "[^0-9]") |
1255 | 2293 (forward-char 1) |
2294 (point))) | |
2295 (forward-char 1) | |
2296 (re-search-forward "[^0-9]") | |
2297 (forward-char -1) | |
2298 (buffer-substring begin (point))))))) | |
460 | 2299 |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2300 (defun gud-call (fmt &optional arg) |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2301 (let ((msg (gud-format-command fmt arg))) |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2302 (message "Command: %s" msg) |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2303 (sit-for 0) |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2304 (gud-basic-call msg))) |
460 | 2305 |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2306 (defun gud-basic-call (command) |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2307 "Invoke the debugger COMMAND displaying source in other window." |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2308 (interactive) |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2309 (gud-set-buffer) |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2310 (let ((command (concat command "\n")) |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2311 (proc (get-buffer-process gud-comint-buffer))) |
10095
ace8ae9f015f
(gud-basic-call): Detect error earlier.
Karl Heuer <kwzh@gnu.org>
parents:
10042
diff
changeset
|
2312 (or proc (error "Current buffer has no process")) |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2313 ;; Arrange for the current prompt to get deleted. |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2314 (save-excursion |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2315 (set-buffer gud-comint-buffer) |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2316 (goto-char (process-mark proc)) |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2317 (beginning-of-line) |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2318 (if (looking-at comint-prompt-regexp) |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2319 (set-marker gud-delete-prompt-marker (point)))) |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2320 (process-send-string proc command))) |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2321 |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2322 (defun gud-refresh (&optional arg) |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2323 "Fix up a possibly garbled display, and redraw the arrow." |
460 | 2324 (interactive "P") |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2325 (recenter arg) |
3646
4b34cbec2058
* gud.el (gud-last-last-frame): New variable.
Jim Blandy <jimb@redhat.com>
parents:
3591
diff
changeset
|
2326 (or gud-last-frame (setq gud-last-frame gud-last-last-frame)) |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2327 (gud-display-frame)) |
3551
8b5fa2d1755f
Doc fixes. Delete local variable list at the end.
Richard M. Stallman <rms@gnu.org>
parents:
3343
diff
changeset
|
2328 |
16405
1fb8e3c7cc03
Move two function definitions.
Richard M. Stallman <rms@gnu.org>
parents:
16362
diff
changeset
|
2329 |
1fb8e3c7cc03
Move two function definitions.
Richard M. Stallman <rms@gnu.org>
parents:
16362
diff
changeset
|
2330 (defun gud-new-keymap (map) |
1fb8e3c7cc03
Move two function definitions.
Richard M. Stallman <rms@gnu.org>
parents:
16362
diff
changeset
|
2331 "Return a new keymap which inherits from MAP and has name `Gud'." |
1fb8e3c7cc03
Move two function definitions.
Richard M. Stallman <rms@gnu.org>
parents:
16362
diff
changeset
|
2332 (nconc (make-sparse-keymap "Gud") map)) |
1fb8e3c7cc03
Move two function definitions.
Richard M. Stallman <rms@gnu.org>
parents:
16362
diff
changeset
|
2333 |
1fb8e3c7cc03
Move two function definitions.
Richard M. Stallman <rms@gnu.org>
parents:
16362
diff
changeset
|
2334 (defun gud-make-debug-menu () |
1fb8e3c7cc03
Move two function definitions.
Richard M. Stallman <rms@gnu.org>
parents:
16362
diff
changeset
|
2335 "Make sure the current local map has a [menu-bar debug] submap. |
1fb8e3c7cc03
Move two function definitions.
Richard M. Stallman <rms@gnu.org>
parents:
16362
diff
changeset
|
2336 If it doesn't, replace it with a new map that inherits it, |
1fb8e3c7cc03
Move two function definitions.
Richard M. Stallman <rms@gnu.org>
parents:
16362
diff
changeset
|
2337 and create such a submap in that new map." |
1fb8e3c7cc03
Move two function definitions.
Richard M. Stallman <rms@gnu.org>
parents:
16362
diff
changeset
|
2338 (if (and (current-local-map) |
1fb8e3c7cc03
Move two function definitions.
Richard M. Stallman <rms@gnu.org>
parents:
16362
diff
changeset
|
2339 (lookup-key (current-local-map) [menu-bar debug])) |
1fb8e3c7cc03
Move two function definitions.
Richard M. Stallman <rms@gnu.org>
parents:
16362
diff
changeset
|
2340 nil |
1fb8e3c7cc03
Move two function definitions.
Richard M. Stallman <rms@gnu.org>
parents:
16362
diff
changeset
|
2341 (use-local-map (gud-new-keymap (current-local-map))) |
1fb8e3c7cc03
Move two function definitions.
Richard M. Stallman <rms@gnu.org>
parents:
16362
diff
changeset
|
2342 (define-key (current-local-map) [menu-bar debug] |
1fb8e3c7cc03
Move two function definitions.
Richard M. Stallman <rms@gnu.org>
parents:
16362
diff
changeset
|
2343 (cons "Gud" (gud-new-keymap gud-menu-map))))) |
1fb8e3c7cc03
Move two function definitions.
Richard M. Stallman <rms@gnu.org>
parents:
16362
diff
changeset
|
2344 |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2345 ;;; Code for parsing expressions out of C code. The single entry point is |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2346 ;;; find-c-expr, which tries to return an lvalue expression from around point. |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2347 ;;; |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2348 ;;; The rest of this file is a hacked version of gdbsrc.el by |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2349 ;;; Debby Ayers <ayers@asc.slb.com>, |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2350 ;;; Rich Schaefer <schaefer@asc.slb.com> Schlumberger, Austin, Tx. |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2351 |
16185
fdb78e6e5701
(gud-find-c-expr): Renamed from find-c-expr.
Richard M. Stallman <rms@gnu.org>
parents:
15819
diff
changeset
|
2352 (defun gud-find-c-expr () |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2353 "Returns the C expr that surrounds point." |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2354 (interactive) |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2355 (save-excursion |
16185
fdb78e6e5701
(gud-find-c-expr): Renamed from find-c-expr.
Richard M. Stallman <rms@gnu.org>
parents:
15819
diff
changeset
|
2356 (let (p expr test-expr) |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2357 (setq p (point)) |
16185
fdb78e6e5701
(gud-find-c-expr): Renamed from find-c-expr.
Richard M. Stallman <rms@gnu.org>
parents:
15819
diff
changeset
|
2358 (setq expr (gud-innermost-expr)) |
fdb78e6e5701
(gud-find-c-expr): Renamed from find-c-expr.
Richard M. Stallman <rms@gnu.org>
parents:
15819
diff
changeset
|
2359 (setq test-expr (gud-prev-expr)) |
fdb78e6e5701
(gud-find-c-expr): Renamed from find-c-expr.
Richard M. Stallman <rms@gnu.org>
parents:
15819
diff
changeset
|
2360 (while (and test-expr (gud-expr-compound test-expr expr)) |
fdb78e6e5701
(gud-find-c-expr): Renamed from find-c-expr.
Richard M. Stallman <rms@gnu.org>
parents:
15819
diff
changeset
|
2361 (let ((prev-expr expr)) |
fdb78e6e5701
(gud-find-c-expr): Renamed from find-c-expr.
Richard M. Stallman <rms@gnu.org>
parents:
15819
diff
changeset
|
2362 (setq expr (cons (car test-expr) (cdr expr))) |
fdb78e6e5701
(gud-find-c-expr): Renamed from find-c-expr.
Richard M. Stallman <rms@gnu.org>
parents:
15819
diff
changeset
|
2363 (goto-char (car expr)) |
fdb78e6e5701
(gud-find-c-expr): Renamed from find-c-expr.
Richard M. Stallman <rms@gnu.org>
parents:
15819
diff
changeset
|
2364 (setq test-expr (gud-prev-expr)) |
fdb78e6e5701
(gud-find-c-expr): Renamed from find-c-expr.
Richard M. Stallman <rms@gnu.org>
parents:
15819
diff
changeset
|
2365 ;; If we just pasted on the condition of an if or while, |
fdb78e6e5701
(gud-find-c-expr): Renamed from find-c-expr.
Richard M. Stallman <rms@gnu.org>
parents:
15819
diff
changeset
|
2366 ;; throw it away again. |
fdb78e6e5701
(gud-find-c-expr): Renamed from find-c-expr.
Richard M. Stallman <rms@gnu.org>
parents:
15819
diff
changeset
|
2367 (if (member (buffer-substring (car test-expr) (cdr test-expr)) |
fdb78e6e5701
(gud-find-c-expr): Renamed from find-c-expr.
Richard M. Stallman <rms@gnu.org>
parents:
15819
diff
changeset
|
2368 '("if" "while" "for")) |
fdb78e6e5701
(gud-find-c-expr): Renamed from find-c-expr.
Richard M. Stallman <rms@gnu.org>
parents:
15819
diff
changeset
|
2369 (setq test-expr nil |
fdb78e6e5701
(gud-find-c-expr): Renamed from find-c-expr.
Richard M. Stallman <rms@gnu.org>
parents:
15819
diff
changeset
|
2370 expr prev-expr)))) |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2371 (goto-char p) |
16185
fdb78e6e5701
(gud-find-c-expr): Renamed from find-c-expr.
Richard M. Stallman <rms@gnu.org>
parents:
15819
diff
changeset
|
2372 (setq test-expr (gud-next-expr)) |
fdb78e6e5701
(gud-find-c-expr): Renamed from find-c-expr.
Richard M. Stallman <rms@gnu.org>
parents:
15819
diff
changeset
|
2373 (while (gud-expr-compound expr test-expr) |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2374 (setq expr (cons (car expr) (cdr test-expr))) |
16185
fdb78e6e5701
(gud-find-c-expr): Renamed from find-c-expr.
Richard M. Stallman <rms@gnu.org>
parents:
15819
diff
changeset
|
2375 (setq test-expr (gud-next-expr)) |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2376 ) |
3551
8b5fa2d1755f
Doc fixes. Delete local variable list at the end.
Richard M. Stallman <rms@gnu.org>
parents:
3343
diff
changeset
|
2377 (buffer-substring (car expr) (cdr expr))))) |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2378 |
16185
fdb78e6e5701
(gud-find-c-expr): Renamed from find-c-expr.
Richard M. Stallman <rms@gnu.org>
parents:
15819
diff
changeset
|
2379 (defun gud-innermost-expr () |
fdb78e6e5701
(gud-find-c-expr): Renamed from find-c-expr.
Richard M. Stallman <rms@gnu.org>
parents:
15819
diff
changeset
|
2380 "Returns the smallest expr that point is in; move point to beginning of it. |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2381 The expr is represented as a cons cell, where the car specifies the point in |
22159
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
2382 the current buffer that marks the beginning of the expr and the cdr specifies |
3551
8b5fa2d1755f
Doc fixes. Delete local variable list at the end.
Richard M. Stallman <rms@gnu.org>
parents:
3343
diff
changeset
|
2383 the character after the end of the expr." |
16185
fdb78e6e5701
(gud-find-c-expr): Renamed from find-c-expr.
Richard M. Stallman <rms@gnu.org>
parents:
15819
diff
changeset
|
2384 (let ((p (point)) begin end) |
fdb78e6e5701
(gud-find-c-expr): Renamed from find-c-expr.
Richard M. Stallman <rms@gnu.org>
parents:
15819
diff
changeset
|
2385 (gud-backward-sexp) |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2386 (setq begin (point)) |
16185
fdb78e6e5701
(gud-find-c-expr): Renamed from find-c-expr.
Richard M. Stallman <rms@gnu.org>
parents:
15819
diff
changeset
|
2387 (gud-forward-sexp) |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2388 (setq end (point)) |
22159
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
2389 (if (>= p end) |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2390 (progn |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2391 (setq begin p) |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2392 (goto-char p) |
16185
fdb78e6e5701
(gud-find-c-expr): Renamed from find-c-expr.
Richard M. Stallman <rms@gnu.org>
parents:
15819
diff
changeset
|
2393 (gud-forward-sexp) |
fdb78e6e5701
(gud-find-c-expr): Renamed from find-c-expr.
Richard M. Stallman <rms@gnu.org>
parents:
15819
diff
changeset
|
2394 (setq end (point))) |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2395 ) |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2396 (goto-char begin) |
3551
8b5fa2d1755f
Doc fixes. Delete local variable list at the end.
Richard M. Stallman <rms@gnu.org>
parents:
3343
diff
changeset
|
2397 (cons begin end))) |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2398 |
16185
fdb78e6e5701
(gud-find-c-expr): Renamed from find-c-expr.
Richard M. Stallman <rms@gnu.org>
parents:
15819
diff
changeset
|
2399 (defun gud-backward-sexp () |
3551
8b5fa2d1755f
Doc fixes. Delete local variable list at the end.
Richard M. Stallman <rms@gnu.org>
parents:
3343
diff
changeset
|
2400 "Version of `backward-sexp' that catches errors." |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2401 (condition-case nil |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2402 (backward-sexp) |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2403 (error t))) |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2404 |
16185
fdb78e6e5701
(gud-find-c-expr): Renamed from find-c-expr.
Richard M. Stallman <rms@gnu.org>
parents:
15819
diff
changeset
|
2405 (defun gud-forward-sexp () |
3551
8b5fa2d1755f
Doc fixes. Delete local variable list at the end.
Richard M. Stallman <rms@gnu.org>
parents:
3343
diff
changeset
|
2406 "Version of `forward-sexp' that catches errors." |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2407 (condition-case nil |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2408 (forward-sexp) |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2409 (error t))) |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2410 |
16185
fdb78e6e5701
(gud-find-c-expr): Renamed from find-c-expr.
Richard M. Stallman <rms@gnu.org>
parents:
15819
diff
changeset
|
2411 (defun gud-prev-expr () |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2412 "Returns the previous expr, point is set to beginning of that expr. |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2413 The expr is represented as a cons cell, where the car specifies the point in |
22159
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
2414 the current buffer that marks the beginning of the expr and the cdr specifies |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2415 the character after the end of the expr" |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2416 (let ((begin) (end)) |
16185
fdb78e6e5701
(gud-find-c-expr): Renamed from find-c-expr.
Richard M. Stallman <rms@gnu.org>
parents:
15819
diff
changeset
|
2417 (gud-backward-sexp) |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2418 (setq begin (point)) |
16185
fdb78e6e5701
(gud-find-c-expr): Renamed from find-c-expr.
Richard M. Stallman <rms@gnu.org>
parents:
15819
diff
changeset
|
2419 (gud-forward-sexp) |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2420 (setq end (point)) |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2421 (goto-char begin) |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2422 (cons begin end))) |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2423 |
16185
fdb78e6e5701
(gud-find-c-expr): Renamed from find-c-expr.
Richard M. Stallman <rms@gnu.org>
parents:
15819
diff
changeset
|
2424 (defun gud-next-expr () |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2425 "Returns the following expr, point is set to beginning of that expr. |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2426 The expr is represented as a cons cell, where the car specifies the point in |
22159
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
2427 the current buffer that marks the beginning of the expr and the cdr specifies |
3551
8b5fa2d1755f
Doc fixes. Delete local variable list at the end.
Richard M. Stallman <rms@gnu.org>
parents:
3343
diff
changeset
|
2428 the character after the end of the expr." |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2429 (let ((begin) (end)) |
16185
fdb78e6e5701
(gud-find-c-expr): Renamed from find-c-expr.
Richard M. Stallman <rms@gnu.org>
parents:
15819
diff
changeset
|
2430 (gud-forward-sexp) |
fdb78e6e5701
(gud-find-c-expr): Renamed from find-c-expr.
Richard M. Stallman <rms@gnu.org>
parents:
15819
diff
changeset
|
2431 (gud-forward-sexp) |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2432 (setq end (point)) |
16185
fdb78e6e5701
(gud-find-c-expr): Renamed from find-c-expr.
Richard M. Stallman <rms@gnu.org>
parents:
15819
diff
changeset
|
2433 (gud-backward-sexp) |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2434 (setq begin (point)) |
3551
8b5fa2d1755f
Doc fixes. Delete local variable list at the end.
Richard M. Stallman <rms@gnu.org>
parents:
3343
diff
changeset
|
2435 (cons begin end))) |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2436 |
16185
fdb78e6e5701
(gud-find-c-expr): Renamed from find-c-expr.
Richard M. Stallman <rms@gnu.org>
parents:
15819
diff
changeset
|
2437 (defun gud-expr-compound-sep (span-start span-end) |
fdb78e6e5701
(gud-find-c-expr): Renamed from find-c-expr.
Richard M. Stallman <rms@gnu.org>
parents:
15819
diff
changeset
|
2438 "Scan from SPAN-START to SPAN-END for punctuation characters. |
fdb78e6e5701
(gud-find-c-expr): Renamed from find-c-expr.
Richard M. Stallman <rms@gnu.org>
parents:
15819
diff
changeset
|
2439 If `->' is found, return `?.'. If `.' is found, return `?.'. |
fdb78e6e5701
(gud-find-c-expr): Renamed from find-c-expr.
Richard M. Stallman <rms@gnu.org>
parents:
15819
diff
changeset
|
2440 If any other punctuation is found, return `??'. |
fdb78e6e5701
(gud-find-c-expr): Renamed from find-c-expr.
Richard M. Stallman <rms@gnu.org>
parents:
15819
diff
changeset
|
2441 If no punctuation is found, return `? '." |
fdb78e6e5701
(gud-find-c-expr): Renamed from find-c-expr.
Richard M. Stallman <rms@gnu.org>
parents:
15819
diff
changeset
|
2442 (let ((result ?\ ) |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2443 (syntax)) |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2444 (while (< span-start span-end) |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2445 (setq syntax (char-syntax (char-after span-start))) |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2446 (cond |
16185
fdb78e6e5701
(gud-find-c-expr): Renamed from find-c-expr.
Richard M. Stallman <rms@gnu.org>
parents:
15819
diff
changeset
|
2447 ((= syntax ?\ ) t) |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2448 ((= syntax ?.) (setq syntax (char-after span-start)) |
22159
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
2449 (cond |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2450 ((= syntax ?.) (setq result ?.)) |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2451 ((and (= syntax ?-) (= (char-after (+ span-start 1)) ?>)) |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2452 (setq result ?.) |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2453 (setq span-start (+ span-start 1))) |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2454 (t (setq span-start span-end) |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2455 (setq result ??))))) |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2456 (setq span-start (+ span-start 1))) |
3551
8b5fa2d1755f
Doc fixes. Delete local variable list at the end.
Richard M. Stallman <rms@gnu.org>
parents:
3343
diff
changeset
|
2457 result)) |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2458 |
16185
fdb78e6e5701
(gud-find-c-expr): Renamed from find-c-expr.
Richard M. Stallman <rms@gnu.org>
parents:
15819
diff
changeset
|
2459 (defun gud-expr-compound (first second) |
fdb78e6e5701
(gud-find-c-expr): Renamed from find-c-expr.
Richard M. Stallman <rms@gnu.org>
parents:
15819
diff
changeset
|
2460 "Non-nil if concatenating FIRST and SECOND makes a single C expression. |
22159
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
2461 The two exprs are represented as a cons cells, where the car |
b7e2979c522e
(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman <rms@gnu.org>
parents:
21437
diff
changeset
|
2462 specifies the point in the current buffer that marks the beginning of the |
3551
8b5fa2d1755f
Doc fixes. Delete local variable list at the end.
Richard M. Stallman <rms@gnu.org>
parents:
3343
diff
changeset
|
2463 expr and the cdr specifies the character after the end of the expr. |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2464 Link exprs of the form: |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2465 Expr -> Expr |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2466 Expr . Expr |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2467 Expr (Expr) |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2468 Expr [Expr] |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2469 (Expr) Expr |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2470 [Expr] Expr" |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2471 (let ((span-start (cdr first)) |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2472 (span-end (car second)) |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2473 (syntax)) |
16185
fdb78e6e5701
(gud-find-c-expr): Renamed from find-c-expr.
Richard M. Stallman <rms@gnu.org>
parents:
15819
diff
changeset
|
2474 (setq syntax (gud-expr-compound-sep span-start span-end)) |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2475 (cond |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2476 ((= (car first) (car second)) nil) |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2477 ((= (cdr first) (cdr second)) nil) |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2478 ((= syntax ?.) t) |
16185
fdb78e6e5701
(gud-find-c-expr): Renamed from find-c-expr.
Richard M. Stallman <rms@gnu.org>
parents:
15819
diff
changeset
|
2479 ((= syntax ?\ ) |
2489
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2480 (setq span-start (char-after (- span-start 1))) |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2481 (setq span-end (char-after span-end)) |
b626f5b9a0df
Massive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1902
diff
changeset
|
2482 (cond |
16185
fdb78e6e5701
(gud-find-c-expr): Renamed from find-c-expr.
Richard M. Stallman <rms@gnu.org>
parents:
15819
diff
changeset
|
2483 ((= span-start ?)) t) |
fdb78e6e5701
(gud-find-c-expr): Renamed from find-c-expr.
Richard M. Stallman <rms@gnu.org>
parents:
15819
diff
changeset
|
2484 ((= span-start ?]) t) |
fdb78e6e5701
(gud-find-c-expr): Renamed from find-c-expr.
Richard M. Stallman <rms@gnu.org>
parents:
15819
diff
changeset
|
2485 ((= span-end ?() t) |
fdb78e6e5701
(gud-find-c-expr): Renamed from find-c-expr.
Richard M. Stallman <rms@gnu.org>
parents:
15819
diff
changeset
|
2486 ((= span-end ?[) t) |
fdb78e6e5701
(gud-find-c-expr): Renamed from find-c-expr.
Richard M. Stallman <rms@gnu.org>
parents:
15819
diff
changeset
|
2487 (t nil))) |
3551
8b5fa2d1755f
Doc fixes. Delete local variable list at the end.
Richard M. Stallman <rms@gnu.org>
parents:
3343
diff
changeset
|
2488 (t nil)))) |
2581
839d67a1dc58
Set no-byte-compile local variable t to work around a byte-compiler bug.
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2532
diff
changeset
|
2489 |
4016 | 2490 (provide 'gud) |
2491 | |
810
80303373daae
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
806
diff
changeset
|
2492 ;;; gud.el ends here |