summaryrefslogtreecommitdiff
path: root/gdb/rdi-share
Commit message (Collapse)AuthorAgeFilesLines
* 2000-02-25 Fernando Nasser <fnasser@cygnus.com>Fernando Nasser2000-02-252-0/+14
| | | | | | | | | | | | | From: Thomas Zenker <thz@Lennartz-electronic.DE> * rdi-share/hsys.c: to compile under 4.4BSD derived systems (FreeBSD, NetBSD...) sys_errlist should not be declared in hsys.c. NEED_SYSERRLIST is set already by configure, so we can use it. * rdi-share/unixcomm.c: 4.4BSD derived systems define BSD, but are posix compliant and we should not work with the old compatibility stuff. Because of that I undef BSD in case of FBSD etc and include sys/ioctl to get the flags. * rdi-share/unixcomm.c: If the TIOCEXCL flags exists set serial line for exclusive use.
* import gdb-2000-01-24 snapshotJason Molenda2000-01-251-3/+9
|
* import gdb-2000-01-17 snapshotJason Molenda2000-01-182-5/+8
|
* import gdb-2000-01-10 snapshotJason Molenda2000-01-112-5/+25
|
* import gdb-2000-01-05 snapshotJason Molenda2000-01-064-6/+39
|
* import gdb-1999-11-08 snapshotJason Molenda1999-11-092-2/+4
|
* These files removed in gdb-19991101 snapshot.Jason Molenda1999-11-023-224/+0
|
* import gdb-1999-11-01 snapshotJason Molenda1999-11-0217-23/+457
|
* import gdb-1999-07-19 snapshotJason Molenda1999-07-191-12/+2
|
* import gdb-1999-06-28 snapshotJason Molenda1999-06-281-0/+3
|
* Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1999-04-1652-0/+20833
|
* Initial creation of sourceware repositoryStan Shebs1999-04-1653-20929/+0
|
* This is the merge of the Itcl3.0 gdbtk development branch into theJim Ingham1999-01-286-8/+8
| | | | | trunk. To build it, you will have to do update -dP in the itcl directory, and update tcl, tk, tix and libgui as well.
* 1999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda1999-01-052-1/+2
| | | | | | | | | | | | * configure.in: Require autoconf 2.12.1 or higher. * doc/configure.in: Ditto. * nlm/configure.in: Ditto. * rdi-share/configure.in: Ditto. * testsuite/configure.in: Ditto. * doc/Makefile.in: Don't hardcode $(SHELL). * nlm/Makefile.in: Ditto. * rdi-share/Makefile.in: Ditto. * testsuite/Makefile.in: Ditto.
* Thu Nov 19 15:21:04 1998 Geoffrey Noer <noer@cygnus.com>Geoffrey Noer1998-11-192-8/+16
| | | | | | | | * rdi-share/host.h: if compiling under Cygwin, make sure new preprocessor define is defined. Define it if not. * rdi-share/hostchan.h: ditto * rdi-share/aclocal.m4: regenerate * rdi-share/configure: regenerate
* Thu Nov 19 15:21:04 1998 Geoffrey Noer <noer@cygnus.com>Geoffrey Noer1998-11-193-16/+10
| | | | | | | * rdi-share/host.h: if compiling under Cygwin, make sure new preprocessor define is defined. Define it if not. * rdi-share/aclocal.m4: regenerate * rdi-share/configure: regenerate
* Fri Nov 13 00:15:08 1998 Geoffrey Noer <noer@cygnus.com>Geoffrey Noer1998-11-138-114/+206
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes to account for name change from cygwin32 to cygwin and clean up Win32-related ifdefs. * configure.tgt: check for cygwin* instead of cygwin32. New cygwin gdb_target variable loses the "32". * configure.host: check for cygwin* instead of cygwin32. New cygwin gdb_host variable loses the "32". * configure.in: test __CYGWIN__ instead of __CYGWIN32__, rename gdb_cv_os_cygwin32 variable to drop the "32". Call AM_EXEEXT instead of AC_EXEEXT since that isn't in a released autoconf yet. * configure: regenerate. * main.c: drop "32" from cygwin_ funcs, include sys/cygwin.h where cygwin path conv protos live, instead of adding a proto here for them here. * {main.c, ser-tcp.c, ser-unix.c, top.c}: check __CYGWIN__ instead of __CYGWIN32__. * source.c: thoughout, check _WIN32 instead of WIN32. * config/i386/cygwin32.mh: delete. * config/i386/cygwin.mh: new file, was cygwin32.mh. * config/i386/cygwin32.mt: delete. * config/i386/cygwin.mt: new file, was cygwin32.mt. * config/i386/tm-cygwin32.h: delete. * config/i386/tm-cygwin.h: new file, was tm-cygwin32.h. * config/i386/xm-cygwin32.h: delete. * config/i386/xm-cygwin.h: new file, was xm-cygwin32.h. * config/i386/xm-windows.h: #include xm-cygwin.h now. * config/powerpc/cygwin32.mh: delete. * config/powerpc/cygwin.mh: new file, was cygwin32.mh. * config/powerpc/cygwin32.mt: delete. * config/powerpc/cygwin.mt: new file, was cygwin32.mt. * config/powerpc/tm-cygwin32.h: delete. * config/powerpc/tm-cygwin.h: new file, was tm-cygwin32.h. * config/powerpc/xm-cygwin32.h: delete. * config/powerpc/xm-cygwin.h: new file, was xm-cygwin32.h. * rdi-share/aclocal.m4: regenerate with aclocal. * rdi-share/configure: regenerate with autoconf. * rdi-share/{host.h, hostchan.c, hostchan.h, serdrv.c, * serpardr.c, unixcomm.c}: check __CYGWIN__ instead of __CYGWIN32__.
* * config/rs6000/aix4.mh (NATDEPFILES): Move xcoffread.o from here.Andrew Cagney1998-10-261-0/+10
| | | | | | * config/rs6000/aix4.mt (TDEPFILES): To here. * rdi-share/unixcomm.c: Provide definitions of SERPORT and PARPORT on BSD hosts.
* Merge with armelf980813:Keith Seitz1998-09-252-3/+14
| | | | | | | | | | | | | | | | | | | | * rdi-share/unixcomm.c: If using cygwin32, also use the SERPORT and PARPORT defines for win32. (Unix_MatchValidSerialDevice): For cygwin32, valid serial port names start with "com", not "/dev/tty". (Unix_OpenSerial): Do not use O_NONBLOCK on cygwin32. * rdi-share/devsw.c (DevSW_Close): Free the device's state (SwitcherState) so that the device may be reopened. * remote-rdi.c (mywritec): Send all output through gdb's *_unfiltered functions, ignoring non-ASCII chars, so that non-tty UI's can snarf the output from fputs_hook. (mywrite): Ditto. (arm_rdi_open): Set inferior_pid. (arm_rdi_detach): Pop the target off the target stack so that users can attach and detach multiple times. (arm_rdi_close): Close the opened device and reset inferior_pid, too.
* 1998-08-20 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda1998-08-202-2/+2
| | | | | * rdi-share/Makefile.am (INCLUDES): Fix typeo. * rdi-share/Makefile.in: Regenerated.
* 1998-08-19 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda1998-08-202-26/+20
| | | | | * rdi-share/Makefile.am: Use just `INCLUDES' not `libname_INCLUDES'. * rdi-share/Makefile.in: Regenerated.
* Thu Apr 16 13:13:24 1998 Jason Molenda (crash@bugshack.cygnus.com)Jason Molenda1998-04-161-0/+5
| | | | | * rdi-share/etherdrv.c (EthernetWrite): Use strerror to get error string if in an ANSI C-ish environment.
* Mon Mar 30 16:42:12 1998 Jason Molenda (crash@bugshack.cygnus.com)Jason Molenda1998-03-319-174/+2561
| | | | | | | | | | | | | | | * rdi-share/Makefile.am, rdi-share/aclocal.m4, rdi-share/configure: New files. * rdi-share/configure.in: Rewritten to be an autoconf input file. * rdi-share/Makefile.in, rdi-share/configure: Generated by automake/autoconf. * rdi-share/dbg_hif.h, etherdrv.c, hostchan.c: Use autoconf tests to check environment. automake/autoconfiscate rdi-share. We don't use the checks that autoconf provides too much for now, but it'll be easier to use them if any problems crop up in the future. (rdi-share/ is foreign code and it probably isn't worth spending any more time than necessary messing with it.)
* Change type of sys_errlist[] to match definition in /usr/include/errno.hNick Clifton1998-03-181-7/+3
|
* Mon Mar 2 16:59:15 1998 Jason Molenda (crash@bugshack.cygnus.com)Jason Molenda1998-03-031-0/+4
| | | | * rdi-share/etherdrv.c (sys_errlist): Add correct decl for Linux.
* Sanitization for new ARM files.Nick Clifton1998-01-121-0/+92
|
* * rdi-share/hostchan.c: Remove gettimeofday declaration.Stan Shebs1998-01-101-3/+0
|
* Applied patches from Tony.Thompson@arm.com to implement the Angel remoteNick Clifton1998-01-0849-0/+18338
debugging interface and resurrected associated RDI files.