aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
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".
1993-09-01index -> strchrK. Richard Pixley5-5/+9
1993-09-01 * remote.c: Add comment explaining why dcache is disabled.Jim Kingdon1-2/+9
(remote_fetch_word, remote_store_word): Make static and #if 0. They are not called from anywhere. Wed Sep 1 11:35:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com) * symtab.c (find_pc_line, find_line_common), 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.
1993-09-01 * remote.c: Add comment explaining why dcache is disabled.Jim Kingdon1-3/+14
(remote_fetch_word, remote_store_word): Make static and #if 0. They are not called from anywhere.
1993-09-01 * symtab.c (find_pc_line, find_line_common),Jim Kingdon1-21/+27
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.
1993-09-01bzero -> memsetK. Richard Pixley20-58/+69
1993-09-01bcmp -> memcmpK. Richard Pixley2-6/+7
1993-09-01 * symtab.h (struct linetable), xcoffread.c (arrange_linetable):Jim Kingdon5-354/+156
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-01bcopy -> memcpyK. Richard Pixley45-357/+1035
1993-09-01break dcache out of remote-nindy.cK. Richard Pixley3-175/+15
1993-09-01 * mipsread.c (parse_partial_symbols): Use language from FDR if itPeter Schauer2-61/+69
is unambigous. Patch from ptf@delcam.co.uk (Paul Flinders). * mipsread.c (ecoff_symfile_info): New struct to hold the global pending_list. * mipsread.c (mipscoff_symfile_init, parse_partial_symbols): Allocate the global pending list and link it to the objfile. * mipsread.c (is_pending_symbol, add_pending): Use global pending list from objfile. Allocate pending list entries from the psymbol_obstack. * mipsread.c (free_pending): Remove. The pending list is now freed when the psymbol_obstack is freed. * mipsread.c (psymtab_to_symtab1): Remove pending list allocation, the global pending list is used now. * mipsread.c (parse_partial_symbols): Skip only the first file indirect entry when building the dependency list.
1993-09-01break dcache code out of remote.cK. Richard Pixley5-219/+183
1993-09-01pulling dcache code out of remote.cK. Richard Pixley1-1/+1
1993-08-31 * config/udi-gdb.exp: gdb_exit now kills any isstip processesRob Savoye1-0/+6
still running and removes the leftover named socket so GDb can do clean restarts.
1993-08-31Just a little cleanup. Made gdb_exit "kill" any isstip's still runningRob Savoye1-42/+45
and blow away the socket. GDB now restarts beautifully.
1993-08-31comment changeK. Richard Pixley1-4/+5
1993-08-31break dcache code out of remote-bug.cK. Richard Pixley7-194/+306
1993-08-31 * stabs.texinfo: Initial-caps all words in node names andDavid MacKenzie2-243/+248
non-trivial words in section names.
1993-08-31 * c-typeprint.c (c_print_type_base): Treat show = 0 just likeJim Kingdon2-9/+19
show < 0. The only case where we had been distinguishing is that show = 0 used to print "struct " or "enum " instead of "struct {...}" or "enum {...}" which seems clearly wrong.
1993-08-31* stabs.texinfo: Many minor cleanups.Jim Kingdon1-7/+7
1993-08-31* stabs.texinfo: Many minor cleanups.Jim Kingdon1-67/+71
1993-08-31recognize m88110K. Richard Pixley2-0/+5
1993-08-31 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out theRob Savoye1-0/+10
console, not GDB. * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so cross testing works better with "make check" * config/unix-gdb: Use default procedures for exit and version. * config/vx-gdb.exp: Cleaned up and massaged back to working order with the newest VxWorks.
1993-08-30Use default version procedure.Rob Savoye2-17/+2
1993-08-30Add default gdb version so it can be shared.Rob Savoye1-0/+16
1993-08-30Make gdb_exit into default_gdb_exit so it can be shared.Rob Savoye1-12/+75
1993-08-30Use default_gdb_exit now.Rob Savoye1-1/+1
1993-08-30Works again.Rob Savoye1-1/+1