aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
1994-01-04 * config/alpha/alpha-netware.mt: New target support for AlphaStu Grossman3-0/+15
running Netware. * configure.in: Add alpha-*-netware* target.
1994-01-04Tue Jan 4 14:51:35 1994 Stan Shebs (shebs@andros.cygnus.com)Stan Shebs2-2/+6
* remote-mips.c (mips_wait): Fix ref to TARGET_WAITKIND_STOPPED.
1994-01-04 * target.h: Add enum target_waitkind, enum target_signal, andJim Kingdon32-7959/+1166
struct target_waitstatus. Change status argument to target_wait to be struct target_waitstatus * instead of int *. * target.h, infrun.c, all targets: Change type of signal arguments to resume(), proceed(), and target_resume() from int to enum target_signal. * All targets (*_wait, *_resume): Change accordingly. * infcmd.c (program_info, signal_command), throughout infrun.c, * fork-child.c, solib.c, hppa-tdep.c, osfsolib.c: Use this stuff. * convex-xdep.c, convex-tdep.c: Add FIXME's (getting the Convex signal code stuff right with the new signals would be non-trivial). * inferior.h (stop_signal): Make it enum target_signal not int. * target.c, target.h (target_signal_to_string, target_signal_to_name, target_signal_from_name): New functions. * inftarg.c, target.h (target_signal_to_host, target_signal_from_host, store_waitstatus): New functions. * procfs.c (procfs_notice_signals): Use them. * i960-tdep.c (i960_fault_to_signal): New function, to replace print_fault. * config/i960/tm-i960.h: Don't define PRINT_RANDOM_SIGNAL.
1994-01-04 * objfiles.c (build_objfile_section_table): Don't abort() ifJim Kingdon1-4/+6
objfile->sections is already set. * objfiles.c (add_to_objfile_sections): Check SEC_ALLOC not SEC_LOAD to match recent change to exec.c.
1994-01-04 * target.h: Add enum target_waitkind, enum target_signal, andJim Kingdon1-6/+0
struct target_waitstatus. Change status argument to target_wait to be struct target_waitstatus * instead of int *. * target.h, infrun.c, all targets: Change type of signal arguments to resume(), proceed(), and target_resume() from int to enum target_signal. * All targets (*_wait, *_resume): Change accordingly. * infcmd.c (program_info, signal_command), throughout infrun.c, * fork-child.c, solib.c, hppa-tdep.c, osfsolib.c: Use this stuff. * convex-xdep.c, convex-tdep.c: Add FIXME's (getting the Convex signal code stuff right with the new signals would be non-trivial). * inferior.h (stop_signal): Make it enum target_signal not int. * target.c, target.h (target_signal_to_string, target_signal_to_name, target_signal_from_name): New functions. * inftarg.c, target.h (target_signal_to_host, target_signal_from_host, store_waitstatus): New functions. * procfs.c (procfs_notice_signals): Use them. * i960-tdep.c (i960_fault_to_signal): New function, to replace print_fault. * config/i960/tm-i960.h: Don't define PRINT_RANDOM_SIGNAL.
1994-01-04 * Version 4.11.3.Jim Kingdon2-0/+7491
* main.c (print_gdb_version): Change year to 1994. * ChangeLog, ChangeLog-93: Split ChangeLog at 1994. * Makefile.in (NONSRC): Add ChangeLog-93.
1994-01-04New for ChangeLog splitJim Kingdon1-0/+0
1994-01-03 * stabsread.c (read_type): Allow defining several type numbersJim Kingdon2-32/+43
at once (e.g. "(1,2)=(3,4)="...).
1994-01-03 * stabs.texinfo (String Field): Talk about defining several typeJim Kingdon2-3/+12
numbers at once. Fix lint regarding changing node ELF Transformations to ELF and SOM Transformations.
1994-01-03* stabsread.c (read_enum_type): Use TARGET_INT_BIT not sizeof (int).Jim Kingdon2-1/+3
1994-01-03Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)Stan Shebs2-0/+8
* configure.in (*-*-lynxos*): Add stabs tests.
1994-01-03* breakpoint.c (frame_in_dummy): Check PC as well as frame.Jim Kingdon1-0/+4
1994-01-03 * mdebugread.c (psymtab_to_symtab_1): Only pass N_STAB symbolsPeter Schauer2-2/+16
to process_one_symbol. * symtab.c (find_pc_psymbol): Search global_psymbols as well to avoid caching a bad endaddr in find_pc_partial_function.
1994-01-03* config/m68k/tm-sun3.h: Don't define BELIEVE_PCC_PROMOTION.Jim Kingdon2-6/+6
1994-01-01 * infrun.c (wait_for_inferior): Do not step or step resume pastPeter Schauer1-0/+5
the end of a one-line function we just stepped into.
1993-12-31 * nindy-share/nindy.c: Fix order of arguments to store_unsigned_integerJim Kingdon1-0/+6
(second and third arguments were reversed). (say): Use varargs.
1993-12-31 * remote-mips.c: Add timeout parameter to mips_request andJim Kingdon2-25/+40
mips_receive_packet. (callers): pass in mips_receive_wait except mips_initialize (where we use it to clean up the kludge where we had been changing mips_receive_wait temporarily) and mips_wait (where we pass in -1 for no timeout).
1993-12-31* stack.c (print_block_frame_locals): Also print LOC_BASEREG variables.Jim Kingdon1-0/+4
1993-12-31 * symtab.c (find_methods): Call fprintf_symbol_filtered with DMGL_ANSI.Peter Schauer2-16/+47
1993-12-31Insert Peter Kessler's name as inventor (I think).John Gilmore2-1/+5
1993-12-31 * remote-mips.c (mips_error): New function.Jim Kingdon3-29/+50
* remote-mips.c: Use it instead of error() most places. * remote-mips.c (mips_receive_packet): New arg throw_error. (mips_initialize): Use it not catch_errors. * defs.h: Declare error_pre_print and warning_pre_print here... * main.c: ...not here.
1993-12-30* values.c (unpack_long): Fix garbled error message.Jim Kingdon2-1/+3
1993-12-30 * remote-mips.c (mips_error): New function.Jim Kingdon2-22/+55
* remote-mips.c: Use it instead of error() most places.
1993-12-30 * breakpoint.c (breakpoint_chain): Make static.Jim Kingdon3-4/+47
* breakpoint.c, breakpoint.h (frame_in_dummy): New function. * stack.c (print_frame_info): Use it.
1993-12-30 * exec.c (add_to_section_table): Check for SEC_ALLOC instead ofPeter Schauer1-0/+5
SEC_LOAD to handle .bss segments properly.
1993-12-30 * infrun.c (wait_for_inferior): Enable code which assumes that ifJim Kingdon2-10/+22
we jump into the prologue from another function, then it was a subroutine call. #if 0 AT_FUNCTION_START; the above code should take care of this case.
1993-12-30 * valprint.c (val_print_string): Change chunksize from 200Jim Kingdon1-0/+3
to 8.
1993-12-29 * symfile.c (generic_load): If no arguments, get file nameJim Kingdon1-0/+3
from get_exec_file.
1993-12-29 * c-exp.y: Revert Kung's change. "..." is not a type, and theJim Kingdon3-4/+13
change caused "p (...)0" to dump core. * gdbtypes.c (check_stub_method): Don't pass "..." to parse_and_eval_type. This should fix the bug which Kung was trying to fix.
1993-12-29 * stabsread.c (define_symbol): If we choose not to combineJim Kingdon2-9/+15
two symbols, don't just ignore the second (LOC_REGISTER) one. * printcmd.c (print_frame_args): If we have a LOC_ARG and a LOC_REGISTER, use the LOC_ARG not the LOC_REGISTER.
1993-12-29 * stabs.texinfo (Cross-References): `::' is for nested types onlyJim Kingdon2-2/+18
within <>. (Structures): Document static members.
1993-12-28 * solib.c (DEBUG_BASE): Remove macro and all references.Fred Fish1-0/+8
* solib.c (debug_base_symbols): Add array of symbols to lookup. * solib.c (IGNORE_FIRST_LINK_MAP_ENTRY): Add macro. * solib.c (look_for_base, locate_base): Use debug_base_symbols. * solib.c (find_solib): Use IGNORE_FIRST_LINK_MAP_ENTRY.
1993-12-28CVS:Kung Hsu2-0/+5
Modified Files: ChangeLog c-exp.y * c-exp.y : fix grammar to parse ellipsis (...) (fix pr4218)
1993-12-28Modified Files:Kung Hsu2-2/+12
ChangeLog stabsread.c * stabsread.c (read_type): fix problem when reading static member of a class. caused by change to allow :: inside template instantiated name.
1993-12-27* stabs.texinfo: Document S type attribute.Jim Kingdon2-4/+21
1993-12-27 * gdbtypes.h: Expand on comments for TYPE_CODE_BITSTRING andJim Kingdon2-2/+13
TYPE_CODE_STRING a bit.
1993-12-27 * m68k-tdep.c (m68k_skip_prologue, m68k_find_saved_regs):Jim Kingdon1-0/+4
Allow pea %fp; move.l %sp, %fp instead of link instruction to set up the new frame.
1993-12-27 * main.c (init_main): Change "set remotedebug" back to var_zintegerJim Kingdon2-5/+81
from var_boolean.
1993-12-27 * minsyms.c (prim_record_minimal_symbol): CallJim Kingdon1-1/+2
prim_record_minimal_symbol_and_info rather than duplicating code.
1993-12-27 * minsyms.c, symtab.h (prim_record_minimal_symbol{,_and_info}),Jim Kingdon8-28/+39
coffread.c (record_minimal_symbol), xcoffread.c (RECORD_MINIMAL_SYMBOL), callers: Add objfile parameter.
1993-12-27* c-exp.y (yylex): Don't try to deal with nested types.Jim Kingdon2-0/+11
1993-12-27 * cp-valprint.c (cplus_print_value): Call check_stub_type onJim Kingdon2-1/+7
TYPE_BASECLASS (type, i) before we look at its name.
1993-12-27 * dbxread.c: Move default definition of GCC_COMPILED_FLAG_SYMBOLJim Kingdon4-52/+44
from here . . . * symtab.h: . . . to here. * dbxread.c (record_minimal_symbol): Move check for gcc{,2}_compiled. and __gnu_compiled* from here . . . * minsyms.c (prim_record_minimal_symbol_and_info): . . . to here. * minsyms.c (prim_record_minimal_symbol): Call prim_record_minimal_symbol_and_info rather than duplicating code.
1993-12-27Add comment about breakpoint vector usage.Jeff Law1-1/+4
1993-12-27 * stabs.texinfo: Add notes about stabs-in-som where appropriate.Jeff Law2-9/+14
1993-12-27 * dbxread.c (process_one_symbol): Handle stabs-in-som just likeJeff Law3-38/+62
stabs-in-elf. (pastab_build_psymtabs): Likewise. * hppa-tdep.c: Change all comments to reference %r3 or frame pointer rather than %r4. (frame_chain, skip_prologue, dig_rp_from_stack): Handle %r3 as the frame pointer. * config/pa/tm-hppa.h (FP_REGNUM): Define as %r3. (FIND_FRAME_SAVED_REGS): Handle %r3 as frame pointer. (CALL_DUMMY): Likewise.
1993-12-26 * exec.c (exec_file_command): If error occurs after we have openedJim Kingdon2-16/+41
exec_bfd but before we call push_target, make sure to close exec_bfd.
1993-12-26Sun Dec 26 16:59:39 1993 Jim Kingdon (kingdon@lioth.cygnus.com)Jim Kingdon2-23/+58
* infrun.c (wait_for_inferior): Remove confusing and inaccurate stuff about subroutine calls, return, etc., from comment which says "We've wandered out of the step range.". Sun Dec 26 09:18:10 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) * infrun.c (wait_for_inferior): When checking whether the line has changed, check the symtab as well.
1993-12-26 * gdbtypes.c (force_to_range_type): Use switch statement.Jim Kingdon2-28/+42
complain() not warning() if the TYPE_CODE isn't one we know how to deal with gracefully. Use builtin_type_int not lookup_fundamental_type (the objfile we passed to lookup_fundamental_type was sometimes NULL).
1993-12-26 * valops.c (call_function_by_hand, push_word), defs.h (push_word),Jim Kingdon31-105/+185
convex-xdep.c, m88k-nat.c, i386m3-nat.c, mips-tdep.c, mipsm3-nat.c, ns32km3-nat.c, remote-bug.c, m88k-tdep.c, remote-hms.c, remote-mips.c, config/gould/tm-np1.h, hppa-tdep.c (hppa_fix_call_dummy), remote-vx.c: Use REGISTER_SIZE, unsigned LONGEST, and {store,extract}_unsigned_integer, instead of sizeof (REGISTER_TYPE) and REGISTER_TYPE. * All tm.h files: Change REGISTER_TYPE to REGISTER_SIZE. * hppa-tdep.c (pa_print_fp_reg): Remove unused variable val. * Makefile.in (ALLDEPFILES): Remove i386ly-nat.c and m68kly-nat.c. Add lynx-nat.c.