aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1993-07-30 From Jeffrey Law:Jim Kingdon2-1/+37
* tm-hppa.h (TARGET_WRITE_PC): Define. * hppa-tdep.c (hppa_fix_call_dummy): If in a syscall, then return the address of the dummy itself rather than the address of $$dyncall. (target_write_pc): New function to store a new PC.
1993-07-30Fix typo in previous ChangeLog entry.Peter Schauer1-2/+2
1993-07-30 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,Peter Schauer1-0/+11
gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs. * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior to determine signed-ness of bitfields and use the result to setup the xfail. * gdb.t13/gdbme.c: Add comment to the two indirect call0a lines. * gdb.t13/funcargs.exp: Use it to step until the second indirect call line is reached if necessary.
1993-07-30 * breakpoint.c (breakpoint_re_set_one): Always reparse breakpointPeter Schauer1-0/+11
conditions, they might contain symbol table references. * mipsread.c (parse_symbol): Handle opaque struct definitions and type naming for stTypedef symbols.
1993-07-30* c-exp.y (yylex): Detect C++ nested types.Jim Kingdon2-1/+70
1993-07-30* sp64-tdep.c (sparc64_frame_chain, sparc64_frame_saved_pc): Deleted.David Edelsohn1-0/+13
(dump_ccreg, sparc_print_register_hook): New fns. * remote-sim.h: New file. * remote-sp64sim.h (sim_*): External fns. (simif_*): Internal fns. * config/sparc/sp64.mt: New file. * config/sparc/tm-sp64.h (FRAME_CHAIN, FRAME_SAVED_PC): Deleted. (PRINT_REGISTER_HOOK): Call new fn sparc_print_register_hook.
1993-07-30remote-sim.h: New file.David Edelsohn3-202/+295
remote-sp64sim.h (sim_*): External fns. (simif_*): Internal fns. sp64-tdep.c (sparc64_frame_chain, sparc64_frame_saved_pc): Deleted. (dump_ccreg, sparc_print_register_hook): New fns.
1993-07-30New file remote-sim.h.David Edelsohn1-1/+1
1993-07-30sp64.mt: New file.David Edelsohn3-32/+55
tm-sp64.h (FRAME_CHAIN, FRAME_SAVED_PC): Deleted. (PRINT_REGISTER_HOOK): Call new fn sparc_print_register_hook.
1993-07-30dSteve Chamberlain15-5/+15
Make sure ansidecl.h is included where needed.
1993-07-30Deleted.Steve Chamberlain1-98/+0
1993-07-30Add ptx.mh to Things-to-keep list.Fred Fish1-0/+1
1993-07-30 * Makefile.in (ALLCONFIG): Add config/i386/ptx.mhFred Fish2-1/+6
1993-07-30Add dfe and include to Things-to-lose list.Fred Fish1-0/+2
1993-07-30 From J. Law:Jim Kingdon3-14/+34
* infcmd.c (read_pc): Remove PA specific code. * tm-hppa.h (TARGET_READ_PC): Define. * hppa-tdep.c (target_read_pc): New function.
1993-07-30Add .Sanitize to Things-to-lose list.Fred Fish48-0/+90
1993-07-30 * paread.c (pa_symtab_read): Put file-local symbols in minimal symbols.Jim Kingdon3-12/+29
* hppa-tdep.c (frame_chain_valid): Check that our function has the same address as _start, not that it must be the same symbol.
1993-07-30* symtab.c (gdb_mangle_name): Deal with it if type lacks a name.Jim Kingdon1-0/+4
1993-07-30 * NEWS: Add note that DEC alpha support is host only, not native.Fred Fish2-0/+7
1993-07-30 * README: Emphasize that C++ support works best with GNU C++ andFred Fish2-0/+25
stabs debugging format. * delta68-nat.c: Add missing FSF copyright.
1993-07-30* paread.c (pa_symtab_read): Put file-local symbols in minimal symbols.Jim Kingdon2-29/+76
1993-07-30* paread.c (pa_symtab_read): Put file-local symbols in minimal symbols.Jim Kingdon1-0/+7
1993-07-30Add test1.c to Things-to-lose list.Fred Fish1-0/+1
1993-07-30Add remote-inflow-sparc.c and server.h to Things-to-lose list.Fred Fish1-0/+3
1993-07-30Add a4rc.sed, config, cyglogo.eps, and cygref.tex to Things-to-lose list.Fred Fish1-0/+5
1993-07-30Add monitor.mt and tm-monitor.h to Things-to-keep list.Fred Fish1-0/+2
1993-07-30Add delta68.mh, delta68.mt, nm-delta68.h, tm-delta68.h, xm-delta68.h toFred Fish1-0/+5
Things-to-keep list.
1993-07-30 * Makefile.in (ALLDEPFILES): Add delta68-nat.cFred Fish2-1/+9
* Makefile.in (delta68-nat.o): Add dependency.
1993-07-30Add delta68-nat.c to Things-to-keep list.Fred Fish1-0/+1
1993-07-30Add esix.h to Things-to-lose list.Fred Fish1-0/+2
1993-07-30 * value.h (COERCE_ENUM): Use COERCE_REF to coerce refs; value_indJim Kingdon1-0/+9
was adequate in gdb 3.5 but not now. * valops.c (typecmp): An array in t2 matches a pointer in t1. * valops.c (typecmp): When comparing type1& to type2, compare type1 and type2 as leniently as if we were comparing type1 to type2.
1993-07-30 * write.c: Don't use short int in a prototype.Ian Lance Taylor1-1/+3
1993-07-30 * expr.c (operand): Make return value simply depend on contents ofIan Lance Taylor1-0/+5
returned expression.
1993-07-30remove some sun3 function declsDavid D. Zuhn2-7/+11
1993-07-30 * cp-valprint.c (cplus_print_value): Don't dump core if theJim Kingdon3-11/+64
baseclass doesn't have a name. * values.c (vb_match): New function, which finds the virtual base class pointer even if the types are nameless. (baseclass_{addr,offset}): Use it.
1993-07-30fix ANSI decl conflictsDavid D. Zuhn2-4/+13
1993-07-30* gdb.stabs/wierd.exp: New test, for nameless baseclasses.Jim Kingdon3-1/+73
1993-07-29* remote.texi: (MIPS Remote) make docn for set/show timeout,Roland Pesch2-9/+22
retransmit-timeout follow same conventions as for other set/show params
1993-07-29Add alpha directory.Fred Fish1-0/+1
1993-07-29Fix alpha-osf.mh -> alpha-osf1.mhFred Fish1-1/+1
1993-07-29 * hppa-tdep.c: Make "maintenance print unwind" command from oldJim Kingdon2-0/+15
"unwind" command.
1993-07-29 * remote-udi.c: Remove udi_timer, call to siginterrupt, and associatedJim Kingdon2-29/+6
obsolete junk which apparently had been copied from the pre-serial.h remote.c, but which is no longer used.
1993-07-29 * Makefile.in (NONSRC): Need 29k-share/README, notFred Fish2-13/+15
29k-share/udi/README.
1993-07-29 * paread.c (pa_symfile_init): If error reading string table, don'tJim Kingdon2-1/+10
use errno in cases where it hasn't been set.
1993-07-29* ser-unix.c (gdb_setpgid): Pass our pid, not 0, to setpgid.Jim Kingdon2-1/+6
1993-07-29 * hppa-tdep.c: Remove all uses of use_unwind and `set use_unwind'Jim Kingdon1-2/+1
command. Now we use unwind info by default if we can find it.
1993-07-29Add remote.texi, remove gdbinv-s.texi.Fred Fish1-1/+1
1993-07-29 * gdbint.texinfo: Update statement about `some ancient UnixJim Kingdon1-0/+5
systems, like Ultrix 4.0' to Ultrix 4.2.
1993-07-29 * remote-monitor.c (_initialize_monitor): Comment out use ofJim Kingdon2-18/+29
connect_command, since connect_command itself is commented out. * remote-monitor.c (generic_open): Parse arguments the same way as remote.c.
1993-07-29* hppa-tdep.c (pc_in_linker_stub): Fix unclosed comments.Jim Kingdon2-2/+8