aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
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.
1993-09-02* config/m88k/delta88v4.h (NATDEPFILES): Remove infptrace.o inftarg.o.Jim Kingdon3-1/+6
1993-09-02 * config/m88k/xm-dgux.h: Renamed from config/m88k/xm-m88k.h.Jim Kingdon3-1/+3
* config/m88k/m88k.mh: Use xm-dgux.h. * config/m88k/xm-m88k.h: New file, with HOST_BYTE_ORDER, MAKEVA_END and MAKEVA_ARG. * config/m88k/xm-*.h: Include m88k/xm-m88k.h. * printcmd.c: Remove __INT_VARARGS_H code; now in xm-m88k.h.
1993-09-02* printcmd.c: Remove __INT_VARARGS_H code; now in xm-m88k.h.Jim Kingdon1-1/+1
1993-09-02* printcmd.c: Remove __INT_VARARGS_H code; now in xm-m88k.h.Jim Kingdon1-2/+7
1993-09-02 * config/m88k/xm-dgux.h: Renamed from config/m88k/xm-m88k.h.Jim Kingdon6-57/+100
* config/m88k/xm-m88k.h: New file, with HOST_BYTE_ORDER, MAKEVA_END and MAKEVA_ARG. * config/m88k/xm-*.h: Include m88k/xm-m88k.h. * printcmd.c: Remove __INT_VARARGS_H code; now in xm-m88k.h.
1993-09-02renamed from xm-m88k.hJim Kingdon1-0/+0
1993-09-02* remote-udi.c (udi_wait): Call `warning' not `error'.Jim Kingdon1-0/+2
1993-09-02* remote-udi.c (udi_wait): Call `warning' not `error'.Jim Kingdon1-1/+4
1993-09-02 * symtab.c (COMPLETION_LIST_ADD_SYMBOL): If the symbol has aJim Kingdon2-2/+9
demangling, don't put the mangled form in the completion list.
1993-09-02 * symtab.c, symfile.c, c-exp.y, ch-exp.y, m2-exp.y, buildsym.c,Jim Kingdon15-23/+32
symfile.h, stabsread.c, minsyms.c, solib.c, nlmread.c, dwarfread.c partial-stab.h, symmisc.c, gdbtypes.c: Lint. Remove (or put inside #if) unused variables and labels. Fix unclosed comment. Deal with enumeration values unhandled in switch statements. Make sure non-void functions return values. Include appropriate headers. * dbxread.c (elfstab_build_psymtabs): Don't check for unsigned value < 0.
1993-09-02Load the udi library procedures.Rob Savoye1-0/+1
1993-09-02 * symtab.c (find_pc_line, find_line_common),Jim Kingdon1-1/+2
symtab.h (struct linetable), xcoffread.c (arrange_linetable): Revise comments re linetable sorting. * buildsym.c (compare_line_numbers): Sort by pc, not by line. * coffread.c: Tell end_symtab to sort the line table. * coffread.c: Re-work a lot of the coff-specific stuff to use stuff in buildsym.c. This includes coff_finish_block, coff_context_stack, coff_local_symbols, coff_file_symbols, coff_global_symbols, coff_end_symtab and coff_add_symbol_to_list. (read_enum_type): Deal with it now that we have a "struct pending" not a "struct coff_pending". * buildsym.c (end_symtab): Don't realloc subfile->linetable.
1993-09-01 * coffread.c: Re-work a lot of the coff-specific stuff to use stuffJim Kingdon1-2/+3
in buildsym.c. This includes coff_finish_block, coff_context_stack, coff_local_symbols, coff_file_symbols, coff_global_symbols, coff_end_symtab and coff_add_symbol_to_list. (read_enum_type): Deal with it now that we have a "struct pending" not a "struct coff_pending".
1993-09-01 * coffread.c: Re-work a lot of the coff-specific stuff to use stuffJim Kingdon1-2/+4
in buildsym.c. This includes coff_finish_block, coff_context_stack, coff_local_symbols, coff_file_symbols, coff_global_symbols, coff_end_symtab and coff_add_symbol_to_list. (read_enum_type): Deal with it now that we have a "struct pending" not a "struct coff_pending".