1995-03-10 02:26:09 +01:00
|
|
|
|
Thu Mar 9 17:19:47 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
|
|
|
|
|
|
|
|
|
|
* mdebugread.c (parse_symbol, psymtab_to_symtab_1): Initialize
|
|
|
|
|
pdr.framereg field of MIPS_EFI_SYMBOL_NAME symbol to -1. That way
|
|
|
|
|
we know whether the PDR ever got set.
|
|
|
|
|
* mips-tdep.c (find_proc_desc): If pdr.framereg field is -1, don't
|
|
|
|
|
use the PDR, just examine prologues instead.
|
|
|
|
|
|
|
|
|
|
Wed Mar 8 23:35:10 1995 Jeff Law (law@snake.cs.utah.edu)
|
|
|
|
|
|
|
|
|
|
* somsolib.c (som_solib_section_offsets): Get offset of text
|
|
|
|
|
section right.
|
|
|
|
|
|
1995-03-09 01:25:15 +01:00
|
|
|
|
Wed Mar 8 16:12:21 1995 Stu Grossman (grossman@cygnus.com)
|
|
|
|
|
|
1995-03-09 01:43:41 +01:00
|
|
|
|
* gdbtk.c (gdb_get_breakpoint_info): Return error if breakpoint
|
|
|
|
|
type is not bp_breakpoint.
|
|
|
|
|
|
1995-03-09 01:25:15 +01:00
|
|
|
|
* source.c (forward_search_command reverse_search_command): Set
|
|
|
|
|
convenience variable $_ to be the line # of the match.
|
|
|
|
|
* symtab.c (decode_line_1): Allow convenience variables to be
|
|
|
|
|
used in line specs (for breakpoints and such).
|
|
|
|
|
|
1995-03-08 22:07:41 +01:00
|
|
|
|
Wed Mar 8 12:51:00 1995 Stan Shebs <shebs@andros.cygnus.com>
|
|
|
|
|
|
|
|
|
|
* Makefile.in (VERSION): Bump to 4.14.1.
|
|
|
|
|
* NEWS, README: Update for 4.14.
|
|
|
|
|
* i386v-nat.c (i386_insert_aligned_watchpoint): Fix declaration.
|
|
|
|
|
(i386_insert_nonaligned_watchpoint): Call aligned instead of
|
|
|
|
|
generic watchpoint insertion.
|
|
|
|
|
|
1995-03-08 04:26:21 +01:00
|
|
|
|
Tue Mar 7 19:26:10 1995 Per Bothner <bothner@kalessin.cygnus.com>
|
|
|
|
|
|
|
|
|
|
* valops.c (value_slice): Do COERCE_VARYING_ARRAY.
|
|
|
|
|
|
1995-03-07 09:32:55 +01:00
|
|
|
|
Tue Mar 7 00:23:47 1995 Stu Grossman (grossman@cygnus.com)
|
|
|
|
|
|
1995-03-08 22:07:41 +01:00
|
|
|
|
* monitor.c, array-rom.c, monitor.h, rom68k-rom.c: Move target_ops
|
1995-03-08 04:21:51 +01:00
|
|
|
|
into monitor.c.
|
|
|
|
|
* monitor.c (monitor_create_inferior): Allow run command to start
|
|
|
|
|
program.
|
|
|
|
|
|
1995-03-08 02:18:08 +01:00
|
|
|
|
* monitor.c (monitor_load): Set PC to start address when done
|
|
|
|
|
loading.
|
|
|
|
|
|
1995-03-08 22:07:41 +01:00
|
|
|
|
* array-rom.c, monitor.h, rom68k-rom.c: Clean up target_ops.
|
1995-03-08 02:18:08 +01:00
|
|
|
|
Remove ref to monitor_create_inferior.
|
|
|
|
|
|
1995-03-08 01:06:55 +01:00
|
|
|
|
* monitor.c: More general cleanups. Add prototypes, remove
|
|
|
|
|
unused routines. Fix bug with wrong number of args to error().
|
|
|
|
|
|
1995-03-07 10:32:29 +01:00
|
|
|
|
* main.c (main): Don't start up GUI when running under gdb mode
|
|
|
|
|
in emacs.
|
|
|
|
|
|
1995-03-07 10:26:39 +01:00
|
|
|
|
* Makefile.in: Add rules for monitor.o and rom68k-rom.o to make
|
|
|
|
|
Sun make (with VPATH) work...
|
|
|
|
|
|
1995-03-08 22:07:41 +01:00
|
|
|
|
* monitor.c, monitor.h, rom68k-rom.c: Serious cleanup to make IDP
|
1995-03-07 10:26:39 +01:00
|
|
|
|
(rom68k) target work right.
|
1995-03-08 22:07:41 +01:00
|
|
|
|
* array-rom.c, op50-rom.c, w89k-rom.c: Partial updates to new
|
1995-03-07 10:26:39 +01:00
|
|
|
|
monitor.c interface. More work needs to be done here.
|
|
|
|
|
* config/m68k/tm-monitor.h: Change DECR_PC_AFTER_BREAK to 0 to
|
|
|
|
|
match the IDP monitor. Also, set NUM_REGS to 18 cuz there's no
|
|
|
|
|
floating-point for this card.
|
|
|
|
|
|
1995-03-08 22:07:41 +01:00
|
|
|
|
* serial.h, ser-go32.c, ser-go32-para.c, ser-mac.c, ser-tcp.c,
|
1995-03-07 10:03:37 +01:00
|
|
|
|
ser-unix.c: Add SERIAL_SETSTOPBITS to set the number of stopbits
|
|
|
|
|
(needed for IDP board?!?!?).
|
|
|
|
|
|
1995-03-08 22:07:41 +01:00
|
|
|
|
* defs.h, utils.c, remote-hms.c, remote-pa.c, remote.c: Fix defs
|
|
|
|
|
and usage of fputc_unfiltered and putchar_unfiltered. Eliminate
|
1995-03-07 09:57:32 +01:00
|
|
|
|
putc_unfiltered (it's superfluous).
|
|
|
|
|
|
1995-03-08 22:07:41 +01:00
|
|
|
|
* command.h, command.c, top.c: Add var_enum command type. It's
|
1995-03-07 10:06:16 +01:00
|
|
|
|
like var_string but allows only only one of the specified strings.
|
1995-03-07 09:32:55 +01:00
|
|
|
|
|
1995-03-07 00:12:02 +01:00
|
|
|
|
Mon Mar 6 15:03:59 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* valops.c (value_cast): Don't use backslash newline--pre-ANSI
|
|
|
|
|
compilers (such as SunOS4 /bin/cc) don't generally support it
|
|
|
|
|
except in some contexts.
|
|
|
|
|
|
1995-03-04 03:24:26 +01:00
|
|
|
|
Fri Mar 3 17:42:48 1995 Per Bothner <bothner@kalessin.cygnus.com>
|
|
|
|
|
|
1995-03-05 19:15:30 +01:00
|
|
|
|
* valops.c (value_cast): Check for cast to array type *before*
|
1995-03-04 03:24:26 +01:00
|
|
|
|
we coerce array to pointer (in case arg2 is already array).
|
|
|
|
|
|
|
|
|
|
* valops.c (call_function_by_hand): Set using_gcc to 2 if using
|
|
|
|
|
gcc2. Needed for REG_STRUCT_HAS_ADDR to work on sparc.
|
|
|
|
|
Also check REG_STRUCT_HAS_ADDR for union, array and string types.
|
|
|
|
|
|
|
|
|
|
* valops.c (call_function_by_hand): Re-arrange code for pushing
|
|
|
|
|
paramaters on the stack so we can do better STACK_ALIGN.
|
|
|
|
|
|
|
|
|
|
* valops.c (call_function_by_hand): Call error if the number
|
|
|
|
|
of arguments is fewer than parameter types in function type.
|
|
|
|
|
|
1995-03-04 02:37:30 +01:00
|
|
|
|
Fri Mar 3 17:13:05 1995 Doug Evans <dje@canuck.cygnus.com>
|
|
|
|
|
|
|
|
|
|
* sparc-tdep.c (sparc_extract_struct_value_address): Move
|
|
|
|
|
sparc64 support to here.
|
|
|
|
|
(sparc64_extract_struct_value_address): Deleted.
|
|
|
|
|
(dump_ccreg): Add a prototype so long long arg -> int.
|
|
|
|
|
* sparc/tm-sp64.h (USE_STRUCT_CONVENTION): Define.
|
|
|
|
|
(EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
|
|
|
|
|
|
1995-03-03 23:15:23 +01:00
|
|
|
|
Fri Mar 3 15:12:12 1995 Jeff Law (law@snake.cs.utah.edu)
|
|
|
|
|
|
1995-03-04 01:55:45 +01:00
|
|
|
|
* hpread.c (hpread_record_lines): New argument "offset". All
|
|
|
|
|
callers changed. Use it to handle dynamic address relocation.
|
|
|
|
|
(hpread_build_psymtabs): Adjust texthigh as we read each function
|
|
|
|
|
debug symbol. Fix computation of texthigh.
|
|
|
|
|
(hpread_read_subrange_type): Work around macro bugs in HP's
|
|
|
|
|
compilers.
|
|
|
|
|
(hpread_process_one_debug_symbol): Correctly map source lines.
|
|
|
|
|
|
1995-03-03 23:25:27 +01:00
|
|
|
|
* somread.c (check_strange_names): Filter names emitted by the HP
|
|
|
|
|
compiler when generating PIC code.
|
|
|
|
|
|
1995-03-03 23:15:23 +01:00
|
|
|
|
* valops.c (value_struct_elt_for_reference): Work around macro
|
|
|
|
|
bugs in HP's compilers.
|
|
|
|
|
* c-exp.y (block): Likewise.
|
|
|
|
|
|
1995-03-03 22:38:54 +01:00
|
|
|
|
Fri Mar 3 12:27:28 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
|
|
|
|
|
|
1995-03-03 22:47:14 +01:00
|
|
|
|
* rs6000-tdep.c (push_dummy_frame): Fix order of arguments to
|
|
|
|
|
store_address.
|
|
|
|
|
|
1995-03-03 22:38:54 +01:00
|
|
|
|
* utils.c [_AIX]: Include stddef.h instead of #defining size_t.
|
|
|
|
|
|
1995-03-03 18:39:37 +01:00
|
|
|
|
Fri Mar 3 12:33:24 1995 Michael Meissner <meissner@tiktok.cygnus.com>
|
|
|
|
|
|
|
|
|
|
* rs6000-tdep.c (skip_prologue): Skip multiple stores of the saved
|
|
|
|
|
registers that GCC emits on the PowerPC by default in addition to
|
|
|
|
|
the store multiple instruction used on the Power series.
|
|
|
|
|
|
1995-03-03 10:06:51 +01:00
|
|
|
|
Fri Mar 3 00:54:58 1995 Doug Evans <dje@canuck.cygnus.com>
|
|
|
|
|
|
|
|
|
|
* sparc-tdep.c (decode_asi): New function.
|
|
|
|
|
(sparc_print_register_hook): Pretty print more v9 registers.
|
|
|
|
|
* sparc/tm-sp64.h (REGISTER_NAMES): Fix some typos.
|
|
|
|
|
|
1995-03-03 07:26:25 +01:00
|
|
|
|
Thu Mar 2 22:20:22 1995 Doug Evans <dje@canuck.cygnus.com>
|
|
|
|
|
|
|
|
|
|
* dwarfread.c (struct dieinfo): Use CORE_ADDR for at_{low,high}_pc.
|
|
|
|
|
(target_to_host): Change result type to CORE_ADDR.
|
|
|
|
|
|
|
|
|
|
Thu Mar 2 15:13:04 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* rs6000-tdep.c: Fix byte-swapping sins.
|
|
|
|
|
|
1995-03-02 22:51:30 +01:00
|
|
|
|
Thu Mar 2 16:48:45 1995 Michael Meissner <meissner@cygnus.com>
|
|
|
|
|
|
|
|
|
|
* rs6000-tdep.c (branch_dest): Minor code cleanup, don't share
|
|
|
|
|
code between branch unconditional and branch conditional cases.
|
|
|
|
|
|
1995-03-02 01:18:04 +01:00
|
|
|
|
Wed Mar 1 09:41:26 1995 Doug Evans <dje@canuck.cygnus.com>
|
|
|
|
|
|
|
|
|
|
Various changes for sparc64.
|
|
|
|
|
* sparc-tdep.c (NUM_SPARC_FPREGS): Define.
|
|
|
|
|
(SPARC_INTREG_SIZE): Define.
|
|
|
|
|
(*): Use SPARC_INTREG_SIZE instead of REGISTER_RAW_SIZE (intreg)
|
|
|
|
|
where appropriate.
|
|
|
|
|
(enum branch_type): New value `done_retry'.
|
|
|
|
|
(isbranch): Renamed from isannulled. All callers changed.
|
|
|
|
|
Support new sparc64 branch insns.
|
|
|
|
|
(single_step): Handle done_retry.
|
|
|
|
|
(sparc_extract_struct_value_address): Don't assume 4 byte regs.
|
|
|
|
|
(get_saved_register): Likewise.
|
|
|
|
|
(sparc_push_dummy_frame): Likewise.
|
|
|
|
|
(sparc_frame_find_saved_regs): Likewise.
|
|
|
|
|
(sparc_pop_frame): Likewise. Don't refer to FPS_REGNUM, CPS_REGNUM,
|
|
|
|
|
or PS_REGNUM if not sparc64. sparc64 has 64 fp regs.
|
|
|
|
|
(sparc64_extract_struct_value_address): New function.
|
|
|
|
|
(dump_ccreg, sparc_print_register_hook): Likewise.
|
|
|
|
|
* sp64-tdep.c: Deleted.
|
|
|
|
|
* sparc/tm-sp64.h (GDB_TARGET_IS_SPARC64): Define.
|
|
|
|
|
(NUM_REGS): Reduce by 2, cle/tle are in the pstate reg.
|
|
|
|
|
(CC_HAS_LONG_LONG): Define.
|
|
|
|
|
(REGISTER_NAMES): Delete cle/tle and reorganize.
|
|
|
|
|
(PS_REGNUM, FPS_REGNUM, CPS_REGNUM): Delete, they're ifdef'd out of
|
|
|
|
|
sparc-tdep.c now.
|
|
|
|
|
(REGISTER_BYTES): Update.
|
|
|
|
|
(REGISTER_CONVERT_TO_VIRTUAL, REGISTER_CONVERT_TO_RAW): Delete.
|
|
|
|
|
(EXTRACT_RETURN_VALUE): Delete. Use definition in tm-sparc.h.
|
|
|
|
|
(NO_SINGLE_STEP): Likewise.
|
|
|
|
|
* sparc/tm-sparc.h (EXTRACT_VALUE_RETURN): Don't assume 4 byte regs.
|
|
|
|
|
* sparc/sp64.mt: Move simulator support ...
|
|
|
|
|
* sparc/sp64sim.mt: ... to here.
|
|
|
|
|
|
1995-03-01 22:22:37 +01:00
|
|
|
|
Wed Mar 1 13:14:42 1995 Kung Hsu <kung@mexican.cygnus.com>
|
|
|
|
|
|
|
|
|
|
* remote-vx960.c: new file for target specific register packaging.
|
|
|
|
|
* remote-vx68.c: ditto.
|
|
|
|
|
* config/i960/vxworks960.mt: add remote-vx960.o.
|
|
|
|
|
* config/m68k/vxworks68.mt: add remote-vx68.o.
|
|
|
|
|
|
1995-03-01 19:58:34 +01:00
|
|
|
|
Wed Mar 1 13:42:49 1995 Michael Meissner <meissner@tiktok.cygnus.com>
|
|
|
|
|
|
|
|
|
|
* remote.c (remote_wait): Make calls to strtol be type correct by
|
|
|
|
|
passing the address of a char * pointer instead of an unsigned
|
|
|
|
|
char *.
|
|
|
|
|
|
|
|
|
|
* rs6000-tdep.c (push_dummy_frame): Cast sp to char * when calling
|
|
|
|
|
write_memory to make things type correct.
|
|
|
|
|
|
1995-03-01 18:23:41 +01:00
|
|
|
|
Wed Mar 1 12:17:31 1995 Michael Meissner <meissner@cygnus.com>
|
|
|
|
|
|
|
|
|
|
* ch-exp.y, c-exp.y, f-exp.y, m2-exp.y (yy defines): Support the
|
|
|
|
|
standard Linux yacc by adding more names to be redefined with a
|
|
|
|
|
prefix.
|
|
|
|
|
|
1995-03-01 08:18:04 +01:00
|
|
|
|
Tue Feb 28 22:55:47 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* hppa-tdep.c (pa_print_registers), monitor.c: Use
|
|
|
|
|
extract_unsigned_integer and friends, not SWAP_TARGET_AND_HOST.
|
|
|
|
|
* defs.h, findvar.c: Move SWAP_TARGET_AND_HOST back to findvar.c.
|
|
|
|
|
Rename it to SWAP_FLOATING to make it clear it is no longer for
|
|
|
|
|
integers.
|
|
|
|
|
|
1995-03-01 00:08:06 +01:00
|
|
|
|
Tue Feb 28 14:38:39 1995 Kung Hsu <kung@mexican.cygnus.com>
|
|
|
|
|
|
1995-03-01 03:13:06 +01:00
|
|
|
|
* defs.h (SWAP_TARGET_AND_HOST): check endianess at runtime not
|
|
|
|
|
compile time.
|
|
|
|
|
|
1995-03-01 02:39:12 +01:00
|
|
|
|
* arc-tdep.c (_initialize_arc_tdep): set tm_print_insn according to
|
|
|
|
|
processor.
|
|
|
|
|
* remote-arc.c (arc_wait): when a processor stops, stop other two
|
|
|
|
|
processors too.
|
|
|
|
|
* remote-arc.c (switch_command): switch tm_print_insn.
|
|
|
|
|
|
1995-03-01 01:27:31 +01:00
|
|
|
|
* vx-share/ptrace.h: merge in WRS new ptrace requests.
|
|
|
|
|
|
1995-03-01 01:22:46 +01:00
|
|
|
|
* defs.h: fix a syntax error.
|
|
|
|
|
|
1995-03-01 01:01:49 +01:00
|
|
|
|
* a29k-tdep.c (get_longjmp_target): add this function, from WRS.
|
|
|
|
|
* remote-vx.c: move read_register and write_register out to
|
|
|
|
|
target specific files.
|
|
|
|
|
* remote-vx29k.c (get_fp_contnets): add this function, from WRS.
|
|
|
|
|
|
1995-03-01 00:08:06 +01:00
|
|
|
|
* defs.h: define SWAP_TARGET_AND_HOST macro.
|
|
|
|
|
* findvar.c, monitor.c, hppa-tdep.c: remove definition of
|
|
|
|
|
SWAP_TARGET_AND_HOST.
|
|
|
|
|
|
1995-02-28 17:35:11 +01:00
|
|
|
|
Tue Feb 28 08:31:40 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
|
|
|
|
|
|
1995-02-28 17:38:26 +01:00
|
|
|
|
* alpha-tdep.c (find_proc_desc): Only attempt to set
|
|
|
|
|
PROC_LOCALOFF (found_heuristic) if found_heuristic is non-NULL.
|
1995-02-28 17:35:11 +01:00
|
|
|
|
|
1995-02-27 21:03:49 +01:00
|
|
|
|
Mon Feb 27 11:56:32 1995 Stan Shebs <shebs@andros.cygnus.com>
|
|
|
|
|
|
|
|
|
|
* monitor.c: General gcc -Wall lint cleanup and reformat.
|
|
|
|
|
(monitor_command): If no args, send an empty command.
|
|
|
|
|
|
1995-02-24 06:09:37 +01:00
|
|
|
|
Thu Feb 23 21:07:25 1995 Stu Grossman (grossman@cygnus.com)
|
|
|
|
|
|
|
|
|
|
* monitor.c (monitor_load_ascii_srec): Add a one second sleep
|
|
|
|
|
after send LOAD_CMD to prevent loss of first S-record.
|
|
|
|
|
|
1995-02-22 08:43:01 +01:00
|
|
|
|
Tue Feb 21 20:48:42 1995 Per Bothner <bothner@kalessin.cygnus.com>
|
|
|
|
|
|
|
|
|
|
* valops.c (call_function_by_hand): Set using_gcc to 2 if gcc-2.
|
|
|
|
|
Call error if too few arguments.
|
|
|
|
|
If REG_STRUCT_HAS_ADDR (structs passed by invisible reference),
|
|
|
|
|
copy and convert to reference *before* we calculate alignment.
|
|
|
|
|
Also, make sure structs allocated for return values and invisible
|
|
|
|
|
reference don't violate STACK_ALIGN.
|
|
|
|
|
|
1995-03-02 05:56:01 +01:00
|
|
|
|
Tue Feb 21 23:29:59 1995 Per Bothner <bothner@rtl.cygnus.com>
|
|
|
|
|
|
|
|
|
|
* ch-exp.y (expression_conversion): Recognize 'ARRAY () TYPE (EXPR)'
|
|
|
|
|
(same as C's '(TYPE[])EXPR')
|
|
|
|
|
|
1995-02-21 21:27:41 +01:00
|
|
|
|
Tue Feb 21 11:47:26 1995 Stan Shebs <shebs@andros.cygnus.com>
|
|
|
|
|
|
|
|
|
|
* top.c (print_gdb_version): Update the year.
|
|
|
|
|
|
1995-02-19 23:36:18 +01:00
|
|
|
|
Sun Feb 19 14:31:57 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
|
|
|
|
|
|
1995-02-21 21:27:41 +01:00
|
|
|
|
* Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Look for newlib in
|
1995-02-19 23:36:18 +01:00
|
|
|
|
`..' not in `../..'.
|
|
|
|
|
|
1995-02-19 20:08:34 +01:00
|
|
|
|
Sun Feb 19 11:05:28 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
|
|
|
|
|
|
|
|
|
|
* procfs.c (unconditionally_kill_inferior): Don't issue a PIOCKILL
|
|
|
|
|
in addition to a PIOCSSIG to kill the inferior.
|
|
|
|
|
|
1995-02-18 00:20:29 +01:00
|
|
|
|
Thu Feb 16 15:06:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
|
|
|
|
|
|
|
|
|
|
* parse.c (follow_types): Given (TYPE[]) (i.e. with no length),
|
|
|
|
|
create a 0-length array type, and set BOUND_CANNOT_BE_DETERMINED.
|
|
|
|
|
* valops.c (value_cast): If a cast like (TYPE[])VALUE (i.e. array
|
|
|
|
|
of unknown length) use sizeof(VALUE)/sizeof(TYPE) as the length.
|
|
|
|
|
* c-typeprint.c (c_type_print_varspec_suffix): If array length
|
|
|
|
|
is 0, print it, but not if upper_bound is BOUND_CANNOT_BE_DETERMINED.
|
|
|
|
|
|
1995-02-16 22:09:22 +01:00
|
|
|
|
Thu Feb 16 16:06:50 1995 Michael Meissner <meissner@tiktok.cygnus.com>
|
|
|
|
|
|
|
|
|
|
* dcache.c (insque, remque): Rewrite Linux support.
|
|
|
|
|
|
1995-02-15 19:51:31 +01:00
|
|
|
|
Wed Feb 15 12:33:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
|
|
|
|
|
|
|
|
|
|
* config/powerpc/tm-ppc-eabi.h (TEXT_SEGMENT_BASE): Define as 1.
|
|
|
|
|
|
1995-02-15 23:57:53 +01:00
|
|
|
|
* dcache.c (insque, remque): If compiling in standard C on Linux,
|
|
|
|
|
protect insque and remque with macros to cast the pointer
|
|
|
|
|
arguments to the proper type.
|
1995-02-15 19:51:31 +01:00
|
|
|
|
|
|
|
|
|
Tue Feb 14 17:16:41 1995 Stu Grossman (grossman@cygnus.com)
|
|
|
|
|
|
1995-02-21 21:27:41 +01:00
|
|
|
|
* annotate.c, breakpoint.c, defs.h, top.c: Replace
|
1995-02-15 19:51:31 +01:00
|
|
|
|
enable/disable_breakpoint_hook with modify_breakpoint_hook.
|
1995-02-21 21:27:41 +01:00
|
|
|
|
start-sanitize-gdbtk
|
|
|
|
|
* gdbtk.c: Ditto.
|
|
|
|
|
* gdbtk.c: General cleanups, get rid of unused variables. Redo
|
1995-02-15 19:51:31 +01:00
|
|
|
|
handling of stdout/stderr to just return output as the result of
|
|
|
|
|
the tcl command that caused the output. Cleanup -Wall stuff.
|
|
|
|
|
* (breakpoint_notify): Now returns just action and breakpoint
|
|
|
|
|
number.
|
|
|
|
|
* (gdb_get_breakpoint_list): New routine. Does the obvious.
|
|
|
|
|
* (gdb_get_breakpoint_info): Mostly derived from the old
|
|
|
|
|
breakpoint_notify, but returns lots more info.
|
|
|
|
|
* (dsprintf_append_element): Helper routine, works like printf,
|
|
|
|
|
but appends a tcl element onto the specified DString. Good for
|
|
|
|
|
building up lists as return values.
|
|
|
|
|
* (gdbtk_enable/disable_breakpoint): Go away. Replaced with
|
|
|
|
|
gdbtk_modify_breakpoint.
|
|
|
|
|
* (*many routines*): Use new result protocol.
|
|
|
|
|
* (call_wrapper): Make sure that recursive calls don't trash results.
|
|
|
|
|
* gdbtk.tcl: New windows, autocmd, and breakpoints.
|
|
|
|
|
* (gdbtk_tcl_fputs): Don't use $current_output_win redirection
|
|
|
|
|
anymore. It's not needed (in fact, this routine may not be needed
|
|
|
|
|
anymore).
|
|
|
|
|
* (gdbtk_tcl_breakpoint): Change to reflect new breakpoint
|
|
|
|
|
notification protocol.
|
|
|
|
|
* (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove
|
|
|
|
|
catches.
|
|
|
|
|
* (interactive_cmd): Use this wrapper around button invocations
|
|
|
|
|
of many commands. This will catch errors and put the results into
|
|
|
|
|
the command window. It also updates all the other windows.
|
|
|
|
|
* Also, change reliefs of most things to sunken. This actually
|
|
|
|
|
looks better.
|
|
|
|
|
* (create_file_win): Fix margin binding to allow breakpoints to
|
|
|
|
|
work again.
|
|
|
|
|
* (create_asm_win): Use return value of gdb_disassemble instead
|
|
|
|
|
of implicit I/O to the command window.
|
|
|
|
|
* (create_command_window): Use new result protocol to get output
|
|
|
|
|
from commands.
|
1995-02-21 21:27:41 +01:00
|
|
|
|
end-sanitize-gdbtk
|
1995-02-15 19:51:31 +01:00
|
|
|
|
|
1995-02-14 23:02:49 +01:00
|
|
|
|
Tue Feb 14 16:58:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* expression.h: Move declaration of evaluate_subexp_with_coercion
|
|
|
|
|
from here...
|
|
|
|
|
* value.h: ...to here.
|
|
|
|
|
* expression.h: Don't include value.h
|
|
|
|
|
|
1995-02-14 21:01:30 +01:00
|
|
|
|
Tue Feb 14 11:46:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* expression.h: Move include of value.h until after declaration of
|
|
|
|
|
enum exp_opcode.
|
|
|
|
|
|
1995-02-12 23:59:44 +01:00
|
|
|
|
Sun Feb 12 13:47:30 1995 Stan Shebs <shebs@andros.cygnus.com>
|
|
|
|
|
|
1995-02-13 01:26:39 +01:00
|
|
|
|
* remote-e7000.c: Comprehensive cleanup; removal of dead code,
|
|
|
|
|
simplify code, declare things, format to standards.
|
|
|
|
|
(inferior.h, value.h, command.h, remote-utils.h): Include.
|
|
|
|
|
(e7000_login): Rename to e7000_login_command.
|
|
|
|
|
(e7000_ftp): Rename to e7000_ftp_command.
|
|
|
|
|
(e7000_drain): Rename to e7000_drain_command.
|
|
|
|
|
|
1995-02-12 23:59:44 +01:00
|
|
|
|
* irix5-nat.c (string.h): Include near beginning of file.
|
|
|
|
|
|
1995-02-12 22:54:20 +01:00
|
|
|
|
Sun Feb 12 12:36:38 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* valops.c (value_arg_coerce): Use VALUE_TYPE not SYMBOL_TYPE on
|
|
|
|
|
arg, it is a value not a symbol.
|
|
|
|
|
|
|
|
|
|
gcc -Wall lint:
|
|
|
|
|
* eval.c: Move declaration of evaluate_subexp_with_coercion from here..
|
|
|
|
|
* expression.h: ..to here.
|
|
|
|
|
* expression.h: Include value.h.
|
|
|
|
|
* ch-lang.c (evaluate_subexp_chill): Add default case in switch.
|
|
|
|
|
|
1995-02-12 20:18:00 +01:00
|
|
|
|
Sun Feb 12 11:03:47 1995 Per Bothner <bothner@kalessin.cygnus.com>
|
|
|
|
|
|
1995-02-12 20:21:04 +01:00
|
|
|
|
* language.h (struct language_defn): New field evaluate_exp.
|
|
|
|
|
* c-lang.c (c_language_defn, cplus_language_defn, asm_langauge_defn),
|
|
|
|
|
f-lang.c (f_language_defn), language.c (unknown_language_defn,
|
|
|
|
|
auto_language_defn, local_language_defn), m2-lang.c (m2_language_defn):
|
|
|
|
|
Set evaluate_exp to evaluate_subexp_standard.
|
|
|
|
|
* ch-lang.c (evaluate_subexp_chill): New function. Chill-specific
|
|
|
|
|
support for MULTI_SUBSCRIPT.
|
|
|
|
|
(chill_language_defn): Set evaluate_exp to evaluate_subexp_chill.
|
|
|
|
|
* eval.c (enum noside): Move from here ....
|
|
|
|
|
* expression.h (enum noside): ... to here.
|
|
|
|
|
(evaluate_subexp_standard): New prototype.
|
|
|
|
|
* eval.c (evaluate_subexp): Renamed to evaluate_subexp_standard.
|
|
|
|
|
Removed lo-longer-needed test for chill_varying_type.
|
|
|
|
|
(evaluate_subexp): New. Calls exp->language_defn->evaluate_exp.
|
|
|
|
|
|
1995-02-12 20:18:00 +01:00
|
|
|
|
* ch-exp.y (maybe_expression_list): New non-terminal.
|
|
|
|
|
(primitive_value): Allow empty parameter list.
|
|
|
|
|
|
1995-02-12 19:46:45 +01:00
|
|
|
|
Sun Feb 12 10:02:16 1995 Per Bothner <bothner@cygnus.com>
|
|
|
|
|
|
|
|
|
|
* buildsym.c (finish_block): If finishing a function without known
|
|
|
|
|
parameter type info, set that from parameter symbols.
|
|
|
|
|
* c-typeprint.c (c_type_print_varspec_suffix): For TYPE_CODE_FUNC,
|
|
|
|
|
print parameter types, if available.
|
|
|
|
|
* ch-typeprint.c (chill_type_print_base): Likewise.
|
|
|
|
|
|
|
|
|
|
* gdbtypes.h (struct type): Remove function type field.
|
|
|
|
|
(TYPE_FUNCTION_TYPE): Remove macro. We can't as simply re-use
|
|
|
|
|
function types now that we're also storing parameter types.
|
|
|
|
|
And the payoff is much less.
|
|
|
|
|
* gdbtypes.c (make_function_type): Don't use/set TYPE_FUNCTION_TYPE.
|
|
|
|
|
(recursive_dump_type): Don't print TYPE_FUNCTION_TYPE.
|
|
|
|
|
* dwarfread.c (read_subroutine_type): Don't set TYPE_FUNCTION_TYPE.
|
|
|
|
|
|
1995-02-12 19:51:42 +01:00
|
|
|
|
* valops.c (value_arg_coerce): Now takes param_type argument.
|
|
|
|
|
(call_function_by_hand): Convert arguments with value_arg_coerce
|
|
|
|
|
early, and overwrite original args with converted args.
|
|
|
|
|
No longer need multiple calls to value_arg_coerce.
|
|
|
|
|
(value_arg_push): Removed.
|
|
|
|
|
* hppa-tdep.c (hppa_push_arguments): No longer call value_arg_coerce.
|
|
|
|
|
* mips-tdep.c (mips_push_arguments): Likewise.
|
|
|
|
|
* alpha-tdep.c (alpha_push_arguments): Likewise.
|
|
|
|
|
* rs6000-tdep.c (push_arguments, ran_out_of_registers_for_arguments):
|
|
|
|
|
Likewise.
|
|
|
|
|
* value.h (value_arg_coerce): Remove declaration. (It's now static.)
|
|
|
|
|
|
|
|
|
|
* valops.c (value_cast): Do COERCE_VARYING_ARRAY after COERCE_REF.
|
|
|
|
|
|
1995-02-12 19:54:50 +01:00
|
|
|
|
* symtab.c (add_param_to_type): Remove (commented-out) function,
|
|
|
|
|
since that functionality has been re-written.
|
|
|
|
|
* coffread.c: Remove commented-out add_param_to_type support.
|
|
|
|
|
* mdebugread.c (parse_symbol): Likewise.
|
|
|
|
|
* stabsread.c (define_symbol): Likewise.
|
|
|
|
|
|
1995-02-12 18:53:34 +01:00
|
|
|
|
Sun Feb 12 09:03:47 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* buildsym.c (start_subfile): Set language for f2c like for cfront.
|
|
|
|
|
|
|
|
|
|
Thu Feb 9 20:20:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
|
|
|
|
|
|
|
|
|
|
* op50n-rom.c: Add the control registers.
|
|
|
|
|
|
1995-02-10 01:02:15 +01:00
|
|
|
|
Thu Feb 9 15:46:39 1995 Stan Shebs <shebs@andros.cygnus.com>
|
|
|
|
|
|
|
|
|
|
* Makefile.in (CLIBS): Add $(LIBIBERTY) before, in addition to
|
|
|
|
|
after, any host/target/native libraries.
|
|
|
|
|
* dcache.c (insque, remque): Remove declarations.
|
|
|
|
|
* gdbtypes.h (type_code): Remove trailing comma.
|
|
|
|
|
|
|
|
|
|
From Peter Schauer:
|
|
|
|
|
* xcoffread.c (read_xcoff_symtab) [C_HIDEXT]: Move #ifdef
|
|
|
|
|
STATIC_NODEBUG_VARS inside case.
|
|
|
|
|
|
1995-02-09 21:21:46 +01:00
|
|
|
|
Thu Feb 9 07:43:41 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
|
|
|
|
|
|
|
|
|
|
* config/sparc/tm-sun4sol2.h: Define STATIC_TRANSFORM_NAME.
|
|
|
|
|
* partial-stab.h: Call it.
|
|
|
|
|
* stabsread.c (define_symbol) [STATIC_TRANSFORM_NAME]: Call
|
|
|
|
|
STATIC_TRANSFORM_NAME to get the name and use minimal symbols to
|
|
|
|
|
get the address.
|
|
|
|
|
* sparc-tdep.c (solaris_static_transform_name): New function.
|
|
|
|
|
|
1995-02-09 20:16:47 +01:00
|
|
|
|
Thu Feb 9 12:09:09 1995 Jeff Law (law@snake.cs.utah.edu)
|
|
|
|
|
|
|
|
|
|
* somread.c (som_symtab_read): Handle dynamic relocation for both
|
|
|
|
|
text and data symbols.
|
|
|
|
|
(som_symfile_offsets): If objfile is a shared library, then get
|
|
|
|
|
text and data offsets from the shared library structures.
|
|
|
|
|
* somsolib.c (som_solib_add): Copy the bfd pointer from the
|
|
|
|
|
objfile rather than reopening the file again.
|
|
|
|
|
(som_solib_section_offsets): New function.
|
|
|
|
|
* somsolib.h (som_solib_section_offsets): Declare.
|
|
|
|
|
|
* config/sparc/tm-sun4sol2.h, dbxread.c: Rename
N_SO_ADDRESS_MAYBE_MISSING to SOFUN_ADDRESS_MAYBE_MISSING.
* symtab.h (minimal_symbol) [SOFUN_ADDRESS_MAYBE_MISSING]: Add
filename field.
* elfread.c (record_minimal_symbol_and_info),
minsyms.c, symtab.h (prim_record_minimal_symbol_and_info): Return
newly created symbol.
* elfread.c (elf_symtab_read) [SOFUN_ADDRESS_MAYBE_MISSING]:
Set filename field of minimal symbol.
* symmisc.c (dump_msymbols) [SOFUN_ADDRESS_MAYBE_MISSING]:
Print filename field.
* minsyms.c, symtab.h (lookup_minimal_symbol): New arg sfile.
* symm-tdep.c, somsolib.c, hppa-tdep.c, c-exp.y, f-exp.y,
m2-exp.y, nindy-tdep.c, m3-nat.c, irix5-nat.c, hpread.c,
os9kread.c, breakpoint.c, alpha-tdep.c, valops.c, symtab.c,
printcmd.c, dbxread.c: Change callers to pass NULL for sfile.
* dbxread.c (process_one_symbol) [SOFUN_ADDRESS_MAYBE_MISSING]:
Find address of function from minimal symbols.
* partial-stab.h, case 'f', 'F': Call find_stab_function_addr
instead of getting pst->textlow from the stab.
* minsyms.c (find_stab_function_addr): New function.
1995-02-09 08:00:45 +01:00
|
|
|
|
Wed Feb 8 20:32:18 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
|
|
|
|
|
|
|
|
|
|
* config/sparc/tm-sun4sol2.h, dbxread.c: Rename
|
|
|
|
|
N_SO_ADDRESS_MAYBE_MISSING to SOFUN_ADDRESS_MAYBE_MISSING.
|
|
|
|
|
* symtab.h (minimal_symbol) [SOFUN_ADDRESS_MAYBE_MISSING]: Add
|
|
|
|
|
filename field.
|
|
|
|
|
* elfread.c (record_minimal_symbol_and_info),
|
|
|
|
|
minsyms.c, symtab.h (prim_record_minimal_symbol_and_info): Return
|
|
|
|
|
newly created symbol.
|
|
|
|
|
* elfread.c (elf_symtab_read) [SOFUN_ADDRESS_MAYBE_MISSING]:
|
|
|
|
|
Set filename field of minimal symbol.
|
|
|
|
|
* symmisc.c (dump_msymbols) [SOFUN_ADDRESS_MAYBE_MISSING]:
|
|
|
|
|
Print filename field.
|
|
|
|
|
* minsyms.c, symtab.h (lookup_minimal_symbol): New arg sfile.
|
|
|
|
|
* symm-tdep.c, somsolib.c, hppa-tdep.c, c-exp.y, f-exp.y,
|
|
|
|
|
m2-exp.y, nindy-tdep.c, m3-nat.c, irix5-nat.c, hpread.c,
|
|
|
|
|
os9kread.c, breakpoint.c, alpha-tdep.c, valops.c, symtab.c,
|
|
|
|
|
printcmd.c, dbxread.c: Change callers to pass NULL for sfile.
|
|
|
|
|
* dbxread.c (process_one_symbol) [SOFUN_ADDRESS_MAYBE_MISSING]:
|
|
|
|
|
Find address of function from minimal symbols.
|
|
|
|
|
* partial-stab.h, case 'f', 'F': Call find_stab_function_addr
|
|
|
|
|
instead of getting pst->textlow from the stab.
|
|
|
|
|
* minsyms.c (find_stab_function_addr): New function.
|
|
|
|
|
|
1995-02-09 03:21:40 +01:00
|
|
|
|
Wed Feb 8 19:19:56 1995 Rob Savoye <rob@darkstar.cygnus.com>
|
|
|
|
|
|
|
|
|
|
* monitor.c: Fix so all the output shows up in the GUI command
|
|
|
|
|
window.
|
|
|
|
|
|
1995-02-07 04:01:16 +01:00
|
|
|
|
Mon Feb 6 18:50:59 1995 Stan Shebs <shebs@andros.cygnus.com>
|
|
|
|
|
|
|
|
|
|
* i386-tdep.c (_initialize_i386_tdep): Put void decl on separate
|
|
|
|
|
line, so init.c generation works correctly.
|
|
|
|
|
start-sanitize-arc
|
|
|
|
|
* arc-tdep.c (_initialize_arc_tdep): Ditto.
|
|
|
|
|
end-sanitize-arc
|
|
|
|
|
|
1995-02-06 22:48:44 +01:00
|
|
|
|
Mon Feb 6 14:44:36 1995 Rob Savoye <rob@darkstar.cygnus.com>
|
|
|
|
|
|
1995-02-06 23:00:10 +01:00
|
|
|
|
* config/mips/idt.mt: Add support for the lsi33k target.
|
|
|
|
|
* config/sparc/sun4sol2.mh: Add support for ser-tcp.
|
1995-02-06 22:48:44 +01:00
|
|
|
|
* array-rom.c: Finish the rest of the support commands needed by
|
|
|
|
|
GDB.
|
|
|
|
|
* mips-tdep.c: Add LSI33k register names and processor type.
|
|
|
|
|
|
1995-02-06 05:39:14 +01:00
|
|
|
|
start-sanitize-gdbtk
|
1995-02-07 03:44:25 +01:00
|
|
|
|
Sun Feb 5 20:32:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
|
1995-02-07 04:01:16 +01:00
|
|
|
|
|
1995-02-06 05:39:14 +01:00
|
|
|
|
* gdbtk.c (gdb_disassemble): Deference pointer to function before
|
|
|
|
|
calling it (pre-ANSI compilers generally require this).
|
1995-02-07 03:44:25 +01:00
|
|
|
|
|
1995-02-07 05:46:18 +01:00
|
|
|
|
end-sanitize-gdbtk
|
1995-02-07 03:44:25 +01:00
|
|
|
|
Sat Feb 4 13:29:52 1995 Stan Shebs <shebs@andros.cygnus.com>
|
|
|
|
|
|
|
|
|
|
* config/m68k/est.mt (TDEPFILES): Remove m68k-pinsn.o.
|
|
|
|
|
|
1995-02-04 01:51:30 +01:00
|
|
|
|
Fri Feb 3 16:47:31 1995 Kung Hsu <kung@mexican.cygnus.com>
|
|
|
|
|
|
|
|
|
|
* ser-go32-para.c (dos_read): fix syntax errors.
|
|
|
|
|
|
1995-02-03 20:35:54 +01:00
|
|
|
|
Fri Feb 3 11:19:20 1995 Stu Grossman (grossman@cygnus.com)
|
|
|
|
|
|
1995-02-07 03:44:25 +01:00
|
|
|
|
* core.c (dis_asm_read_memory), defs.h, top.c: Get rid of
|
|
|
|
|
dis_asm_read_memory_hook. We can now call the disassemblers
|
|
|
|
|
directly and have no need for this hook anymore.
|
|
|
|
|
start-sanitize-gdbtk
|
|
|
|
|
* gdbtk.c (gdb_disassemble): Ditto.
|
|
|
|
|
end-sanitize-gdbtk
|
|
|
|
|
* defs.h, printcmd.c: Make print_insn be static.
|
1995-02-03 20:35:54 +01:00
|
|
|
|
|
|
|
|
|
* ser-go32.c (dos_comisr): Make this 8 bit clean.
|
|
|
|
|
* (dos_open dos_close): Allow multiple opens to the same device.
|
|
|
|
|
Use a ref count to prevent unwanted deallocations.
|
|
|
|
|
* sparcl-tdep.c: Put #ifdefs around all socket stuff to make GO32
|
|
|
|
|
happy.
|
|
|
|
|
* (sparclite_ops): Switch to download_stratum.
|
|
|
|
|
* target.h (enum strata): Move download_stratum before
|
|
|
|
|
process_stratum so that executable targets get pushed on top of
|
|
|
|
|
download targets.
|
|
|
|
|
|
1995-02-03 03:08:08 +01:00
|
|
|
|
Thu Feb 2 19:02:45 1995 Rob Savoye <rob@darkstar.cygnus.com>
|
|
|
|
|
|
|
|
|
|
* array-rom.c: Remove the non GDB remote protocol config stuff.
|
|
|
|
|
|
|
|
|
|
* monitor.c: All reading/writing functions for memory and
|
|
|
|
|
registers work.
|
|
|
|
|
|
1995-02-03 01:25:02 +01:00
|
|
|
|
Thu Feb 2 16:11:04 1995 Kung Hsu <kung@mexican.cygnus.com>
|
|
|
|
|
|
1995-02-07 03:44:25 +01:00
|
|
|
|
start-sanitize-arc
|
1995-02-03 01:25:02 +01:00
|
|
|
|
* config/arc/arc.mt: new target makefile for arc processor.
|
|
|
|
|
* config/arc/tm-arc.h: new target header for arc processor.
|
|
|
|
|
* config/arc/go32.mh: new go32 host makefile for arc processor.
|
|
|
|
|
* config/arc/xm-go32.h: new go32 host header for arc processor.
|
|
|
|
|
* arc-tdep.c: new target dependent codes for arc processor.
|
|
|
|
|
* remote-arc.c: new file for arc-specific protocol through
|
|
|
|
|
parallel line.
|
1995-02-07 03:44:25 +01:00
|
|
|
|
end-sanitize-arc
|
1995-02-03 01:25:02 +01:00
|
|
|
|
* ser-go32-para.c: new file for go32 parallel port communication.
|
|
|
|
|
|
1995-02-02 23:02:20 +01:00
|
|
|
|
Thu Feb 2 13:58:40 1995 Stan Shebs <shebs@andros.cygnus.com>
|
|
|
|
|
|
|
|
|
|
* Makefile.in (VERSION): Bump to 4.13.2.
|
|
|
|
|
|
|
|
|
|
Thu Feb 2 07:27:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
|
|
|
|
|
|
|
|
|
|
Fix compiler warnings:
|
|
|
|
|
* remote-e7000.c (printf_e7000debug): Rename to puts_e7000debug
|
|
|
|
|
and have the caller do the sprintf. Saves us from varargs hell.
|
|
|
|
|
(normal): Define before use.
|
|
|
|
|
* remote-e7000.c: Reindent a few things.
|
|
|
|
|
|
1995-02-02 06:23:51 +01:00
|
|
|
|
Wed Feb 1 21:16:42 1995 Per Bothner <bothner@kalessin.cygnus.com>
|
1995-02-02 04:32:52 +01:00
|
|
|
|
|
1995-02-02 06:23:51 +01:00
|
|
|
|
* f-typeprint.c (f_type_print_varspec_suffix): Print array index
|
|
|
|
|
ranges in reverse order.
|
|
|
|
|
* f-valprint.c (f77_create_arrayprint_offset_tbl): Fix calculation.
|
|
|
|
|
|
|
|
|
|
* eval.c (evaluate_subscript): Don't call value_subscript, since
|
|
|
|
|
it adjusts for lower bound and enforces ranges.
|
|
|
|
|
|
|
|
|
|
* expression.h (exp_code): Remove MULTI_F77_SUBSCRIPT, OP_F77_SUBSTR.
|
|
|
|
|
* eval.c, parse.c: Removed uses of removed opcodes.
|
* eval.c (evaluate_subexp): Clean up handling of
OP_UNDETERMINED_ARGLIST (no backtracking, more general).
* f-valprint.c (f_val_print): Print TYPE_CODE_STRING using
LA_PRINT_STRING, and not val_print_string (which reads from inferior).
* ch-lang.c (chill_is_varying_struct), ch-lang.h: Remve function
duplicate function made redundant by chill_varying_type.
Re-write of f77 string and complex number support:
* language.h (struct language_defn): New fields string_lower_bound
and string_char_type.
* c-lang.c (c_language_defn, cplus_language_defn, asm_language_defn),
language.c (unknown_language_defn, auto_language_defn,
local_language_defn), m2-lang.c (m2_language_defn), f-lang.c
(f_language_defn), ch-lang.c (chill_language_defn): Set new fields.
* gdbtypes.c (create_string_type): Use new string_char_type field.
* valops.c (value_string): Use new string_lower_bound field.
* defs.h (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT): Removed.
* f-lang.c (f_create_fundamental_type, _initialize_f_language),
m2-lang.c (m2_create_fundamental_type),
gdbtypes.c (_initialize_gdbtypes): Set TYPE_TARGET_TYPE of complex
types. Set their TYPE_CODEs to TYPE_CODE_COMPLEX.
* mdebugread.c (mdebug_type_complex, mdebug_type_double_complex):
Removed. Use builtin_type_complex and builtin_type_double_complex.
* gdbtypes.h (enum type_code): Removed TYPE_CODE_LITERAL_STRING
and TYPE_CODE_LITERAL_COMPLEX.
* c-typeprint.c, f-typeprint.c, f-valprint.c, eval.c: Removed uses of
TYPE_CODE_LITERAL_STRING and TYPE_CODE_LITERAL_COMPLEX.
* gdbtypes.c, gdbtypes.h (f77_create_literal_complex_type,
f77_create_literal_string_type): Removed.
* value.h (VALUE_LITERAL_DATA, VALUE_SUBSTRING_MEMADDR,
VALUE_SUBSTRING_MYADDR): Removed.
* expression.h (enum exp_opcode): Rename OP_F77_LITERAL_COMPLEX to
OP_COMPLEX.
* parse.c: Update accordingly.
* f-valprint.c (f77_print_cmplx): Removed.
(f_val_print case TYPE_CODE_COMPLEX): Re-write to use print_floating.
* f-exp.y (STRING_LITERAL): Use OP_STRING instead of OP_ARRAY.
* eval.c (evaluate_subexp): For case OP_ARRAY, don't call
f77_value_literal_string.
* valops.c, value.h (f77_value_literal_string, f77_value_substring,
f77_assign_from_literal_string, f77_assign_from_literal_complex):
Removed.
(value_assign): No longer need to handle literal types.
* valops.c (f77_value_literal_complex), value.h: Re-written and
renamed to value_literal_complex. Last arg is now a (complex) type.
* valops.c (f77_cast_into_complex): Re-written and renamed to
cast_into_complex.
* eval.c (evaluate_subexp): Update accordingly.
1995-02-02 04:37:26 +01:00
|
|
|
|
* eval.c (evaluate_subexp): Clean up handling of
|
|
|
|
|
OP_UNDETERMINED_ARGLIST (no backtracking, more general).
|
|
|
|
|
|
|
|
|
|
* f-valprint.c (f_val_print): Print TYPE_CODE_STRING using
|
|
|
|
|
LA_PRINT_STRING, and not val_print_string (which reads from inferior).
|
|
|
|
|
|
|
|
|
|
* ch-lang.c (chill_is_varying_struct), ch-lang.h: Remve function
|
|
|
|
|
duplicate function made redundant by chill_varying_type.
|
|
|
|
|
|
|
|
|
|
Re-write of f77 string and complex number support:
|
|
|
|
|
|
|
|
|
|
* language.h (struct language_defn): New fields string_lower_bound
|
|
|
|
|
and string_char_type.
|
|
|
|
|
* c-lang.c (c_language_defn, cplus_language_defn, asm_language_defn),
|
|
|
|
|
language.c (unknown_language_defn, auto_language_defn,
|
|
|
|
|
local_language_defn), m2-lang.c (m2_language_defn), f-lang.c
|
|
|
|
|
(f_language_defn), ch-lang.c (chill_language_defn): Set new fields.
|
|
|
|
|
* gdbtypes.c (create_string_type): Use new string_char_type field.
|
|
|
|
|
* valops.c (value_string): Use new string_lower_bound field.
|
|
|
|
|
|
|
|
|
|
* defs.h (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT): Removed.
|
|
|
|
|
* f-lang.c (f_create_fundamental_type, _initialize_f_language),
|
|
|
|
|
m2-lang.c (m2_create_fundamental_type),
|
|
|
|
|
gdbtypes.c (_initialize_gdbtypes): Set TYPE_TARGET_TYPE of complex
|
|
|
|
|
types. Set their TYPE_CODEs to TYPE_CODE_COMPLEX.
|
|
|
|
|
* mdebugread.c (mdebug_type_complex, mdebug_type_double_complex):
|
|
|
|
|
Removed. Use builtin_type_complex and builtin_type_double_complex.
|
|
|
|
|
|
|
|
|
|
* gdbtypes.h (enum type_code): Removed TYPE_CODE_LITERAL_STRING
|
|
|
|
|
and TYPE_CODE_LITERAL_COMPLEX.
|
|
|
|
|
* c-typeprint.c, f-typeprint.c, f-valprint.c, eval.c: Removed uses of
|
|
|
|
|
TYPE_CODE_LITERAL_STRING and TYPE_CODE_LITERAL_COMPLEX.
|
|
|
|
|
* gdbtypes.c, gdbtypes.h (f77_create_literal_complex_type,
|
|
|
|
|
f77_create_literal_string_type): Removed.
|
|
|
|
|
* value.h (VALUE_LITERAL_DATA, VALUE_SUBSTRING_MEMADDR,
|
|
|
|
|
VALUE_SUBSTRING_MYADDR): Removed.
|
|
|
|
|
|
|
|
|
|
* expression.h (enum exp_opcode): Rename OP_F77_LITERAL_COMPLEX to
|
|
|
|
|
OP_COMPLEX.
|
|
|
|
|
* parse.c: Update accordingly.
|
|
|
|
|
|
|
|
|
|
* f-valprint.c (f77_print_cmplx): Removed.
|
|
|
|
|
(f_val_print case TYPE_CODE_COMPLEX): Re-write to use print_floating.
|
|
|
|
|
|
|
|
|
|
* f-exp.y (STRING_LITERAL): Use OP_STRING instead of OP_ARRAY.
|
|
|
|
|
* eval.c (evaluate_subexp): For case OP_ARRAY, don't call
|
|
|
|
|
f77_value_literal_string.
|
|
|
|
|
* valops.c, value.h (f77_value_literal_string, f77_value_substring,
|
|
|
|
|
f77_assign_from_literal_string, f77_assign_from_literal_complex):
|
|
|
|
|
Removed.
|
|
|
|
|
(value_assign): No longer need to handle literal types.
|
|
|
|
|
* valops.c (f77_value_literal_complex), value.h: Re-written and
|
|
|
|
|
renamed to value_literal_complex. Last arg is now a (complex) type.
|
|
|
|
|
* valops.c (f77_cast_into_complex): Re-written and renamed to
|
|
|
|
|
cast_into_complex.
|
|
|
|
|
* eval.c (evaluate_subexp): Update accordingly.
|
|
|
|
|
|
1995-02-02 04:32:52 +01:00
|
|
|
|
* ch-valprint.c (chill_val_print): On TYPE_CODE_STRING, don't
|
|
|
|
|
print address for non-'s'-formats.
|
|
|
|
|
* ch-typeprint.c, ch-valprint.c: Use chill_varying_type instead
|
|
|
|
|
of chill_is_varying_struct.
|
|
|
|
|
|
gcc -Wall lint.
* alpha-tdep.c (alpha_in_lenient_prologue): Comment out.
(after_prologue): Remove unused local b.
* procfs.c (thread.h): Include.
(pr_flag_table, pr_why_table, faults_table, siginfo_table): Use
nested braces in initializer.
* top.c (initialize_targets, initialize_utils): Declare.
(locate_arg, insert_args): Add parens around tested assignments.
* remote-utils.c (sr_scan_args): Remove decl of strtol.
* remote.c (thread.h): Include.
(remote_wait): Remove unused local p2.
* sparc-tdep.c (fill_gregset, fill_fpregset): Remove decls of
registers array.
defs.h (stdlib.h): Include.
(exit, perror, atoi, qsort, memcpy, memcmp): Don't declare.
(fclose, atof, malloc, realloc, free, strchr, strrchr, strstr,
strtok, strerror): Don't specify parameter types in declaration.
1995-02-02 01:10:50 +01:00
|
|
|
|
Wed Feb 1 13:27:33 1995 Stan Shebs <shebs@andros.cygnus.com>
|
|
|
|
|
|
|
|
|
|
gcc -Wall lint.
|
|
|
|
|
* alpha-tdep.c (alpha_in_lenient_prologue): Comment out.
|
|
|
|
|
(after_prologue): Remove unused local b.
|
|
|
|
|
* procfs.c (thread.h): Include.
|
|
|
|
|
(pr_flag_table, pr_why_table, faults_table, siginfo_table): Use
|
|
|
|
|
nested braces in initializer.
|
|
|
|
|
* top.c (initialize_targets, initialize_utils): Declare.
|
|
|
|
|
(locate_arg, insert_args): Add parens around tested assignments.
|
|
|
|
|
* remote-utils.c (sr_scan_args): Remove decl of strtol.
|
|
|
|
|
* remote.c (thread.h): Include.
|
|
|
|
|
(remote_wait): Remove unused local p2.
|
|
|
|
|
* sparc-tdep.c (fill_gregset, fill_fpregset): Remove decls of
|
|
|
|
|
registers array.
|
|
|
|
|
|
|
|
|
|
defs.h (stdlib.h): Include.
|
|
|
|
|
(exit, perror, atoi, qsort, memcpy, memcmp): Don't declare.
|
|
|
|
|
(fclose, atof, malloc, realloc, free, strchr, strrchr, strstr,
|
|
|
|
|
strtok, strerror): Don't specify parameter types in declaration.
|
|
|
|
|
|
* ch-exp.y (value_string_element, string_primitive_value,
start_element, left_element, right_element, slice_size,
lower_element, upper_element, first_element): Removed.
(value_string_slice, value_array_slice): Replaced by ...
(slice): New non-terminal, with working slice support.
(primitive_value_lparen, rparen): New non-terminals.
(maybe_tuple_elements): New non-terminal, to allow empty tuples.
(idtokentab): Added "up".
* value.h (COERCE_VARYING_ARRAY): New macro.
* valarith.c (value_subscript): Use it.
* valops.c (value_cast): Likewise. Also, do nothing if already
correct type, and allow converting from/to range to/from scalar.
* valops.c, value.h (varying_to_slice, value_slice): New functions.
* eval.c (OP_ARRAY): Add cast for array element.
* expression.h (TERNOP_SLICE, TERNOP_SLICE_COUNT): New exp_opcodes.
* valops.c (chill_varying_type): Moved function frp, here ...
* gdbtypes.c (chill_varying_type), gdbtypes.h: ... to here.
* parse.c (length_of_subexp, prefixify_subexp): Add support
for TERNOP_SLICE, TERNOP_SLICE_COUNT.
* expprint.c (print_subexp, dump_expression): Likewise.
* eval.c (evaluate_subexp): Likewise.
* eval.c (evaluate_subexp case MULTI_SUBSCRIPT): Don't call
value_x_binop on a Chill varying string.
1995-02-01 22:02:51 +01:00
|
|
|
|
Wed Feb 1 12:23:57 1995 Per Bothner <bothner@kalessin.cygnus.com>
|
|
|
|
|
|
|
|
|
|
* ch-exp.y (value_string_element, string_primitive_value,
|
|
|
|
|
start_element, left_element, right_element, slice_size,
|
|
|
|
|
lower_element, upper_element, first_element): Removed.
|
|
|
|
|
(value_string_slice, value_array_slice): Replaced by ...
|
|
|
|
|
(slice): New non-terminal, with working slice support.
|
|
|
|
|
(primitive_value_lparen, rparen): New non-terminals.
|
|
|
|
|
(maybe_tuple_elements): New non-terminal, to allow empty tuples.
|
|
|
|
|
(idtokentab): Added "up".
|
|
|
|
|
|
|
|
|
|
* value.h (COERCE_VARYING_ARRAY): New macro.
|
|
|
|
|
* valarith.c (value_subscript): Use it.
|
|
|
|
|
* valops.c (value_cast): Likewise. Also, do nothing if already
|
|
|
|
|
correct type, and allow converting from/to range to/from scalar.
|
|
|
|
|
|
|
|
|
|
* valops.c, value.h (varying_to_slice, value_slice): New functions.
|
|
|
|
|
* eval.c (OP_ARRAY): Add cast for array element.
|
|
|
|
|
* expression.h (TERNOP_SLICE, TERNOP_SLICE_COUNT): New exp_opcodes.
|
|
|
|
|
* valops.c (chill_varying_type): Moved function frp, here ...
|
|
|
|
|
* gdbtypes.c (chill_varying_type), gdbtypes.h: ... to here.
|
|
|
|
|
* parse.c (length_of_subexp, prefixify_subexp): Add support
|
|
|
|
|
for TERNOP_SLICE, TERNOP_SLICE_COUNT.
|
|
|
|
|
* expprint.c (print_subexp, dump_expression): Likewise.
|
|
|
|
|
* eval.c (evaluate_subexp): Likewise.
|
|
|
|
|
|
|
|
|
|
* eval.c (evaluate_subexp case MULTI_SUBSCRIPT): Don't call
|
|
|
|
|
value_x_binop on a Chill varying string.
|
|
|
|
|
|
1995-01-31 23:00:59 +01:00
|
|
|
|
Tue Jan 31 13:51:53 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* config/m68k/monitor.mt,
|
|
|
|
|
config/pa/{hppabsd.mt,hppahpux.mt,hppaosf.mt,hppapro.mt}: Put
|
|
|
|
|
depfiles in TDEPFILES not REMOTE_O.
|
|
|
|
|
|
1995-01-31 20:30:27 +01:00
|
|
|
|
Tue Jan 31 11:14:44 1995 Steve Chamberlain <sac@splat>
|
|
|
|
|
|
|
|
|
|
From nigel@algor.co.uk.
|
|
|
|
|
* ser-go32.c (dos_close): Don't crash if scb null.
|
|
|
|
|
(dos_sendbreak): New function.
|
|
|
|
|
(dos_ops): Point to dos_sendbreak.
|
|
|
|
|
(dos_info): Calculate COM number correctly.
|
|
|
|
|
|
1995-01-31 19:38:06 +01:00
|
|
|
|
Tue Jan 31 09:40:11 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* xcoffread.c (process_xcoff_symbol): Use new variables
|
|
|
|
|
func_symbol_type and var_symbol_type as type of functions and
|
|
|
|
|
variables which don't have any stabs associated with them.
|
|
|
|
|
Reindent most of function.
|
|
|
|
|
(_initialize_xcoffread): Initialize *_symbol_type.
|
|
|
|
|
|
|
|
|
|
* xcoffread.c (read_xcoff_symtab): Reindent most of function.
|
|
|
|
|
Put C_HIDEXT symbols in the minimal symbols, rather than ignoring
|
|
|
|
|
them (this part commented out as I didn't quite get it to work).
|
|
|
|
|
(cs_to_section, find_targ_sec): New functions, to support above code.
|
|
|
|
|
* xcoffread.c (RECORD_MINIMAL_SYMBOL): Only skip '.' if it is
|
|
|
|
|
actually present.
|
|
|
|
|
|
1995-01-31 02:38:44 +01:00
|
|
|
|
Mon Jan 30 17:34:24 1995 Stu Grossman (grossman@cygnus.com)
|
gcc -Wall lint.
* alpha-tdep.c (alpha_in_lenient_prologue): Comment out.
(after_prologue): Remove unused local b.
* procfs.c (thread.h): Include.
(pr_flag_table, pr_why_table, faults_table, siginfo_table): Use
nested braces in initializer.
* top.c (initialize_targets, initialize_utils): Declare.
(locate_arg, insert_args): Add parens around tested assignments.
* remote-utils.c (sr_scan_args): Remove decl of strtol.
* remote.c (thread.h): Include.
(remote_wait): Remove unused local p2.
* sparc-tdep.c (fill_gregset, fill_fpregset): Remove decls of
registers array.
defs.h (stdlib.h): Include.
(exit, perror, atoi, qsort, memcpy, memcmp): Don't declare.
(fclose, atof, malloc, realloc, free, strchr, strrchr, strstr,
strtok, strerror): Don't specify parameter types in declaration.
1995-02-02 01:10:50 +01:00
|
|
|
|
start-sanitize-gdbtk
|
1995-01-31 02:41:55 +01:00
|
|
|
|
* gdbtk.tcl (create_file_win): Disable old popup menu for source
|
|
|
|
|
window.
|
gcc -Wall lint.
* alpha-tdep.c (alpha_in_lenient_prologue): Comment out.
(after_prologue): Remove unused local b.
* procfs.c (thread.h): Include.
(pr_flag_table, pr_why_table, faults_table, siginfo_table): Use
nested braces in initializer.
* top.c (initialize_targets, initialize_utils): Declare.
(locate_arg, insert_args): Add parens around tested assignments.
* remote-utils.c (sr_scan_args): Remove decl of strtol.
* remote.c (thread.h): Include.
(remote_wait): Remove unused local p2.
* sparc-tdep.c (fill_gregset, fill_fpregset): Remove decls of
registers array.
defs.h (stdlib.h): Include.
(exit, perror, atoi, qsort, memcpy, memcmp): Don't declare.
(fclose, atof, malloc, realloc, free, strchr, strrchr, strstr,
strtok, strerror): Don't specify parameter types in declaration.
1995-02-02 01:10:50 +01:00
|
|
|
|
end-sanitize-gdbtk
|
1995-01-31 02:38:44 +01:00
|
|
|
|
* sparcl-tdep.c: Add `sparclite' target for doing serial and udp
|
|
|
|
|
downloads to SPARClite demo boards.
|
|
|
|
|
|
|
|
|
|
Sun Jan 29 09:43:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* remote.c, remote-pa.c: Remove #if 0'd icache code. It has had
|
|
|
|
|
no hope of working as is for a long time (in particular, shebs' 27
|
|
|
|
|
Jan 95 change confuses the issue further--target_read_memory and
|
|
|
|
|
xfer_core_file do *not* do the same thing in this context).
|
|
|
|
|
Revise comment.
|
|
|
|
|
|
1995-01-28 22:43:51 +01:00
|
|
|
|
Sat Jan 28 13:40:46 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
|
|
|
|
|
|
|
|
|
|
* elfread.c (elf_symtab_read): Do not test BSF_GLOBAL for
|
|
|
|
|
procedure linkage table symbols, it is no longer set due to the
|
|
|
|
|
Jan 6 BFD change in bfd/elfcode.h.
|
|
|
|
|
|
1995-01-28 02:17:33 +01:00
|
|
|
|
Fri Jan 27 17:08:06 1995 Stan Shebs <shebs@andros.cygnus.com>
|
|
|
|
|
|
1995-01-28 02:38:39 +01:00
|
|
|
|
* top.c (use_windows): Clarify comments.
|
|
|
|
|
|
1995-01-28 02:32:10 +01:00
|
|
|
|
* convex-tdep.c (xfer_core_file): Comment out.
|
|
|
|
|
* config/convex/tm-convex.h (XFER_CORE_FILE): Remove.
|
|
|
|
|
* remote.c, remote-pa.c (remote_fetch_word): Change xfer_core_file
|
|
|
|
|
references to target_read_memory.
|
|
|
|
|
* gdbcore.h (xfer_core_file, core_open, core_detach): Remove
|
|
|
|
|
declarations.
|
|
|
|
|
* corelow.c (core_open, core_detach): Make static.
|
|
|
|
|
|
1995-01-28 02:17:33 +01:00
|
|
|
|
* arm-tdep.c: Make it compile.
|
|
|
|
|
(exec_file_command, xfer_core_file): Comment out.
|
|
|
|
|
(arm_print_insn): Remove, now in libopcodes.
|
|
|
|
|
(skip_prologue): Comment out most of body.
|
|
|
|
|
(arm_frame_find_saved_regs): Move here from tm-arm.h.
|
|
|
|
|
(_initialize_arm_tdep): Set tm_print_insn.
|
|
|
|
|
* config/arm/tm-arm.h: Remove old refs to first_object_file_end.
|
|
|
|
|
(XFER_CORE_FILE): Remove.
|
|
|
|
|
(FRAME_FIND_SAVED_REGS): Call arm_frame_find_saved_regs.
|
|
|
|
|
|
1995-01-27 17:53:21 +01:00
|
|
|
|
Fri Jan 27 08:48:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.in (CHILL_LIB): Define as in testsuite/Makefile.in.
|
|
|
|
|
|
1995-01-27 04:10:00 +01:00
|
|
|
|
Thu Jan 26 18:24:41 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
|
|
|
|
|
|
1995-01-27 04:15:20 +01:00
|
|
|
|
* symtab.c (find_pc_line): When subtracting one to get a line
|
|
|
|
|
number, make sure not to end up with zero.
|
|
|
|
|
|
1995-01-27 04:10:00 +01:00
|
|
|
|
* remote-vx.c: Revert all of Kung's changes of 16 Jan. The
|
|
|
|
|
problems with those changes were (a) the file didn't compile, (b)
|
|
|
|
|
they changed memset to bzero--memset is correct, (c) they took out
|
|
|
|
|
code to deal with boards lacking floating point, (d) who knows
|
|
|
|
|
what I didn't discover in a quick read.
|
|
|
|
|
|
1995-01-27 02:34:48 +01:00
|
|
|
|
Thu Jan 26 17:32:54 1995 Stu Grossman (grossman@cygnus.com)
|
|
|
|
|
|
|
|
|
|
* sparcl-tdep.c: Clean up formatting and indentation.
|
|
|
|
|
|
1995-01-26 19:53:20 +01:00
|
|
|
|
Thu Jan 26 10:49:59 1995 Steve Chamberlain <sac@splat>
|
|
|
|
|
|
|
|
|
|
* remote-hms.c (hms_ops): Change ref of hr_load_image
|
|
|
|
|
to gr_load_image.
|
1995-01-26 20:57:09 +01:00
|
|
|
|
(dcache_flush, dcache_hit, dcache_value, dcache_fetch,
|
|
|
|
|
dcache_poke, dcache_init): Deleted.
|
|
|
|
|
(hms_open, hms_resume, hms_fetch_word, hms_store_word):
|
|
|
|
|
Use dcache routines provided by remote-util.h
|
1995-01-26 19:53:20 +01:00
|
|
|
|
|
1995-01-26 18:27:56 +01:00
|
|
|
|
Thu Jan 26 12:08:31 1995 Michael Meissner <meissner@cygnus.com>
|
|
|
|
|
|
|
|
|
|
* configure.in: Add support for powerpc-*-eabi.
|
|
|
|
|
|
|
|
|
|
* powerpc/tm-ppc-eabi.h, powerpc/pcc-eabi.mt: New files for
|
|
|
|
|
PowerPC support.
|
|
|
|
|
|
* language.h (struct language_defn): New field c_style_arrays.
* language.c (unknown_language_defn, auto_language_defn,
local_language_defn), c-lang.c (c_language_defn, cplus_language_defn,
asm_language_defn): Set c_style_arrays to true.
* m2-lang.c (m2_language_defn), ch-lang.c (chill_language_defn),
f-lang.c (f_language_defn): Set c_style_arrays to false.
* valops.c (value_string): If c_style_array is not set,
allocate string in gdb (not inferior) using allocate_value.
* value.h (COERCE_ARRAY), valops.c (value_addr, value_arg_coerce):
Only call value_coerce_array if current_language->c_style_arrays.
* values.c: Add #include "language.h". (Needed for COERCE_ARRAY.)
* valops.c (chill_varying_type): New predicate.
* valops.c (value_cast): Support assigning a fixed string or array
to a variable string/array structure.
* valarith.c (value_subscripted_rvalue): Extra parameter lowerbound.
Check index>=lowerbound, and then add lowerbound to index here,
instead of in caller. Generalize to arbitrary lval_types.
(value_subscript): Use enhanced value_subscripted_rvalue if
c_style_arrays is false (and index is in range).
1995-01-26 03:32:25 +01:00
|
|
|
|
Wed Jan 25 18:13:14 1995 Per Bothner <bothner@kalessin.cygnus.com>
|
|
|
|
|
|
|
|
|
|
* language.h (struct language_defn): New field c_style_arrays.
|
|
|
|
|
* language.c (unknown_language_defn, auto_language_defn,
|
|
|
|
|
local_language_defn), c-lang.c (c_language_defn, cplus_language_defn,
|
|
|
|
|
asm_language_defn): Set c_style_arrays to true.
|
|
|
|
|
* m2-lang.c (m2_language_defn), ch-lang.c (chill_language_defn),
|
|
|
|
|
f-lang.c (f_language_defn): Set c_style_arrays to false.
|
|
|
|
|
* valops.c (value_string): If c_style_array is not set,
|
|
|
|
|
allocate string in gdb (not inferior) using allocate_value.
|
|
|
|
|
|
|
|
|
|
* value.h (COERCE_ARRAY), valops.c (value_addr, value_arg_coerce):
|
|
|
|
|
Only call value_coerce_array if current_language->c_style_arrays.
|
|
|
|
|
* values.c: Add #include "language.h". (Needed for COERCE_ARRAY.)
|
|
|
|
|
|
|
|
|
|
* valops.c (chill_varying_type): New predicate.
|
|
|
|
|
* valops.c (value_cast): Support assigning a fixed string or array
|
|
|
|
|
to a variable string/array structure.
|
|
|
|
|
|
|
|
|
|
* valarith.c (value_subscripted_rvalue): Extra parameter lowerbound.
|
|
|
|
|
Check index>=lowerbound, and then add lowerbound to index here,
|
|
|
|
|
instead of in caller. Generalize to arbitrary lval_types.
|
|
|
|
|
(value_subscript): Use enhanced value_subscripted_rvalue if
|
|
|
|
|
c_style_arrays is false (and index is in range).
|
|
|
|
|
|
1995-01-26 03:27:06 +01:00
|
|
|
|
Wed Jan 25 18:23:46 1995 Stu Grossman (grossman@cygnus.com)
|
|
|
|
|
|
|
|
|
|
* gdbtk.c (gdbtk_init): Prevent segfault when gdbtk.tcl can't be
|
|
|
|
|
found.
|
|
|
|
|
* gdbtk.tcl: Initialize expr_update_list() to prevent errors when
|
|
|
|
|
popping up expression window for the first time.
|
|
|
|
|
|
1995-01-26 03:19:13 +01:00
|
|
|
|
Wed Jan 25 18:13:14 1995 Per Bothner <bothner@kalessin.cygnus.com>
|
|
|
|
|
|
|
|
|
|
* eval.c (evaluate_subexp case OP_ARRAY): Fix calls to memset:
|
|
|
|
|
TYPE_LENGTH is length in bytes, not bits.
|
|
|
|
|
|
1995-01-25 19:16:42 +01:00
|
|
|
|
Wed Jan 25 08:19:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* infrun.c (proceed): Flush stdout before resuming inferior.
|
|
|
|
|
* infcmd.c (step_1), annotate.c (annotate_starting):
|
|
|
|
|
Don't bother to flush here.
|
|
|
|
|
|
1995-01-25 09:13:14 +01:00
|
|
|
|
Wed Jan 25 01:11:21 1995 Jeff Law (law@snake.cs.utah.edu)
|
|
|
|
|
|
|
|
|
|
* hpread.c (hpread_process_one_debug_symbol): Fix lines garbled
|
|
|
|
|
by an ill-advised global search and replace.
|
|
|
|
|
|
1995-01-24 22:49:11 +01:00
|
|
|
|
Tue Jan 24 12:10:28 1995 Stu Grossman (grossman@cygnus.com)
|
|
|
|
|
|
1995-01-25 01:36:33 +01:00
|
|
|
|
* gdbtk.tcl (create_registers_window): Work around a radiobutton
|
|
|
|
|
widget bug to make Options|Natural button work.
|
|
|
|
|
|
1995-01-24 22:49:11 +01:00
|
|
|
|
* gdbtk.c (gdb_disassemble): Fix problem with source+assembly and
|
|
|
|
|
g++ caused by out-of-order pc's.
|
|
|
|
|
* gdbtk.tcl (files_command): Remove duplicate file names. Also,
|
|
|
|
|
add scrollbar.
|
|
|
|
|
|
1995-01-24 02:23:18 +01:00
|
|
|
|
Mon Jan 23 17:21:09 1995 Stu Grossman (grossman@cygnus.com)
|
|
|
|
|
|
|
|
|
|
* gdbtk.tcl: Take .gdbtkinit if it exists. Makes gdbtk match the
|
|
|
|
|
doc!
|
|
|
|
|
|
1995-01-23 22:20:58 +01:00
|
|
|
|
Mon Jan 23 13:11:46 1995 Per Bothner <bothner@kalessin.cygnus.com>
|
|
|
|
|
|
|
|
|
|
Add support for Chill bitstring literals (e.h. H'FF00').
|
|
|
|
|
* ch-exp.y (match_bitstring_literal): Fix for proper endianness.
|
|
|
|
|
* expprint.c (print_subexp): Don't call error on OP_BITSTRING,
|
|
|
|
|
just print B'<unimlemented>'.
|
|
|
|
|
* gdbtypes.c (create_set_type): Fix bug in length calculation.
|
|
|
|
|
* valops.c, value.h (value_bitstring): New function.
|
|
|
|
|
* eval.c (evaluate_subexp): Implement support for OP_BITSTRING.
|
|
|
|
|
|
|
|
|
|
* ch-typeprint.c (chill_type_print_base): For TYPE_CODE_FUNC,
|
|
|
|
|
check that return type is non-void, and print in proper Chill syntax.
|
|
|
|
|
|
1995-01-23 20:25:24 +01:00
|
|
|
|
Mon Jan 23 12:20:34 1995 Rob Savoye <rob@darkstar.cygnus.com>
|
|
|
|
|
|
|
|
|
|
* Makefile.in: Remove references to remote-mon.c.
|
|
|
|
|
* remote-mon.c: remove. Replaced by rom68k-rom.c.
|
|
|
|
|
* rom68k-rom.c: Support for Rom68k monitor.
|
|
|
|
|
|
1995-01-23 19:54:29 +01:00
|
|
|
|
Mon Jan 23 10:50:57 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* Makefile.in (CHILL_FOR_TARGET): Update -L argument to point to
|
|
|
|
|
gcc/ch/runtime not chillrt, since that is where the chill runtime
|
|
|
|
|
lives now.
|
|
|
|
|
|
1995-01-23 09:11:30 +01:00
|
|
|
|
Mon Jan 23 00:06:57 1995 Steve Chamberlain <sac@splat>
|
|
|
|
|
|
|
|
|
|
* remote-hms.c (hms_load): Delete.
|
|
|
|
|
(target_ops): Use hr_load_image.
|
|
|
|
|
|
|
|
|
|
* remote-e7000.c, remote-z8k.c, remote-nindy.c (target_ops):
|
|
|
|
|
Define memory_insert/remove_breakpoint.
|
|
|
|
|
* xm-go32.h: Remove redundant SIGs.
|
|
|
|
|
|
|
|
|
|
Thu Jan 19 20:26:58 1995 Steve Chamberlain <sac@splat>
|
|
|
|
|
|
|
|
|
|
* ser-go32.c: Rewritten by nigel@algor.co.uk.
|
|
|
|
|
|
1995-01-21 00:45:21 +01:00
|
|
|
|
Fri Jan 20 15:23:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
|
|
|
|
|
|
|
|
|
|
* expression.h (OP_LABELED): New operator, for Chill
|
|
|
|
|
labeled structre tuples.
|
|
|
|
|
* ch-exp.y (tuple_element, named_record_element, tuple_elements):
|
|
|
|
|
New non-terminals, to handle labeled structure tuples.
|
|
|
|
|
(tuple): Re-define using tuple_elements.
|
|
|
|
|
* eval.c (evaluate_labeled_field_init): New function, to handle
|
|
|
|
|
initialization of structure fields, possibly using OP_LABELED.
|
|
|
|
|
(evaluate_subexp): Use it.
|
|
|
|
|
* expprint.c (print_subexp case): For OP_ARRAY, use Chill syntax
|
|
|
|
|
for Chill. Handled OP_LABELED.
|
|
|
|
|
* parse.c (length_of_subexp, prefixify_subexp): Handle OP_LABELED.
|
|
|
|
|
|
|
|
|
|
* eval.c (evaluate_subexp): Handle Chill Powerset tuples.
|
|
|
|
|
* valarith.c (value_bit_index): Just treat bitstring as represented
|
|
|
|
|
by an array of bytes. Alignment is handled by compiler.
|
|
|
|
|
|
|
|
|
|
Wed Jan 18 19:00:29 1995 Stan Shebs <shebs@andros.cygnus.com>
|
|
|
|
|
|
|
|
|
|
* h8300-tdep.c (gdb_print_insn_h8300): Fix typo (&info -> info).
|
|
|
|
|
* sh-tdep.c (gdb_print_insn_sh): Ditto.
|
|
|
|
|
|
1995-01-18 20:31:25 +01:00
|
|
|
|
Wed Jan 18 11:25:43 1995 Kung Hsu <kung@mexican.cygnus.com>
|
|
|
|
|
|
|
|
|
|
* remote-os9k.c (rombug_open): Fix a bug in exception handling
|
|
|
|
|
command.
|
|
|
|
|
* remote-os9k.c (rombug_write_inferior_memory): reset buffer after
|
|
|
|
|
write.
|
|
|
|
|
|
1995-01-17 22:47:38 +01:00
|
|
|
|
Tue Jan 17 09:48:38 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
|
|
|
|
|
|
|
|
|
|
* parse.c (_initialize_parse): Improve wording of names of
|
|
|
|
|
msym_*_symbol_type.
|
|
|
|
|
|
1995-01-17 20:08:31 +01:00
|
|
|
|
Tue Jan 17 14:00:58 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
|
|
|
|
|
|
|
|
|
|
* config/mips/tm-mips.h (enum mips_fpu_type): New enum.
|
|
|
|
|
(mips_fpu): Change type to enum mips_fpu_type.
|
|
|
|
|
(FIX_CALL_DUMMY): Handle mips_fpu == MIPS_FPU_SINGLE.
|
|
|
|
|
* mips-tdep.c (mips_fpu): Change type to enum mips_fpu_type.
|
|
|
|
|
Don't initialize.
|
|
|
|
|
(mips_fpu_string): New static variable.
|
|
|
|
|
(mips_push_dummy_frame): Handle mips_fpu == MIPS_FPU_SINGLE.
|
|
|
|
|
(mips_pop_frame): Likewise.
|
|
|
|
|
(mips_extract_return_value): Likewise.
|
|
|
|
|
(mips_store_return_value): Likewise.
|
|
|
|
|
(mips_set_fpu_command): New static function.
|
|
|
|
|
(mips_show_fpu_command): New static function.
|
|
|
|
|
(_initialize_mips_tdep): Change handling of set/show mipsfpu.
|
|
|
|
|
|
1995-01-17 17:16:20 +01:00
|
|
|
|
Tue Jan 17 09:48:38 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
|
|
|
|
|
|
1995-01-17 17:43:20 +01:00
|
|
|
|
* a29k-tdep.c (gdb_print_insn_a29k): Fix typo (&info -> info).
|
|
|
|
|
|
1995-01-17 17:16:20 +01:00
|
|
|
|
* parse.c (write_exp_msymbol): Use new variables
|
|
|
|
|
msym_*_symbol_type as type of msymbol expression.
|
|
|
|
|
(_initialize_parse): Initialize them.
|
|
|
|
|
|
General cleanup and simplication of disassembler interface.
* a29k-pinsn.c, arm-pinsn.c, convex-pinsn.c, gould-pinsn.c,
hppa-pinsn.c, i386-pinsn.c, i960-pinsn.c, m68k-pinsn.c,
m88k-pinsn.c, mips-pinsn.c, ns32k-pinsn.c, pyr-pinsn.c,
rs6000-pinsn.c, sparc-pinsn.c, tahoe-pinsn.c, vax-pinsn.c: Remove.
* gould-tdep.c, ns32k-tdep.c, tahoe-tdep.c, vax-tdep.c: New files,
had been -pinsn.c files.
* Makefile.in (ALLDEPFILES): Remove removed files.
(a29k-pinsn.o, arm-pinsn.o, convex-pinsn.o, gould-pinsn.o,
hppa-pinsn.o, i386-pinsn.o, i960-pinsn.o, m68k-pinsn.o,
m88k-pinsn.o, mips-pinsn.o, ns32k-pinsn.o, pyr-pinsn.o,
rs6000-pinsn.o, sparc-pinsn.o, tahoe-pinsn.o, vax-pinsn.o):
Remove compile actions.
* arm-tdep.o, gould-tdep.o, ns32k-tdep.o, tahoe-tdep.o,
vax-tdep.o: Add compile actions.
* defs.h (tm_print_insn): New global.
* a29k-tdep.c (gdb_print_insn_a29k): New function.
(_initialize_a29k_tdep): Rename from _initialize_29k,
set tm_print_insn.
* alpha-tdep.c (print_insn): Remove.
(_initialize_alpha_tdep): Set tm_print_insn.
* arm-tdep.c (arm_print_insn): New function, was print_insn
in arm-pinsn.c.
* convex-tdep.c (convex_print_insn): New function, was print_insn
in convex-pinsn.c.
* h8300-tdep.c (print_insn): Remove.
(gdb_print_insn_h8300): New function.
(_initialize_h8300_tdep): New function.
* h8500-tdep.c (print_insn): Remove.
(_initialize_h8500_tdep): New function.
* hppa-tdep.c (_initialize_hppa_tdep): Set tm_print_insn.
* i386-tdep.c (_initialize_i386_tdep): New function.
* i960-tdep.c (mem, next_insn): New functions, were in
i960-pinsn.c.
(_initialize_i960_tdep): Set tm_print_insn.
* m68k-tdep.c (_initialize_m68k_tdep): New function.
* m88k-tdep.c (_initialize_m88k_tdep): New function.
* mips-tdep.c (gdb_print_insn_mips): New function.
(_initialize_mips_tdep): Set tm_print_insn.
* pyr-tdep.c (pyr_print_insn): New function, was print_insn
in pyr-pinsn.c.
* rs6000-tdep.c (_initialize_rs6000_tdep): New function.
* sh-tdep.c (print_insn): Remove.
(gdb_print_insn_sh): New function.
(_initialize_sh_tdep): Set tm_print_insn.
* sparc-tdep.c (_initialize_sparc_tdep): New function.
* w65-tdep.c (print_insn): Remove.
(_initialize_w65_tdep): New function.
* z8k-tdep.c (print_insn): Remove.
(gdb_print_insn_z8k): New function.
(_initialize_z8k_tdep): Set tm_print_insn.
* printcmd.c (print_insn): New function, generic disassembler.
* config/*/*.mt (TDEPFILES): Remove refs to *-pinsn.o.
* defs.h (query_hook, error_hook): Fix prototypes.
1995-01-17 05:36:51 +01:00
|
|
|
|
Mon Jan 16 18:11:03 1995 Stan Shebs <shebs@andros.cygnus.com>
|
|
|
|
|
|
|
|
|
|
General cleanup and simplication of disassembler interface.
|
|
|
|
|
* a29k-pinsn.c, arm-pinsn.c, convex-pinsn.c, gould-pinsn.c,
|
|
|
|
|
hppa-pinsn.c, i386-pinsn.c, i960-pinsn.c, m68k-pinsn.c,
|
|
|
|
|
m88k-pinsn.c, mips-pinsn.c, ns32k-pinsn.c, pyr-pinsn.c,
|
|
|
|
|
rs6000-pinsn.c, sparc-pinsn.c, tahoe-pinsn.c, vax-pinsn.c: Remove.
|
|
|
|
|
* gould-tdep.c, ns32k-tdep.c, tahoe-tdep.c, vax-tdep.c: New files,
|
|
|
|
|
had been -pinsn.c files.
|
|
|
|
|
* Makefile.in (ALLDEPFILES): Remove removed files.
|
|
|
|
|
(a29k-pinsn.o, arm-pinsn.o, convex-pinsn.o, gould-pinsn.o,
|
|
|
|
|
hppa-pinsn.o, i386-pinsn.o, i960-pinsn.o, m68k-pinsn.o,
|
|
|
|
|
m88k-pinsn.o, mips-pinsn.o, ns32k-pinsn.o, pyr-pinsn.o,
|
|
|
|
|
rs6000-pinsn.o, sparc-pinsn.o, tahoe-pinsn.o, vax-pinsn.o):
|
|
|
|
|
Remove compile actions.
|
|
|
|
|
* arm-tdep.o, gould-tdep.o, ns32k-tdep.o, tahoe-tdep.o,
|
|
|
|
|
vax-tdep.o: Add compile actions.
|
|
|
|
|
* defs.h (tm_print_insn): New global.
|
|
|
|
|
* a29k-tdep.c (gdb_print_insn_a29k): New function.
|
|
|
|
|
(_initialize_a29k_tdep): Rename from _initialize_29k,
|
|
|
|
|
set tm_print_insn.
|
|
|
|
|
* alpha-tdep.c (print_insn): Remove.
|
|
|
|
|
(_initialize_alpha_tdep): Set tm_print_insn.
|
|
|
|
|
* arm-tdep.c (arm_print_insn): New function, was print_insn
|
|
|
|
|
in arm-pinsn.c.
|
|
|
|
|
* convex-tdep.c (convex_print_insn): New function, was print_insn
|
|
|
|
|
in convex-pinsn.c.
|
|
|
|
|
* h8300-tdep.c (print_insn): Remove.
|
|
|
|
|
(gdb_print_insn_h8300): New function.
|
|
|
|
|
(_initialize_h8300_tdep): New function.
|
|
|
|
|
* h8500-tdep.c (print_insn): Remove.
|
|
|
|
|
(_initialize_h8500_tdep): New function.
|
|
|
|
|
* hppa-tdep.c (_initialize_hppa_tdep): Set tm_print_insn.
|
|
|
|
|
* i386-tdep.c (_initialize_i386_tdep): New function.
|
|
|
|
|
* i960-tdep.c (mem, next_insn): New functions, were in
|
|
|
|
|
i960-pinsn.c.
|
|
|
|
|
(_initialize_i960_tdep): Set tm_print_insn.
|
|
|
|
|
* m68k-tdep.c (_initialize_m68k_tdep): New function.
|
|
|
|
|
* m88k-tdep.c (_initialize_m88k_tdep): New function.
|
|
|
|
|
* mips-tdep.c (gdb_print_insn_mips): New function.
|
|
|
|
|
(_initialize_mips_tdep): Set tm_print_insn.
|
|
|
|
|
* pyr-tdep.c (pyr_print_insn): New function, was print_insn
|
|
|
|
|
in pyr-pinsn.c.
|
|
|
|
|
* rs6000-tdep.c (_initialize_rs6000_tdep): New function.
|
|
|
|
|
* sh-tdep.c (print_insn): Remove.
|
|
|
|
|
(gdb_print_insn_sh): New function.
|
|
|
|
|
(_initialize_sh_tdep): Set tm_print_insn.
|
|
|
|
|
* sparc-tdep.c (_initialize_sparc_tdep): New function.
|
|
|
|
|
* w65-tdep.c (print_insn): Remove.
|
|
|
|
|
(_initialize_w65_tdep): New function.
|
|
|
|
|
* z8k-tdep.c (print_insn): Remove.
|
|
|
|
|
(gdb_print_insn_z8k): New function.
|
|
|
|
|
(_initialize_z8k_tdep): Set tm_print_insn.
|
|
|
|
|
* printcmd.c (print_insn): New function, generic disassembler.
|
|
|
|
|
* config/*/*.mt (TDEPFILES): Remove refs to *-pinsn.o.
|
|
|
|
|
|
1995-01-17 00:56:41 +01:00
|
|
|
|
Mon Jan 16 15:43:29 1995 Kung Hsu <kung@mexican.cygnus.com>
|
|
|
|
|
|
|
|
|
|
* Makefile.in: add new files remote-vx29k.c, config/a29k/tm-vx29k.h,
|
|
|
|
|
and config/a29k/vx29k.mt.
|
|
|
|
|
* configure.in: add new configuration a29k-*-vxworks.
|
|
|
|
|
* remote-vx29k.c: new file merged from WRS.
|
|
|
|
|
* remote-vx.c: merge changes from WRS.
|
|
|
|
|
* config/a29k/vx29k.mt: new file for new configuration.
|
|
|
|
|
* config/a29k/tm-vx29k.h: new header file for newconfiguration.
|
|
|
|
|
|
Sun Jan 15 14:36:19 1995 Steve Chamberlain <sac@splat>
* breakpoint.h (disable_breakpoint, enable_breakpoint):
New declarations.
(enum bpdisp): Change name of 'delete' member to 'del'.
(struct bpstat): Changed name to 'bpstats'.
* breakpoint.c (disable_breakpoint, enable_breakpoint,
breakpoint_chain): Made globally visible.
(bpstat_stop_status): Use new name for bpstat.
(break_command_1, watch_command_1, catch_command_1,
breakpoint_auto_delete, denable_delete_breakpoint): Use 'del'
instead of 'delete'.
(set_breakpoint_sal): New function.
* defs.h (registers_changed_hook): New declaration.
* infcmd.c (run_stack_dummy): 'delete' is now 'del'.
* inflow.c (new_tty): Treat WIN32 in same way as __GO32__
* main.c (main): Don't scan options when in WIN32 and exit
without entering main loop.
* m2-exp.y (m2_elx): Member 'class' is now 'aclass'.
* symtab.h (struct symbol, struct partial_symbol): Changed name of
member 'class' to 'aclass'.
(SYMBOL_CLASS, PSYMBOL_CLASS): Reflect change.
* top.c (registers_changed_hook): New definition.
* utils.c (quit, notice_quit, initialize_utils): Treate WIN32
in same way as __GO32__.
* value.h (c_typedef_print): Rename 'new' argument.
1995-01-16 00:17:43 +01:00
|
|
|
|
Sun Jan 15 14:36:19 1995 Steve Chamberlain <sac@splat>
|
|
|
|
|
|
|
|
|
|
* breakpoint.h (disable_breakpoint, enable_breakpoint):
|
|
|
|
|
New declarations.
|
|
|
|
|
(enum bpdisp): Change name of 'delete' member to 'del'.
|
|
|
|
|
(struct bpstat): Changed name to 'bpstats'.
|
|
|
|
|
* breakpoint.c (disable_breakpoint, enable_breakpoint,
|
|
|
|
|
breakpoint_chain): Made globally visible.
|
|
|
|
|
(bpstat_stop_status): Use new name for bpstat.
|
|
|
|
|
(break_command_1, watch_command_1, catch_command_1,
|
|
|
|
|
breakpoint_auto_delete, denable_delete_breakpoint): Use 'del'
|
|
|
|
|
instead of 'delete'.
|
|
|
|
|
(set_breakpoint_sal): New function.
|
|
|
|
|
* defs.h (registers_changed_hook): New declaration.
|
|
|
|
|
* infcmd.c (run_stack_dummy): 'delete' is now 'del'.
|
|
|
|
|
* inflow.c (new_tty): Treat WIN32 in same way as __GO32__
|
|
|
|
|
* main.c (main): Don't scan options when in WIN32 and exit
|
|
|
|
|
without entering main loop.
|
|
|
|
|
* m2-exp.y (m2_elx): Member 'class' is now 'aclass'.
|
|
|
|
|
* symtab.h (struct symbol, struct partial_symbol): Changed name of
|
|
|
|
|
member 'class' to 'aclass'.
|
|
|
|
|
(SYMBOL_CLASS, PSYMBOL_CLASS): Reflect change.
|
|
|
|
|
* top.c (registers_changed_hook): New definition.
|
|
|
|
|
* utils.c (quit, notice_quit, initialize_utils): Treate WIN32
|
|
|
|
|
in same way as __GO32__.
|
|
|
|
|
* value.h (c_typedef_print): Rename 'new' argument.
|
|
|
|
|
|
1995-01-16 02:29:48 +01:00
|
|
|
|
* w65-tdep.c, config/tm-w65.h, config/w65.mt: New files.
|
|
|
|
|
* configure.in: Suppprt for w65,
|
|
|
|
|
|
|
|
|
|
|
1995-01-14 17:48:03 +01:00
|
|
|
|
Sat Jan 14 11:18:11 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
|
|
|
|
|
|
1995-01-14 19:07:48 +01:00
|
|
|
|
* infcmd.c (signal_command): For "signal 0", pass (CORE_ADDR)-1,
|
|
|
|
|
not stop_pc, to proceed.
|
|
|
|
|
|
1995-01-14 17:48:03 +01:00
|
|
|
|
* eval.c (evaluate_subexp): Clear expect_type except for C++ and CHILL.
|
|
|
|
|
|
1995-01-13 23:55:37 +01:00
|
|
|
|
Fri Jan 13 17:52:57 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
|
|
|
|
|
|
|
|
|
|
* infcmd.c (signal_command): Accept "signal 0"; the change to not
|
|
|
|
|
accept it was accidental. "handle 0" and "info signal 0" remain
|
|
|
|
|
illegal, though.
|
|
|
|
|
|
1995-01-14 00:31:57 +01:00
|
|
|
|
Fri Jan 13 15:19:01 1995 Stan Shebs <shebs@andros.cygnus.com>
|
|
|
|
|
|
|
|
|
|
* Makefile.in (all): Don't make libgdb-files.
|
|
|
|
|
(libgdb): New action, makes libgdb-files.
|
|
|
|
|
|
1995-01-13 07:24:23 +01:00
|
|
|
|
Thu Jan 12 21:23:25 1995 Per Bothner <bothner@kalessin.cygnus.com>
|
|
|
|
|
|
|
|
|
|
* stabsread.c (read_enum_type): When pending enum symbols are
|
|
|
|
|
put into the enum type, they must be inserted in "backwards
|
|
|
|
|
order, in case we've overflowed a struct pending buffer.
|
|
|
|
|
|
1995-01-14 00:31:57 +01:00
|
|
|
|
start-sanitize-gdbtk
|
1995-01-13 00:10:48 +01:00
|
|
|
|
Thu Jan 12 15:02:40 1995 Stu Grossman (grossman@cygnus.com)
|
|
|
|
|
|
1995-01-14 00:31:57 +01:00
|
|
|
|
* gdbtk.c, gdbtk.tcl: Update/add copyright.
|
1995-01-13 00:10:48 +01:00
|
|
|
|
* gdbtk.tcl (build_framework): Several fixes for filespec widget,
|
|
|
|
|
including dismiss button, and better error handling.
|
|
|
|
|
* (create_command_win): Bind button 2 to retrieve selection.
|
1995-01-14 00:31:57 +01:00
|
|
|
|
end-sanitize-gdbtk
|
1995-01-13 00:10:48 +01:00
|
|
|
|
|
* README: Add note about SPARCworks cc release 3.0 and higher.
Add procfs support for Alpha OSF/1-2.x.
* config/alpha/nm-osf.h: Renamed from nm-alpha.h, generic
OSF/1 native support.
* config/alpha/alpha-osf1.mh (NAT_FILE): Changed accordingly.
(MUNCH_DEFINE): Removed.
* config/alpha/alpha-osf2.mh, config/alpha/nm-osf2.h: New files
for procfs support.
* configure.in (alpha-dec-osf*): Use alpha-osf2.mh for OSF/1
release 2.x and higher, else alpha-osf1.mh, as the procfs support
in release 1.x is incomplete.
* Makefile.in (ALLCONFIG): Add config/alpha/alpha-osf2.mh.
* alpha-nat.c (supply_gregset, fill_gregset, supply_fpgregset,
fill_fpgregset): New routines for procfs support.
* inftarg.c (_initialize_inftarg): Don't add ptrace support
if we have an optional procfs and /proc is accessible.
* procfs.c: Include sys/fault.h and sys/syscall.h before
including sys/procfs.h.
(unconditionally_kill_inferior): If PROCFS_NEED_PIOCSSIG_FOR_KILL
is defined, additionally perform a PIOCSSIG to really terminate
the inferior.
(create_procinfo): Always return a result.
(create_procinfo, do_attach): Don't trace T_IFAULT faults if
PROCFS_DONT_TRACE_IFAULT is defined.
(procfs_init_inferior): Use START_INFERIOR_TRAPS_EXPECTED as
argument to startup_inferior if it is defined.
(proc_set_exec_trap): If PIOCSSPCACT is defined, use it instead
of tracing exits from exec system calls. Needed for the user level
loader under Alpha OSF/1.
(do_detach): Clear any pending signal if we want to detach from
a process without a signal.
(set_proc_siginfo): If PROCFS_DONT_PIOCSSIG_CURSIG is defined,
don't issue a PIOCSSIG if pr_cursig already contains the signal we
intend to set.
(info_proc_signals): If PROCFS_SIGPEND_OFFSET is defined, the
pending signals are numbered from 1 instead of 0.
(info_proc_mappings): Increase size of output format for addresses
if BFD_HOST_64_BIT is defined.
(procfs_stop): Renamed from child_stop.
(_initialize_procfs): Don't add procfs support if we have an
optional procfs and /proc is not accessible.
1995-01-12 19:12:04 +01:00
|
|
|
|
Thu Jan 12 09:33:24 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
|
|
|
|
|
|
|
|
|
|
* README: Add note about SPARCworks cc release 3.0 and higher.
|
|
|
|
|
|
|
|
|
|
Add procfs support for Alpha OSF/1-2.x.
|
|
|
|
|
* config/alpha/nm-osf.h: Renamed from nm-alpha.h, generic
|
|
|
|
|
OSF/1 native support.
|
|
|
|
|
* config/alpha/alpha-osf1.mh (NAT_FILE): Changed accordingly.
|
|
|
|
|
(MUNCH_DEFINE): Removed.
|
|
|
|
|
* config/alpha/alpha-osf2.mh, config/alpha/nm-osf2.h: New files
|
|
|
|
|
for procfs support.
|
|
|
|
|
* configure.in (alpha-dec-osf*): Use alpha-osf2.mh for OSF/1
|
|
|
|
|
release 2.x and higher, else alpha-osf1.mh, as the procfs support
|
|
|
|
|
in release 1.x is incomplete.
|
|
|
|
|
* Makefile.in (ALLCONFIG): Add config/alpha/alpha-osf2.mh.
|
|
|
|
|
* alpha-nat.c (supply_gregset, fill_gregset, supply_fpgregset,
|
|
|
|
|
fill_fpgregset): New routines for procfs support.
|
|
|
|
|
* inftarg.c (_initialize_inftarg): Don't add ptrace support
|
|
|
|
|
if we have an optional procfs and /proc is accessible.
|
|
|
|
|
* procfs.c: Include sys/fault.h and sys/syscall.h before
|
|
|
|
|
including sys/procfs.h.
|
|
|
|
|
(unconditionally_kill_inferior): If PROCFS_NEED_PIOCSSIG_FOR_KILL
|
|
|
|
|
is defined, additionally perform a PIOCSSIG to really terminate
|
|
|
|
|
the inferior.
|
|
|
|
|
(create_procinfo): Always return a result.
|
|
|
|
|
(create_procinfo, do_attach): Don't trace T_IFAULT faults if
|
|
|
|
|
PROCFS_DONT_TRACE_IFAULT is defined.
|
|
|
|
|
(procfs_init_inferior): Use START_INFERIOR_TRAPS_EXPECTED as
|
|
|
|
|
argument to startup_inferior if it is defined.
|
|
|
|
|
(proc_set_exec_trap): If PIOCSSPCACT is defined, use it instead
|
|
|
|
|
of tracing exits from exec system calls. Needed for the user level
|
|
|
|
|
loader under Alpha OSF/1.
|
|
|
|
|
(do_detach): Clear any pending signal if we want to detach from
|
|
|
|
|
a process without a signal.
|
|
|
|
|
(set_proc_siginfo): If PROCFS_DONT_PIOCSSIG_CURSIG is defined,
|
|
|
|
|
don't issue a PIOCSSIG if pr_cursig already contains the signal we
|
|
|
|
|
intend to set.
|
|
|
|
|
(info_proc_signals): If PROCFS_SIGPEND_OFFSET is defined, the
|
|
|
|
|
pending signals are numbered from 1 instead of 0.
|
|
|
|
|
(info_proc_mappings): Increase size of output format for addresses
|
|
|
|
|
if BFD_HOST_64_BIT is defined.
|
|
|
|
|
(procfs_stop): Renamed from child_stop.
|
|
|
|
|
(_initialize_procfs): Don't add procfs support if we have an
|
|
|
|
|
optional procfs and /proc is not accessible.
|
|
|
|
|
|
1995-01-14 00:31:57 +01:00
|
|
|
|
start-sanitize-gdbtk
|
1995-01-12 02:09:34 +01:00
|
|
|
|
Wed Jan 11 17:06:55 1995 Stu Grossman (grossman@cygnus.com)
|
|
|
|
|
|
1995-01-12 03:10:05 +01:00
|
|
|
|
* gdbtk.tcl: Add button to control mixed source disassembly.
|
1995-01-14 00:31:57 +01:00
|
|
|
|
Use text widgets in expr window. The give me more control over
|
1995-01-12 03:10:05 +01:00
|
|
|
|
layout.
|
1995-01-14 00:31:57 +01:00
|
|
|
|
Add auto-updating of exprs in expression window.
|
|
|
|
|
Handle expressions out of scope a bit better.
|
|
|
|
|
Make selected window pop up to the top when invoked via the
|
1995-01-12 03:10:05 +01:00
|
|
|
|
menubar.
|
1995-01-14 00:31:57 +01:00
|
|
|
|
Make copyright message have raised relief.
|
1995-01-12 03:10:05 +01:00
|
|
|
|
|
1995-01-12 02:09:34 +01:00
|
|
|
|
* gdbtk.c (gdbtk_init): Improve handling for errors in gdbtk.tcl
|
|
|
|
|
during startup.
|
1995-01-14 00:31:57 +01:00
|
|
|
|
end-sanitize-gdbtk
|
1995-01-12 02:09:34 +01:00
|
|
|
|
|
1995-01-12 01:56:53 +01:00
|
|
|
|
Wed Jan 11 17:53:26 1995 Rob Savoye <rob@darkstar.cygnus.com>
|
|
|
|
|
|
|
|
|
|
* array-rom.c: Add support for most commands.
|
|
|
|
|
|
|
|
|
|
* monitor.c: Add GDB remote protocol for the hybrid environment on
|
|
|
|
|
the Array board.
|
|
|
|
|
|
1995-01-11 18:48:06 +01:00
|
|
|
|
Wed Jan 11 00:44:01 1995 Jeff Law (law@snake.cs.utah.edu)
|
|
|
|
|
|
|
|
|
|
* command.c (show_user_1): Use print_command_line to show a user
|
|
|
|
|
defined command (including control structures).
|
|
|
|
|
|
|
|
|
|
* top.c (init_main): Change documentation for user defined
|
|
|
|
|
commands to indicate they may accept up to ten arguments.
|
|
|
|
|
|
1995-01-10 22:24:34 +01:00
|
|
|
|
Tue Jan 10 16:22:41 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
|
|
|
|
|
|
|
|
|
|
* mips-tdep.c (mips_skip_prologue): Accept or as well as addu for
|
|
|
|
|
`move $s8, $sp' instruction.
|
|
|
|
|
|
1995-01-08 23:13:21 +01:00
|
|
|
|
Sun Jan 8 12:45:34 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
|
|
|
|
|
|
|
|
|
|
* target.c, target.h (target_signal_from_command): New function.
|
|
|
|
|
* infrun.c (handle_command, signals_info), infcmd.c
|
|
|
|
|
(signal_command): Use it.
|
|
|
|
|
* infrun.c, infcmd.c: Update docstrings for these commands.
|
|
|
|
|
|
|
|
|
|
* target.h (enum target_signal), target.c (signals), target.c
|
|
|
|
|
(target_signal_from_host, target_signal_to_host): Add
|
|
|
|
|
TARGET_SIGNAL_REALTIME_* and TARGET_SIGNAL_PRIO for lynx.
|
|
|
|
|
* config/tm-lynx.h: Define signal numbers for realtime events.
|
|
|
|
|
|
1995-01-07 16:30:58 +01:00
|
|
|
|
Sat Jan 7 07:23:53 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
|
|
|
|
|
|
|
|
|
|
* dbxread.c (process_one_symbol): Handle N_FUN symbols
|
|
|
|
|
for Sun acc 3.0 under SunOS4.
|
|
|
|
|
|
|
|
|
|
Changes to improve handling of runtime common symbols
|
|
|
|
|
under SunOS4.
|
|
|
|
|
* minsyms.c (get_symbol_leading_char): New routine to determine
|
|
|
|
|
the leading symbol character for an objfile.
|
|
|
|
|
(prim_record_minimal_symbol_and_info, install_minimal_symbols):
|
|
|
|
|
Use it.
|
|
|
|
|
* objfiles.h (rt_common_objfile): New global, points to objfile
|
|
|
|
|
containing the runtime common minimal symbols.
|
|
|
|
|
* objfiles.c (free_objfile): Mark rt_common_objfile as
|
|
|
|
|
unallocated before freeing it.
|
|
|
|
|
* solib.c (allocate_rt_common_objfile): New routine to allocate
|
|
|
|
|
an objfile for the runtime common minimal symbols.
|
|
|
|
|
(solib_add_common_symbols): Allocate an objfile for the runtime
|
|
|
|
|
common symbols if necessary and put common symbols into it.
|
|
|
|
|
Clean up code and comments.
|
|
|
|
|
(solib_add, special_symbol_handling): Cleanup comments regarding
|
|
|
|
|
runtime common symbols.
|
|
|
|
|
* stabsread.c (scan_file_globals_1): New routine, contains
|
|
|
|
|
old scan_file_globals code. Checks if there are any unresolved
|
|
|
|
|
global symbols before starting the expensive minimal symbol table
|
|
|
|
|
search.
|
|
|
|
|
(scan_file_globals): Now calls scan_file_globals_1 for the passed
|
|
|
|
|
objfile and eventually for the runtime common objfile. Complains
|
|
|
|
|
about any unresolved global symbols and removes them from the
|
|
|
|
|
global symbol chain to avoid dangling pointers into the symbol
|
|
|
|
|
table if the symbol table is reread.
|
|
|
|
|
|
1995-01-06 02:55:45 +01:00
|
|
|
|
Thu Jan 5 17:38:29 1995 Stu Grossman (grossman@cygnus.com)
|
|
|
|
|
|
1995-01-07 02:35:41 +01:00
|
|
|
|
* Makefile.in (install_only uninstall): Indent for clarity.
|
1995-01-06 02:55:45 +01:00
|
|
|
|
|
|
|
|
|
* core.c (dis_asm_read_memory): Add call to
|
|
|
|
|
dis_asm_read_memory_hook to provide alternate way for disassembler
|
|
|
|
|
to read memory.
|
|
|
|
|
|
|
|
|
|
* defs.h: Protect from multiple inclusion. Add decl for
|
|
|
|
|
dis_asm_read_memory_hook.
|
|
|
|
|
|
1995-01-07 02:35:41 +01:00
|
|
|
|
* top.c: Make window startup be the default.
|
|
|
|
|
* Add dis_asm_read_memory_hook.
|
|
|
|
|
|
|
|
|
|
start-sanitize-gdbtk
|
1995-01-06 02:55:45 +01:00
|
|
|
|
* gdbtk.c (finish_saving_output): Don't do anything if not saving
|
|
|
|
|
output.
|
|
|
|
|
* (breakpoint_notify): Don't send null filename to tcl.
|
|
|
|
|
* (gdb_eval): New tcl command to eval an expression.
|
|
|
|
|
* (gdb_disassemble): New tcl command to do disassembly. This
|
|
|
|
|
allows tcl code to choose between exec file and target memeory,
|
|
|
|
|
and can also do mixed source and assembly.
|
|
|
|
|
* (gdbtk_init): Move reading of gdbtk.tcl to the end to make sure
|
|
|
|
|
that more of the environment is set up. Also, create link between
|
|
|
|
|
gdb and tcl vars disassemble{-_}from{-_}exec.
|
|
|
|
|
|
|
|
|
|
* gdbtk.tcl: New expression window support.
|
|
|
|
|
* Make assembly window be 80 columns wide.
|
|
|
|
|
* Use new disassembly method. Add menu items to select
|
|
|
|
|
disassembly from exec file or target.
|
|
|
|
|
* Change View menubar item to Options.
|
|
|
|
|
|
|
|
|
|
* Get rid of Stack, Breakpoints, Signals, and Variables Windows,
|
|
|
|
|
since they don't exist yet.
|
|
|
|
|
|
|
|
|
|
* Pop up a copyright window on startup.
|
1995-01-07 02:35:41 +01:00
|
|
|
|
end-sanitize-gdbtk
|
1995-01-06 02:55:45 +01:00
|
|
|
|
|
1995-01-05 09:18:13 +01:00
|
|
|
|
Thu Jan 5 01:16:40 1995 Jeff Law (law@snake.cs.utah.edu)
|
|
|
|
|
|
|
|
|
|
* stabsread.c (define_symbol): Handle `a' symbol type used for
|
|
|
|
|
reference parameter passed in a register.
|
|
|
|
|
|
1995-01-05 04:58:18 +01:00
|
|
|
|
start-sanitize-gdbtk
|
|
|
|
|
Wed Jan 4 19:49:10 1995 Stan Shebs <shebs@andros.cygnus.com>
|
|
|
|
|
|
|
|
|
|
* gdbtk.tcl (build_framework): Add standard commands menu, more
|
|
|
|
|
windows to standard windows menu.
|
|
|
|
|
(not_implemented_yet): Clarify message.
|
|
|
|
|
end-sanitize-gdbtk
|
|
|
|
|
|
1995-01-04 21:31:40 +01:00
|
|
|
|
Wed Jan 4 12:27:29 1995 Kung Hsu <kung@mexican.cygnus.com>
|
|
|
|
|
|
1995-01-05 01:49:29 +01:00
|
|
|
|
* defs.h: move include tm.h up, so that the type LONGEST can
|
|
|
|
|
also based on the target requirement to determine. In this case
|
|
|
|
|
target mips64.
|
|
|
|
|
|
1995-01-04 21:31:40 +01:00
|
|
|
|
* remote-os9k.c (rombug_open): catch exception e in rombug.
|
|
|
|
|
* remote-os9k.c (rombug_wait): print message before register display
|
|
|
|
|
from rombug.
|
|
|
|
|
|
1995-01-04 18:46:40 +01:00
|
|
|
|
Wed Jan 4 09:18:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
|
|
|
|
|
|
|
|
|
|
* top.c (locate_arg): Call strchr not index.
|
|
|
|
|
|
1995-01-04 02:04:15 +01:00
|
|
|
|
Tue Jan 3 16:52:03 1995 Per Bothner <bothner@kalessin.cygnus.com>
|
|
|
|
|
|
1995-01-04 02:07:15 +01:00
|
|
|
|
* ch-exp.y (literal): Recognize NULL.
|
|
|
|
|
(tuple): Parse simple unlabelled tuples.
|
|
|
|
|
* eval.c (evaluate_subexp case OP_ARRAY): Use expect_type to
|
|
|
|
|
evaluate brace-initializer-expressions depending on context.
|
|
|
|
|
(evaluate_subexp case UNOP_CAST): Pass the target type as
|
|
|
|
|
expected type when evaluating the expression.
|
|
|
|
|
|
1995-01-04 02:04:15 +01:00
|
|
|
|
* ch-typeprint.c (chill_type_print_base): Get names of PTR and
|
|
|
|
|
BOOL from TYPE_NAME.
|
|
|
|
|
* ch-valprint.c (chill_print_type_scalar): New function, to handle
|
|
|
|
|
TYPE_CODE_RANGE better than print_type_scalar does.
|
|
|
|
|
(chill_val_print_array_elements): Use above new function.
|
|
|
|
|
|
1995-01-03 00:45:38 +01:00
|
|
|
|
Mon Jan 2 15:02:51 1995 Stan Shebs <shebs@andros.cygnus.com>
|
|
|
|
|
|
|
|
|
|
* remote-udi.c (udi_load): Tell symbol_file_add that the
|
|
|
|
|
program being loaded is the main program.
|
1994-12-31 03:06:11 +01:00
|
|
|
|
|
1995-01-02 22:27:44 +01:00
|
|
|
|
For older changes see ChangeLog-94
|
1991-03-28 17:26:26 +01:00
|
|
|
|
|
|
|
|
|
Local Variables:
|
|
|
|
|
mode: indented-text
|
|
|
|
|
left-margin: 8
|
|
|
|
|
fill-column: 74
|
|
|
|
|
version-control: never
|
|
|
|
|
End:
|