aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
1993-09-10fix a few typosDavid MacKenzie2-3/+7
1993-09-09 More gcc lint:Jim Kingdon20-132/+80
* exec.c (ignore): Return 0. * stack.c (return_command): Fetch lazy value directly, not via VALUE_CONTENTS, to avoid "value computed is not used". * inflow.c (new_tty): Move osigttou inside #if. * remote.c (remote_fetch_registers): If remote reply is short, just note that fact and keep going (reading extra registers as all bits 0). (remote_store_registers): Send number of registers that were found by remote_fetch_registers. * m68k-tdep.c, config/m68k/tm-m68k.h, config/m68k/tm-*.h: Remove HAVE_68881. Define CANNOT_STORE_REGISTER if ptrace() can't write floating registers. * config/m68k/{tm-m68k-nofp.h,m68k-nofp.mt,tm-m68k-fp.h,m68k-fp.mt}: Remove, replaced by {tm-m68k-em.h,m68k-em.mt}. * Makefile.in, configure.in: Change accordingly.
1993-09-09 * remote-udi.c (udi_wait, case UDIStdinNeeded): Use a loop callingJim Kingdon1-4/+15
getchar() (terminated only on '\n') instead of scanf. Send the '\n' which terminates it to the remote system.
1993-09-09 * config/m68k/{tm-m68k-nofp.h,m68k-nofp.mt}: Remove.Jim Kingdon4-67/+0
* config/m68k/{tm-m68k-fp.h,m68k-fp.mt}: Rename to {tm-m68k-em.h,m68k-em.mt}.
1993-09-09 * mipsread.c (cross_ref): Allow SGI extended symbol types as crossPeter Schauer1-0/+7
reference targets. * symmisc.c (print_symbol): Use TYP_TAG_NAME not TYPE_NAME to avoid printing of identities.
1993-09-09Made cross testing work better.Rob Savoye1-8/+72
1993-09-09* gdb.texinfo: Clarify how well it works with Fortran.Jim Kingdon2-1/+6
1993-09-09* breakpoint.c (breakpoint_1): Deal with step resume breakpoint.Jim Kingdon1-0/+4
1993-09-08 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):Jim Kingdon2-16/+61
More on relocating stabs in ELF files.
1993-09-08gcc lintK. Richard Pixley1-1/+2
1993-09-08gcc lintK. Richard Pixley3-1/+12
1993-09-08gcc lintK. Richard Pixley3-27/+48
1993-09-08gcc lintK. Richard Pixley6-5/+13
1993-09-08gcc lintK. Richard Pixley1-0/+5
1993-09-08gcc lintK. Richard Pixley3-8/+14
1993-09-08gcc lintK. Richard Pixley4-8/+19
1993-09-08some gcc lintK. Richard Pixley7-23/+54
1993-09-08Back out this change; it doesn't work.Jim Kingdon1-8/+0
Tue Sep 7 13:06:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com) * dbxread.c (process_one_symbol): If the value of an N_FUN for a function is zero, use minimal symbols to get the address.
1993-09-08 * stabs.texinfo (Stabs In ELF, Statics): More on relocating stabsJim Kingdon1-8/+7
in ELF files.
1993-09-08Revert previous change. It doesn't work because it neglects toJim Kingdon2-93/+5
consider there may be a file compiled without -g screwing things up (e.g. we are looking for the minimal symbol for "main" and we get the one for "start" instead). This is the change I mean: * minsyms.c, symtab.h (lookup_next_minimal_symbol): New function. * dbxread.c (process_one_symbol): Use it.
1993-09-08 * minsyms.c, symtab.h (lookup_next_minimal_symbol): New function.Jim Kingdon3-7/+97
* dbxread.c (process_one_symbol): Use it.
1993-09-08* Makefile.in (mipsread.o): Depend on $(bfd_h).Jim Kingdon2-2/+9
1993-09-08add commentJim Kingdon1-1/+3
1993-09-08 * stabs.texinfo (Stabs In ELF, Statics): More on relocating stabsJim Kingdon2-31/+44
in ELF files.
1993-09-08revise commentJim Kingdon1-2/+7
1993-09-07 * remote.c (remote_wait): Don't call error. Instead, call warningIan Lance Taylor2-93/+105
inside a loop. User can ^C to get out.
1993-09-07 * gdbserver/Makefile.in (TAGS): config files are inJim Kingdon1-0/+3
$(srcdir)/../config, not $(srcdir)/config.
1993-09-07 * config/pa/tm-hppa.h: Declare target_read_pc and target_write_pc.Jim Kingdon2-0/+12
(STORE_RETURN_VAULE): Pass the correct offset of the return register to write_register_bytes. * hppa-tdep.c: Use target_write_pc if PCOQ_TAIL_REGNUM was not saved.
1993-09-07 * gdb.t15/{return.c,return.exp,Makefile.in}:Jim Kingdon1-0/+5
New test, currently commented out.
1993-09-07* stabs.texinfo (Stabs In ELF): Talk about N_FUN value.Jim Kingdon2-20/+33
1993-09-07 * config/m68k/tm-m68k.h (FIX_CALL_DUMMY): Changed name of swappingIan Lance Taylor3-4/+10
routine to match BFD name change. * config/z8k/tm-z8k.h (FIX_CALL_DUMMY): Likewise.
1993-09-07 * dbxread.c (process_one_symbol): If the value of an N_FUN for aJim Kingdon2-1/+14
function is zero, use minimal symbols to get the address.
1993-09-07 * stabs.texinfo (Local Variable Parameters): Talk about namelessJim Kingdon2-7/+37
parameters on VAX.
1993-09-06Changed elf32_symbol_type to elf_symbol_typeJeffrey Wheat2-1/+5
1993-09-06Snapshot of stand alone i386 NLM debugging stub. Currently sanitizedIan Lance Taylor2-0/+1060
out because it contains Novell proprietary code.
1993-09-06 * remote.c (remote_wait): Added 'W' and 'N' responses.Ian Lance Taylor2-0/+73
1993-09-04@up/@down -> @raisesections/@lowersectionsRoland Pesch2-3/+7
1993-09-03* main.c, utils.c: Add comments about immediate_quit.Jim Kingdon1-0/+2
1993-09-03 * elfread.c (elf_symtab_read): Don't add symbols starting with ".L"Jim Kingdon1-1/+6
to minimal symbols.
1993-09-03* stabs.texinfo: Make info author notice match the TeX author notice.Jim Kingdon2-1/+6
1993-09-03 * elfread.c (elf_symtab_read): Don't add symbols starting with ".L"Jim Kingdon2-0/+6
to minimal symbols.
1993-09-03* stabs.texinfo: Many minor cleanups.Jim Kingdon1-9/+11
1993-09-03* stabs.texinfo: Many minor cleanups.Jim Kingdon1-3/+5
1993-09-03remove obsolete comment about call function stuff being duplicatedJim Kingdon1-7/+0
1993-09-03 * target.c (pop_target): Don't try to deal with the stack becomingJim Kingdon1-0/+3
empty. Shouldn't happen and the code that tried was broken.
1993-09-03 * dcache.c: Cast return value from xmalloc.Jim Kingdon3-4/+16
* remote.c: Move setting of immediate_quit from remote_open to remote_start_dummy and set it back to zero when done.
1993-09-02* m88k-tdep.c: Remove a bunch of unused #includes.Jim Kingdon2-18/+2
1993-09-02* language.h: Add comment about current_language.Jim Kingdon2-1/+15
1993-09-02 * mips-tdep.c (_initialize_mips_tdep): Change heuristic-fence-postJim Kingdon1-0/+3
from var_uinteger to var_zinteger.
1993-09-02 * m88k-tdep.c: Include sys/dir.h before sys/user.h.Jim Kingdon4-7/+13
Include sys/types.h regardless of USG. * configure.in: Fix typo (delta88r4 -> delta88v4). * config/m88k/xm-delta88.h: Don't include sys/siginfo.h. It was to make this work on SVR4 before SVR4 had its own configuration, and it breaks SVR3.