Mercurial > emacs
annotate src/s/hpux11.h @ 55749:230865f1c59d
(gdb-server-prefix): New variable.
(gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
(gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
(gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
(gdb-registers-buffer, gdb-reset, gdb-assembler-buffer): Handle
new value for gud-minor-mode (gdbmi).
(gdb-buffer-type, gdb-input-queue, gdb-prompting)
(gdb-output-sink, gdb-current-item, gdb-pending-triggers): Change
from local to global gdb variable set.
(gdb-ann3): Initialise above gdb variable set.
(gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
(gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
(gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
(gdb-stopped, gdb-post-prompt, gdb-concat-output)
(def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
(gdb-info-locals-handler, gdb-invalidate-assembler)
(gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
set as global variables.
(gdb-get-create-buffer): Don't make gud-comint buffer-local.
Handle gdbmi.
(gdb-info-breakpoints-custom): Fix regexp.
(def-gdb-var): Delete.
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Sun, 23 May 2004 20:28:47 +0000 |
parents | 695cf19ef79e |
children | 375f2633d815 cb1bfa1dca4f |
rev | line source |
---|---|
49893
1bcf8d62f4cd
Include hpux10-20.h instead of hpux10.h. Delete #undef of
Juanma Barranquero <lekktu@gmail.com>
parents:
48167
diff
changeset
|
1 #include "hpux10-20.h" |
40578 | 2 |
3 #define HPUX11 | |
4 | |
5 #ifdef POSIX_SIGNALS | |
6 #undef POSIX_SIGNALS | |
7 #endif | |
8 #define POSIX_SIGNALS 1 | |
46299
72e949fc6d1e
(BROKEN_SA_RESTART): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
40578
diff
changeset
|
9 |
72e949fc6d1e
(BROKEN_SA_RESTART): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
40578
diff
changeset
|
10 /* SA_RESTART resets the timeout of `select', so don't use it. */ |
72e949fc6d1e
(BROKEN_SA_RESTART): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
40578
diff
changeset
|
11 #define BROKEN_SA_RESTART |
46414
a61f957ee22f
(USG_SUBTTY_WORKS): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
46299
diff
changeset
|
12 |
a61f957ee22f
(USG_SUBTTY_WORKS): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
46299
diff
changeset
|
13 /* It does work on HPUX to open the pty's tty in the parent (Emacs), |
a61f957ee22f
(USG_SUBTTY_WORKS): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
46299
diff
changeset
|
14 then close and reopen it in the child. */ |
a61f957ee22f
(USG_SUBTTY_WORKS): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
46299
diff
changeset
|
15 #define USG_SUBTTY_WORKS |
52401 | 16 |
17 /* arch-tag: f5a3d780-82cd-4a9a-832e-a4031aab788b | |
18 (do not change this comment) */ |