summaryrefslogtreecommitdiff
path: root/gdb/rdi-share
Commit message (Collapse)AuthorAgeFilesLines
* Only provide a typedef for bool if it is not defined.Nick Clifton2002-02-061-1/+3
|
* * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.Andrew Cagney2002-01-201-2/+0
| | | | (closeLogFile): Ditto.
* * rdi-share/unixcomm.c (SERIAL_PREFIX): Always provide a default.Andrew Cagney2001-06-293-11/+19
| | | | | | | * rdi-share/hostchan.h (__unix): Hack, provide a default value. * rdi-share/host.h (__unix): Hack, define when __NetBSD__. * TODO: Update. * MAINTAINERS: Update. arm-elf builds.
* 2001-06-24 Fernando Nasser <fnasser@redhat.com>Fernando Nasser2001-06-241-1/+1
| | | | | | | | | | | * remote-rdi.c (arm_rdi_wait): Fix return type in prototype. * rdi-share/host.h: Add missing parenthesis in conditional. 2001-06-22 J.T. Conklin <jtc@redback.com> * configure.in: include nlist.h when checking for member som_addr in struct so_map. * configure: regenerate.
* * gnu-regex.c: Eliminate obsolete check for _MSC_VER.Christopher Faylor2001-06-101-9/+1
| | | | | | | | | | | | | | | | | | * utils.c (notice_quit): Remove dummy function only used for _MSC_VER. * values.c (unpack_double): Remove obsolete check for _MSC_VER. * defs.h: Ditto. * m32r-rom.c: Ditto. * p-exp.y: Ditto. * ser-e7kpc.c: Ditto. Define WIN32_LEAN_AND_MEAN under _WIN32, for faster compilation. (get_ds_base): Remove _MSC_VER version of this function. * nindy-share/ttyflush.c: Ditto. X * rdi-share/host.h: Ditto. X * ser-go32.c (dos_readchar): Remove call to obsolete function. * remote-sim.c (gdb_os_poll_quit): Ditto. * remote-e7000.c (expect): Remove obsolete #if 0'ed code. * main.c (captured_main): Eliminate special Cygwin checks. * ser-tcp.c: Remove unneeded __CYGWIN__ guard against system include.
* * rdi-share/devsw.c: Include <time.h> for struct tmgdb-pre-ptid_t-2001-05-03Jonathan Larmour2001-05-031-0/+1
|
* Update/correct copyright notices.Kevin Buettner2001-03-062-2/+2
|
* 2000-10-11 Fernando Nasser <fnasser@totem.to.cygnus.com>Fernando Nasser2000-10-122-2/+18
| | | | | | | | | | | | | | | From Grant Edwards <grante@visi.com> This keeps the GUI alive while running an RDI target and lets the STOP button be used to stop the target. * remote-rdi.c (arm_rdi_stop): New function. Implements target_stop. (init_rdi_ops): Set to_stop target vector entry to the above. * rdi-share/ardi.c (stop_request): New variable. Tells when a stop has been requested. (angel_RDI_stop_request): New function. Registers that a stop has been requested. (angel_RDI_ExecuteOrStep): Add call to ui_loop_hook() in loop that waits while target is executing. Initialize and reset stop_request. * rdi-share/ardi.h: Add declaration of angel_RDI_stop_request().
* 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-5/+11
|
* import gdb-2000-01-17 snapshotJason Molenda2000-01-182-9/+12
|
* import gdb-2000-01-10 snapshotJason Molenda2000-01-112-9/+29
|
* import gdb-2000-01-05 snapshotJason Molenda2000-01-064-14/+47
|
* import gdb-1999-11-08 snapshotJason Molenda1999-11-092-4/+6
|
* These files removed in gdb-19991101 snapshot.Jason Molenda1999-11-023-224/+0
|
* import gdb-1999-11-01 snapshotJason Molenda1999-11-0214-47/+257
|
* Initial revisionJason Molenda1999-11-023-0/+224
|
* import gdb-1999-07-19 snapshotJason Molenda1999-07-191-14/+4
|
* import gdb-1999-06-28 snapshotJason Molenda1999-06-281-0/+3
|
* Initial revisionStan Shebs1999-04-1652-0/+20833