Browse Source

1998-12-07 Jason Molenda (jsm@bugshack.cygnus.com)

* config/i386/xm-cygwin.h: Remove REQUEST_QUIT definition.
        * config/powerpc/xm-cygwin.h: Ditto.

PR 17664.

With this define in place, you can't type "q" to get out of GDB's pager
under Cygwin.
gdb-4_18-branch
Jason Molenda 28 years ago
parent
commit
223a358838
  1. 5
      gdb/ChangeLog
  2. 6
      gdb/config/i386/xm-cygwin.h
  3. 6
      gdb/config/powerpc/xm-cygwin.h

5
gdb/ChangeLog

@ -1,3 +1,8 @@
1998-12-07 Jason Molenda (jsm@bugshack.cygnus.com)
* config/i386/xm-cygwin.h: Remove REQUEST_QUIT definition.
* config/powerpc/xm-cygwin.h: Ditto.
1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com> 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
* rs6000-tdep.c (pop_frame): Correctly find the registers saved in * rs6000-tdep.c (pop_frame): Correctly find the registers saved in

6
gdb/config/i386/xm-cygwin.h

@ -1,5 +1,5 @@
/* Definitions for hosting on WIN32, for GDB. /* Definitions for hosting on WIN32, for GDB.
Copyright 1995, 1996, 1997 Free Software Foundation, Inc. Copyright 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.
@ -28,10 +28,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#define SLASH_CHAR '/' #define SLASH_CHAR '/'
#define SLASH_STRING "/" #define SLASH_STRING "/"
/* If we longjmp out of the signal handler we never get another one.
So disable immediate_quit inside request_quit */
#define REQUEST_QUIT
/* Define this if source files use \r\n rather than just \n. */ /* Define this if source files use \r\n rather than just \n. */
#define CRLF_SOURCE_FILES #define CRLF_SOURCE_FILES

6
gdb/config/powerpc/xm-cygwin.h

@ -1,5 +1,5 @@
/* Definitions for hosting on WIN32, for GDB. /* Definitions for hosting on WIN32, for GDB.
Copyright 1995, 1996 Free Software Foundation, Inc. Copyright 1995, 1996, 1998 Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.
@ -28,9 +28,5 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#define SLASH_CHAR '/' #define SLASH_CHAR '/'
#define SLASH_STRING "/" #define SLASH_STRING "/"
/* If we longjmp out of the signal handler we never get another one.
So disable immediate_quit inside request_quit */
#define REQUEST_QUIT
/* Define this lseek(n) != nth byte of file */ /* Define this lseek(n) != nth byte of file */
#define LSEEK_NOT_LINEAR #define LSEEK_NOT_LINEAR

Loading…
Cancel
Save