view src/s/386-ix.h @ 53249:97802d013c5c

(gdba, gdb-assembler-mode): Call the mode "Machine" as a mode called "Assembler" already exists. (gdb-use-colon-colon-notation, gdb-show-changed-values): New options. (gud-watch): Use format option. Remove font properties from string. (gdb-var-create-handler, gdb-var-list-children-handler): Don't bother about properties as there are none. (gdb-var-create-handler, gdb-var-list-children-handler) (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler with two arguments. (gdb-var-evaluate-expression-handler, gdb-post-prompt): Let speedbar show value changes with a different font. (gdb-edit-value): New defun. (gdb-clear-partial-output, gdb-clear-inferior-io) (def-gdb-auto-update-handler): Use erase-buffer. (gdb-frame-handler): Display watch expressions in FUNCTION::VARIABLE format if required.
author Nick Roberts <nickrob@snap.net.nz>
date Tue, 23 Dec 2003 20:31:21 +0000
parents 695cf19ef79e
children 375f2633d815
line wrap: on
line source

/* Interactive 386/ix.  */

#include "usg5-3.h"

#define BROKEN_TIOCGETC

/* There are some reports that the following is needed
   with some version of this system.
#undef LIBX11_SYSTEM
#define LIBX11_SYSTEM -linet
*/

/* This is said to be needed as a result of having _insque rather
   than insque in -loldX.  This may not always be the right thing.  */
#define WRONG_NAME_INSQUE

/* arch-tag: c2fc2d64-46fd-4a87-933b-85eff622829c
   (do not change this comment) */