Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1993-04-29 | handle hppa osf configuration | Ken Raeburn | 3 | -0/+22 | |
1993-04-29 | * gdb.texinfo (Environment): Mention pitfall with .cshrc. | Jim Kingdon | 2 | -0/+11 | |
1993-04-29 | keep hp300hpux and hppa-elf files | Ken Raeburn | 1 | -0/+4 | |
1993-04-29 | * infptrace.c: Add missing close paren to test for | Fred Fish | 1 | -0/+3 | |
FIVE_ARG_PTRACE defined. | |||||
1993-04-29 | hp300hpux changes | Ken Raeburn | 2 | -0/+105 | |
1993-04-29 | BSF_FUNCTION update | Ken Raeburn | 1 | -0/+4 | |
1993-04-29 | hppaosf target support | Ken Raeburn | 1 | -0/+1 | |
1993-04-29 | fixed up to use elf32-target.h | Ken Raeburn | 1 | -153/+16 | |
1993-04-29 | hppa support, initial linker support | Ken Raeburn | 1 | -157/+557 | |
1993-04-29 | new reloc enum types | Ken Raeburn | 1 | -34/+75 | |
1993-04-29 | copyright; gas changes | Ken Raeburn | 1 | -0/+39 | |
1993-04-29 | * defs.h (CC_HAS_LONG_LONG): Set up to define CC_HAS_LONG_LONG | Fred Fish | 9 | -112/+308 | |
when compiling with gcc, but disable it for now. See comment. * defs.h (LONGEST): Define as either "long" or "long long" based on CC_HAS_LONG_LONG. * defs.h (longest_to_int): Use CC_HAS_LONG_LONG to control how longest_to_int is defined. * c-valprint.c (c_val_print): Call print_longest. * expprint.c (dump_expression): Use PRINTF_HAS_LONG_LONG instead of LONG_LONG. * {printcmd.c, gdbtypes.h} (LONG_LONG): Replace usages with CC_HAS_LONG_LONG. * printcmd.c (print_scalar_formatted): Call print_longest and let it figure out what to do for PRINTF_HAS_LONG_LONG. * typeprint.c (print_type_scalar): Call print_longest and let it figure out what to do for PRINTF_HAS_LONG_LONG. * valprint.c (val_print_type_code_int): Call print_longest and let it figure out what to do for PRINTF_HAS_LONG_LONG. * stabsread.c (LONG_LONG): Replace usages with CC_HAS_LONG_LONG. * value.h (struct value): Replace usage of LONG_LONG with CC_HAS_LONG_LONG. * value.h (print_longest): Add prototype. * values.c (LONG_LONG): Replace usages with CC_HAS_LONG_LONG. * values.c (unpack_double): Collapse code that was unnecessarily dependent on CC_HAS_LONG_LONG. Use LONGEST instead of direct types. * values.c (value_from_longest): Remove dependency on CC_HAS_LONG_LONG and just use LONGEST. * solib.c (solib_map_sections): Use bfd_get_filename to access filename field. * solib.c (clear_solib): Save filename and free it later, after bfd_close, since bfd_close may reference it. Use bfd_get_filename to access the field. * config/convex/xm-convex.h (LONG_LONG): Replace with CC_HAS_LONG_LONG. Add define for PRINTF_HAS_LONG_LONG. * doc/gdbint.texinfo (LONG_LONG): Replace with CC_HAS_LONG_LONG. Add PRINTF_HAS_LONG_LONG references. | |||||
1993-04-29 | Add hyphens in usage messages. | David MacKenzie | 2 | -2/+2 | |
1993-04-29 | Clean up usage messages and option parsers. | David MacKenzie | 5 | -122/+155 | |
Add program name to some error messages. | |||||
1993-04-29 | Fix use of @dots and strip usage message. | David MacKenzie | 1 | -23/+30 | |
1993-04-29 | Fix an unclear sentence. | David MacKenzie | 1 | -2/+2 | |
1993-04-29 | Clean up English and Texinfo usage. | David MacKenzie | 1 | -44/+61 | |
1993-04-29 | Clean up English and Texinfo usage. | David MacKenzie | 2 | -608/+393 | |
1993-04-28 | * inflow.c (kill_command), infcmd.c (attach_command), | Jim Kingdon | 1 | -0/+4 | |
remote.c (remote_interrupt_twice): In messages for the user, call it "the program" or "the program being debugged" not "the inferior". | |||||
1993-04-28 | add just-check target so that tests can be run without a noop build | K. Richard Pixley | 2 | -6/+6 | |
pass. | |||||
1993-04-28 | include ctype.h, and some special-purpose regs for 29050 | Ken Raeburn | 1 | -0/+15 | |
1993-04-28 | changes for hp300hpux -- won't be enabled until bfd work is done | Ken Raeburn | 3 | -0/+9 | |
1993-04-28 | checkpoint hp300hpux code from HP; needs cleanup before using | Ken Raeburn | 1 | -0/+807 | |
1993-04-28 | checkpoint hppa-elf code from Utah (Sanitize out until it's cleaned up & ↵ | Ken Raeburn | 2 | -0/+1666 | |
working) | |||||
1993-04-28 | add new field for subformat (for hp300 work) | Ken Raeburn | 1 | -3/+11 | |
1993-04-28 | allow overrides of armap defaults | Ken Raeburn | 1 | -0/+4 | |
1993-04-28 | * hp300ux-nat.c: Cast second arg to supply_register calls. | Jim Kingdon | 6 | -38/+76 | |
(_initialize_kernel_u_addr, getpagesize): New functions. (store_inferior_register_1): Change arg name from value to val. (fetch_core_registers): Make arg core_reg_size unsigned. Pass 5 args to ptrace. * config/m68k/xm-hp300hpux.h: Define FIVE_ARG_PTRACE. Remove KERNEL_U_ADDR stuff. * infptrace.c [FIVE_ARG_PTRACE]: Pass 5th arg to ptrace. * config/m68k/hp300hpux.m{t,h}: Move exec.o from NATDEPFILES to TDEPFILES * config/m68k/hp300hpux.mt: Mention GAS requirement. Remove hp-include stuff. Add m68k-tdep.o to TDEPFILES. | |||||
1993-04-28 | * config/obj-ecoff.c (obj_symbol_new_hook): Make up a .file if one | Ian Lance Taylor | 1 | -0/+6 | |
hasn't been seen yet. (add_ecoff_symbol): Don't refer to cur_file_ptr if it is NULL. | |||||
1993-04-28 | * ch-exp.y (yylex): Don't STREQ with simplename if it is NULL. | Peter Schauer | 2 | -21/+25 | |
1993-04-28 | Add CFALGS = -g to all subdir Makefile.in's. | K. Richard Pixley | 1 | -0/+13 | |
1993-04-28 | * config/sparc/xm-sun4os4.h [__STDC__]: Don't use MALLOC_INCOMPATIBLE. | Jim Kingdon | 2 | -0/+8 | |
1993-04-28 | changes | Roland Pesch | 1 | -0/+6 | |
1993-04-28 | Changes thanks to Jim Kingdon's vigilance: | Roland Pesch | 1 | -18/+18 | |
* doc/gdb.texinfo: make node "Shell Commands" unconditional; describe `set demangle-style arm' (not cfront); mention can type `q' to discard output, when gdb pages | |||||
1993-04-28 | * valops.c (search_struct_field): Fix gdb core dump with incomplete | Peter Schauer | 1 | -0/+5 | |
stabs info. | |||||
1993-04-28 | * remote.c: Change timeout to 2. | Jim Kingdon | 2 | -169/+104 | |
(remote_open): Use unpush_target not remote_close. (remote_resume): If siggnal != 0, give warning not error(). (remote_wait, remote_interrupt, remote_interrupt_twice): If we get two interrupts, let the user get out if they want. (remote_{kill,mourn}): New functions. i386-stub.c (handle_exception, case 'k'): Don't BREAKPOINT. | |||||
1993-04-28 | * config/sparc/sun4sol2.mh (XM_CLIBS): Define to be -lnsl. | Ian Lance Taylor | 2 | -0/+5 | |
1993-04-28 | * Remote targets (mourn): Call unpush_target. | Jim Kingdon | 7 | -0/+8 | |
1993-04-28 | * config/sparc/xm-sun4os4.h: Declare free() to return int. | Jim Kingdon | 2 | -3/+8 | |
Remove twisted use of PARAMS. | |||||
1993-04-28 | * config/rs6000/xm-rs6000.h: Don't define MALLOC_INCOMPATIBLE now | Jim Kingdon | 2 | -7/+5 | |
that ansidecl.h assumes ANSI on AIX. | |||||
1993-04-27 | * gdbint.texinfo (new node Debugging GDB, elsewhere): | Jim Kingdon | 2 | -16/+198 | |
Move a bunch of information from ../README. (Getting Started): New node. | |||||
1993-04-27 | * README: Move most stuff about hacking GDB to doc/gdbint.texinfo. | Jim Kingdon | 1 | -0/+5 | |
(Known bugs): Remove AIX bugs, revise SPARC struct bug description. | |||||
1993-04-27 | * expprint.c (print_subexp): Fix bug with OP_SCOPE operator output. | Peter Schauer | 2 | -7/+72 | |
1993-04-27 | * remote-vx.c (net_connect): Allow numeric IP address for host. | Jim Kingdon | 2 | -5/+17 | |
1993-04-27 | Build sun4 cross i386-go32. | Ian Lance Taylor | 1 | -5/+5 | |
1993-04-27 | Support for the SH | Steve Chamberlain | 3 | -4/+37 | |
1993-04-27 | Support for SH. | Steve Chamberlain | 1 | -4/+20 | |
1993-04-27 | Support for the SH. | Steve Chamberlain | 1 | -0/+7 | |
1993-04-27 | sh.em, sh.sh, sh.sc-sh: New files supporting Hitachi SH. | Steve Chamberlain | 6 | -1/+151 | |
1993-04-27 | Support for Hitachi SH | Steve Chamberlain | 5 | -4/+17 | |
1993-04-27 | SH support | Steve Chamberlain | 1 | -0/+3 | |