Jim Kingdon
28d14fd878
* mipsread.c (cross_ref): Set the name to unknown for "struct *" case.
...
Patch from ptf@delcam.co.uk (Paul Flinders).
1993-07-09 18:40:26 +00:00
Jim Kingdon
4d50f90ab8
* a29k-tdep.c, findvar.c (get_saved_register): Fix byteswapping sins.
1993-07-09 18:33:23 +00:00
Peter Schauer
3ae135ab3b
* gdb.t00/help.exp: Increase expect input buffer size.
1993-07-09 16:54:31 +00:00
Peter Schauer
7311533336
* gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
1993-07-09 16:53:30 +00:00
Peter Schauer
2fcdae93aa
* defs.h, remote-eb.c (TM_FILE_OVERRIDE): Remove it.
...
* mips-tdep.c (init_extra_frame_info): Set proper fci->frame if pc
is at the start of the dummy code.
1993-07-09 16:50:43 +00:00
Jim Kingdon
075aa449df
* gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
...
* gdb.t07/watchpoint.exp: Add xfail for hppa.
1993-07-09 03:55:06 +00:00
Jim Kingdon
dd99f8e4b2
* sparc-tdep.c (sparc_push_dummy_frame): Skip all the do_save_insn
...
stuff, just write the sp and fp.
(sparc_pop_frame): Skip the do_restore_insn; we already restore
the sp with the other out registers.
1993-07-09 03:53:46 +00:00
Jim Kingdon
5632cd5692
minor comment fix
1993-07-09 02:23:19 +00:00
Stu Grossman
4b9583def3
test of branches. please ignore.
1993-07-08 23:36:48 +00:00
Jim Kingdon
1af6f16c65
* gdb.t07/watchpoint.exp: Add xfail for hppa.
1993-07-08 23:08:05 +00:00
Jim Kingdon
558f4183fb
* hppa-tdep.c (hppa_push_arguments): Allocate enough space for
...
arguments.
1993-07-08 20:06:19 +00:00
Jim Kingdon
270532f9a4
* gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
1993-07-08 19:58:22 +00:00
Jim Kingdon
47976ba770
* hppa-tdep.c: Change _initialize_hppab_tdep to _initialize_hppa_tdep.
1993-07-08 19:53:05 +00:00
Mark Eichin
360ea8c517
fix the declaration of run_stack_dummy, as well.
1993-07-08 19:51:04 +00:00
Jim Kingdon
73553c44e7
Revision to this change--use ->next != NULL, not just ->next, when
...
passing an integer argument to find_pc_line.
* frame.h, blockframe.c, stack.c, a29k-tdep.c,
config/gould/tmp-{pn,np1}.h,
config/{sparc/tm-sparc.h,pyr/tm-pyr.h,vax/tm-vax.h}: Remove field
next_frame from struct frame_info. It has no purpose beyond
->next->frame and is an artifact from GDB 2.8.
1993-07-08 19:32:03 +00:00
Jim Kingdon
be7f754982
* gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
...
[0-9]*, not just [0-9].
1993-07-08 19:29:53 +00:00
Jim Kingdon
6de931d2a9
Add filename which dje forgot to include
1993-07-08 17:40:31 +00:00
David Edelsohn
882e8c1583
(REGISTER_CONVERT_TO_VIRTUAL): Use REGISTER_RAW_SIZE to determine bytes to copy.
...
(REGISTER_CONVERT_TO_RAW): Ditto.
1993-07-08 16:01:52 +00:00
David Edelsohn
bc4937f37c
h8/300h stuff.
1993-07-08 15:55:48 +00:00
David Edelsohn
ad8aefa5f6
(REGISTER_TYPES): Adjust for h8/300h.
...
(REGISTER_RAW_SIZE): Ditto
(REGISTER_VIRTUAL_TYPE): Use builtin_type_unsigned_long for regs on the h8/300h
(ints may still be 16 bits).
(EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, EXTRACT_STRUCT_VALUE_ADDRESS):
Add FIXME's for h8/300h. Some thought needed here.
1993-07-08 15:53:13 +00:00
David Edelsohn
6ac063909f
(sparc_frame_chain): Handle sizeof (CORE_ADDR) != sizeof (REGISTER_TYPE).
...
(frame_saved_pc): Ditto.
1993-07-08 15:47:41 +00:00
David Edelsohn
d0414a1127
* h8300-tdep.c (print_insn): Call print_insn_h8300h if h8/300h.
...
(examine_prologue): reg_save_depth is 4 if h8/300h.
1993-07-08 15:32:38 +00:00
David Edelsohn
be47465751
* findvar.c (read_register): Provide some support for 64 bit regs.
...
(write_register): Ditto.
1993-07-08 15:27:23 +00:00
Jim Kingdon
3206db6299
* config/mips/nm-riscos.h: machine/machparam.h is always the right
...
place to look for BSD43_NBPG, not machine/vmparam.h
1993-07-08 03:58:39 +00:00
Jim Kingdon
e7ff735c89
Fix a place in mipsread.c where I missed using tag_name; revision to
...
the following change.
Thu Jul 1 09:51:27 1993 Jim Kingdon (kingdon@cygnus.com )
* gdbtypes.h (struct type): Add field tag_name.
* gdbtypes.c (type_name_no_tag), c-typeprint.c (c_type_print_base):
Use it.
* {coff,dwarf,mips,stabs}read.c: Set it.
1993-07-08 03:34:04 +00:00
Jim Kingdon
5402346525
* infcmd.c (run_stack_dummy): New argument name.
...
Change error message in (another) attempt to make it comprehensible.
* valops.c (call_function_by_hand): Pass name to run_stack_dummy.
* symtab.h: Declare demangle and asm_demangle since macros use them.
1993-07-08 03:32:00 +00:00
David Edelsohn
cb747ec55b
Initial versions of sparc64 port.
...
Some stuff can be removed when sparc-tdep.c is upgraded.
1993-07-08 03:19:46 +00:00
David Edelsohn
a94019bcc1
Initial versions of port to sparc64 simulators.
1993-07-08 03:08:49 +00:00
Jim Kingdon
e860d210f4
* eval.c (evaluate_subexp): Add comment about calling a member
...
function of a variable in a register.
1993-07-08 02:04:57 +00:00
Jim Kingdon
d3dd680054
* expression.h: Clean up comment about string in STRUCT_STRUCT etc.
1993-07-07 23:56:30 +00:00
Jim Kingdon
a40a456f20
misc fixes to .Sanitize files
1993-07-07 23:34:50 +00:00
Jim Kingdon
9ae07ce5d0
* gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
1993-07-07 23:26:44 +00:00
Jim Kingdon
f2dee08e88
* gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
1993-07-07 22:55:16 +00:00
Jim Kingdon
23a8e2915c
* frame.h, blockframe.c, stack.c, a29k-tdep.c,
...
config/gould/tmp-{pn,np1}.h,
config/{sparc/tm-sparc.h,pyr/tm-pyr.h,vax/tm-vax.h}: Remove field
next_frame from struct frame_info. It has no purpose beyond
->next->frame and is an artifact from GDB 2.8.
1993-07-07 20:29:56 +00:00
Jim Kingdon
b4c2267b03
gdbtypes.h: Fix comments regarding the following change:
...
Thu Jul 1 09:51:27 1993 Jim Kingdon (kingdon@cygnus.com )
* gdbtypes.h (struct type): Add field tag_name.
1993-07-07 18:26:03 +00:00
John Gilmore
238ffce0bf
* gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
...
removed from the code by Kingdon.
1993-07-06 19:43:06 +00:00
Jim Kingdon
afde243fa5
* gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
1993-07-06 19:04:59 +00:00
Jim Kingdon
c2153bf2ba
* Makefile.in: Remove gdb before creating a new one.
...
Update init.c atomically.
1993-07-06 18:56:48 +00:00
Jim Kingdon
958e954a58
* gdb.texinfo (Break Commands): Remove stuff about flushing terminal
...
input when evaluating breakpoint conditions; the bug has been fixed.
* gdb.texinfo (Continuing and Stepping): Argument to "continue"
sets the ignore count to N-1, not to N.
1993-07-06 17:43:51 +00:00
Jim Kingdon
de6a270409
* Makefile.in (ALLPARAM): Add config/{alpha/xm-alpha.h,pa/xm-pa.h}.
...
(ALLCONFIG): Add config/alpha/alpha-osf1.mh.
* infcmd.c (_initialize_infcmd): In docstring for "continue",
describe argument as setting ignore count.
1993-07-06 17:15:02 +00:00
Jim Kingdon
46d284c9fc
* gdb.t06/signals.c: Add xfails for sun3.
1993-07-06 05:23:10 +00:00
Jim Kingdon
306ee233ba
* gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
1993-07-06 04:05:49 +00:00
Jim Kingdon
762665e153
* gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
...
test_stepping tests.
1993-07-06 03:50:00 +00:00
Mark Eichin
86fd58bf53
solaris doesn't have siginterrupt, though it has sigaction; however,
...
in this case siginterrupt would just be setting the default. (This was
the only patch needed to make devo build solaris-x-a29kudi...)
1993-07-05 15:06:51 +00:00
David Edelsohn
b1d0b1614b
* h8300-tdep.c (examine_prologue): Fix call to read_memory_unsigned_integer.
1993-07-04 22:07:17 +00:00
Jim Kingdon
0c5af733b1
* config/mips/{x,n}m-irix{3,4}.h: Make some definitions here
...
rather than including xm-bigmips.h.
1993-07-03 00:36:35 +00:00
Jim Kingdon
1500864f5b
* eval.c (evaluate_subexp): Improve error messages for OP_TYPE and
...
default cases.
1993-07-03 00:27:47 +00:00
Jim Kingdon
fdf138bb6a
* Makefile.in (distclean): Remove y.tab.h.
1993-07-03 00:24:51 +00:00
Jim Kingdon
b2618fd85a
* gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
1993-07-02 21:56:27 +00:00
Ian Lance Taylor
e8f8e093fd
cvs core dumped and didn't check this in last time.
...
* configure.in (mipos-*-riscos*): New host and target; use riscos.
1993-07-02 21:27:13 +00:00