aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
1998-03-13Fri Mar 13 15:37:02 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)Jason Molenda3-12/+20
* config/m68k/xm-sun3os4.h: Remove malloc declarations, they are handled via autoconf now. * remote.c (remote_ops, extended_remote_ops): Replace static forward declaration by moving the static definition to the top of the file, for old K&R compilers. * tracepoint.c (collect_symbol, trace_start_command): Replace ANSI string concatenation with K&R compatible simple string.
1998-03-13 * gdb.asm/{Makefile.in,configure.in,configure}: New files.Doug Evans1-0/+8
* gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
1998-03-13massive sanitization fixesAngela Marie Thomas5-1/+22
1998-03-13snapshotDoug Evans7-251/+152
1998-03-13regenerateDoug Evans1-1/+1
1998-03-13configure script for gdb.asm, initial source debugging test.Doug Evans4-0/+1165
1998-03-13Makefile.in for gdb.asm.Doug Evans2-0/+68
1998-03-13 * gdb.asm: New directory.Doug Evans1-1/+1
* configure.in: Configure it. * configure: Regenerate.
1998-03-13keep gdb.asmDoug Evans1-0/+1
1998-03-10 * configure.tgt (mips64*vr4320*el-*-elf*) : Removed spurious case.Gavin Romig-Koch2-7/+6
1998-03-06Scrap the un-needed vr4111 stuff.Gavin Romig-Koch2-30/+0
1998-03-06PR 15068Fred Fish8-1/+65
* utils.c (quit): Call SERIAL_DRAIN_OUTPUT rather than SERIAL_FLUSH_OUTPUT. * serial.h (struct serial_ops): Add drain_output, pointer to function that waits for output to drain. (SERIAL_DRAIN_OUTPUT): Macro to wait for output to drain. * ser-unix.c (hardwire_drain_output): New function and prototype. * ser-unix.c (hardwire_ops): Add entry for drain_output function. * ser-tcp.c (tcp_ops): Ditto. * ser-ocd.c (ocd_ops): Ditto. * ser-mac.c (mac_ops): Ditto. * ser-go32.c (dos_ops): Ditto. * ser-e7kpc.c (e7000pc_ops): Ditto.
1998-03-06Thu Mar 5 16:07:41 1998 Michael Snyder (msnyder@cleaver.cygnus.com)Michael Snyder2-3/+7
* sparcl-tdep.c: fix #endif comments
1998-03-05Thu Mar 5 15:10:35 1998 Jason Molenda (crash@bugshack.cygnus.com)Jason Molenda1-0/+4
* Makefile.in (BISON): Configure substitutes in @YACC@, not @BISON@.
1998-03-05 * ocd.c (ocd_open): If we fail ocd_start_remote, make sure weKeith Seitz2-1/+9
error () so that we abort out of bdm_ppc_open.
1998-03-05Wed Mar 4 16:53:52 1998 Martin M. Hunt <hunt@cygnus.com>Martin Hunt3-3/+25
* serial.c (_initialize_serial): Add a description of "set remotelogbase". * command.c (do_setshow_command): If no arguments are supplied, don't dump core, instead print out an error message.
1998-03-05Wed Mar 4 16:50:18 1998 Jason Molenda (crash@bugshack.cygnus.com)Jason Molenda2-3/+7
* gdbtk.c (gdb_listfiles): Fix thinko in last change.
1998-03-04Wed Mar 4 15:34:49 1998 Jason Molenda (crash@bugshack.cygnus.com)Jason Molenda2-5/+23
* gdbtk.c (gdb_listfiles): Allocate space for 'files' dynamically.
1998-03-04type in feb 19John Metzler1-2/+2
1998-03-04Cleanup entry for feb 19John Metzler1-1/+3
1998-03-04elfread.c (elf_symtab_read): merge SYMBOL_IS_SPECIAL into MAKE_MSYMBOL_SPECIALRon Unrau3-13/+17
config/mips/tm-mips.h: ditto symtab.h: update comments re minimal_symbol->info mips-tdep.c: globalize gdb_print_insn_mips txvu-tdep.c: disassemble support config/mips/tm-txvu.h: add vu_pc, use MAKE_MSYMBOL_SPECIAL, track updates from tm-r5900.h
1998-03-04vr4111 changes for mips64vr4111-*-elf, Passes make chack with only 2 failuresJohn Metzler1-0/+9
1998-03-04Previously, the size of pointers was taken from the hosts pointer size. Now, ↵John Metzler1-4/+2
it is a function of TARGET_PTR_BITS.
1998-03-04Target triple mips64vr4111-*-elf is defined by the header file tm-vr4xxx.hJohn Metzler1-2/+2
1998-03-04Supports mips64vr4111-*-elfJohn Metzler1-0/+5
See tm-vrxxx.h
1998-03-04Defines a mips configuration which entailsJohn Metzler1-0/+25
Configuration triple mips64vr4111-*-elf 64 bit architecture 16 bit sub core 32 bit ints and floats No floating point unit MIPS EABI interface Dwarf2 debugging format
1998-03-03Tue Mar 3 14:37:02 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)Jason Molenda2-7/+19
* alpha-nat.c (fetch_osf_core_registers): Renamed from fetch_aout_core_registers. (alpha_osf_core_fns): Renamed from alpha_aout_core_fns, change flavour to bfd_target_unknown_flavour for OSF core files.
1998-03-03 * configure.tgt (mips64*vr4320*el-*-elf*,mips64*vr4320*-*-elf*) :Gavin Romig-Koch3-0/+38
Added.
1998-03-03Mon Mar 2 17:44:13 1998 Michael Snyder (msnyder@cleaver.cygnus.com)Michael Snyder1-0/+5
* breakpoint.c (_initialize_breakpoint): Make "en" an alias for "enable" (so that it doesn't conflict with "end").
1998-03-03Mon Mar 2 17:04:25 1998 Jason Molenda (crash@bugshack.cygnus.com)Jason Molenda2-1/+5
* Makefile (VERSION): Bump to 4.17.1.
1998-03-03Mon Mar 2 16:59:15 1998 Jason Molenda (crash@bugshack.cygnus.com)Jason Molenda2-0/+8
* rdi-share/etherdrv.c (sys_errlist): Add correct decl for Linux.
1998-03-03Mon Mar 2 16:51:44 1998 Jason Molenda (crash@bugshack.cygnus.com)Jason Molenda2-1/+5
* Makefile.in (YYFILES): Remove in maintainer-clean, not distclean. Er, oops.
1998-03-03Mon Mar 2 16:47:11 1998 Philippe De Muyter <phdm@macqel.be>Jason Molenda2-0/+5
* Makefile.in (distclean): Add `rm $(YYFILES)'.
1998-03-03Mon Mar 2 16:45:48 1998 Philippe De Muyter <phdm@macqel.be>Jason Molenda1-0/+5
* coffread.c (coff_read_enum_type): Set TYPE_FLAG_UNSIGNED if enum is unsigned.
1998-03-02Sun Mar 2 15:16:13 1998 Richard Henderson <rth@cygnus.com>Jason Molenda6-0/+89
* configure.host, configure.tgt: Add sparc-linux. * sparc-nat.c: Include <asm/reg.h> not <machine/reg.h> for Linux. * config/sparc/*linux*: New files.
1998-03-02Mon Mar 2 12:12:41 1998 Anthony Thompson (athompso@cambridge.arm.com)Jason Molenda1-0/+5
* arm-tdep.c (gdb_print_insn_arm): Call print_insn_big_arm if we're big endian; else call print_insn_little_arm. Patch contributed in PR 15182.
1998-02-24Change from rth.Jason Molenda2-14/+23
* Makefile.in (BISON): Don't even pretend to use yacc. (c-exp.tab.o): Use bison -o to use a unique intermediate file. (jv-exp.tab.o, f-exp.tab.o, m2-exp.tab.o): Likewise.
1998-02-23 * config/mn10300-eval.exp: New file to support MN10300 eval board.Mark Alexander1-0/+10
1998-02-23Specify correct values for REGISTER_RAW_SIZE.Andrew Cagney2-2/+21
If a SIM/GDB register size botch, warn the user once.
1998-02-20remove long long printf crashJohn Metzler1-0/+10
1998-02-17 * remote-mips.c (mips_request): Use unsigned long during parsingFrank Ch. Eigler2-2/+7
returned value from monitor, to prevent accidental sign extension.
1998-02-17Tue Feb 17 14:28:33 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>Jason Molenda5-6/+17
* acconfig.h: FORCE_MMCHECK changed to MMCHECK_FORCE. * configure.in: Ditto. * configure: Regenerated. Tue Feb 17 14:07:34 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de> * gdbtypes.c (check_typedef): Do not try to resolve the length of a type which has TYPE_FLAG_TARGET_STUB set, if the target type has set TYPE_FLAG_TARGET_STUB as well. Patches from Peter.
1998-02-17Pass REGISTER_RAW_SIZE to sim_{fetch,store}_register. Verify returnedAndrew Cagney2-6/+18
register size.
1998-02-16Make ``target d10v'' and ``target remote'' equivalent.Andrew Cagney3-68/+61
Hack remote.c so that xfer_memory calls a memory translate function.
1998-02-15parse.c (write_dollar_variable): call new function target_map_name_to_registerRon Unrau2-13/+45
so that targets can define their own register name aliases. infcmd.c (registers_info): call target_map_name_to_register so that "print $reg" and "info reg $reg" share the same register alias set. mips-tdep.c: separate MIPS_R5900_REGS from NUM_REGS so that sky registers can be printed separately. txvu-tdep.c: print registers according to current CPU context. tm-txvu.h: define SKY registers and conditionalize register interpretation macros. txvu.mt: Don't bother building remote-mips.o for sky target.
1998-02-14 * config/i386/i386mk.mt (OBJFORMATS): Delete, no longer used.Stan Shebs3-2/+8
* config/i386/xm-i386mk.h: Fix an include. * config/pyr/tm-pyr.h (PC_INNER_THAN): Remove, never used.
1998-02-14micro-cleanupStan Shebs1-2/+0
1998-02-12* Changed MIPS monitor interface code to be tolerant of slightlyFrank Ch. Eigler2-12/+8
different IDT/sim 6.0 behavior. Extra time and laxness is alloted for monitor entry and exit.
1998-02-12* d10v-tdep.c (show_regs): Avoid use of %llx when printing 8 byteAndrew Cagney2-4/+19
accumulators.
1998-02-12For d10v, do not sign-extend pointers.Andrew Cagney1-0/+6