summaryrefslogtreecommitdiff
path: root/gdb/tm-pyr.h
Commit message (Collapse)AuthorAgeFilesLines
* Many changes, most related to creating entry point information on a per-objfileFred Fish1992-03-211-7/+1
| | | | | | basis. See comments in objfiles.h and details in ChangeLog. Also remove redundant definitions of FRAME_CHAIN_VALID from most of the tm-* files and use a default definition in frame.h.
* Remove tdesc stuff. Remove FRAME_CHAIN_COMBINE from all tm-*.h files,John Gilmore1991-11-181-7/+1
| | | | since it was always defined exactly the same in all of them.
* * tm-*.h: Remove READ_DBX_FORMAT, COFF_FORMAT, andJohn Gilmore1991-11-071-6/+2
| | | | | | | READ_MIPS_FORMAT, which have been unused since BFD. Still remaining is COFF_NO_LONG_FILE_NAMES. * tm-sun3.h, tm-altos.h: Remove detritus accidentally left from function calling code moved to m68k-tdep.c.
* * blockframe.c: Pass fromleaf to INIT_EXTRA_FRAME_INFO.John Gilmore1991-10-271-1/+1
| | | | | * tm-29k.h, tm-88k.h, tm-i960.h, tm-irix3.h, tm-mips.h, tm-pyr.h, tm-sparc.h: Accept fromleaf parameter.
* Minor bug fixes from BSD Net2 gdb:John Gilmore1991-08-191-1/+1
| | | | | | | | | | | | | | | | * blockframe.c (get_prev_frame_info): If FRAME_CHAIN_COMBINE returns 0, there is no previous frame. * breakpoint.c (commands_command): If !from_tty, don't call input_from_terminal_p(). * dbxread.c (record_misc_function): Speed up slightly. (compare_psymbols): Ditto. * infcmd.c (do_registers_info): Take a second argument to determine whether to print float registers. "info registers" does not do so anymore. "info all-registers" does, now. * mips-tdep.c, pyr-tdep.c (xxx_do_registers_info): Take second arg and ignore it. * tm-mips.h, tm-pyr.h (DO_REGISTERS_INFO): Pass second arg. * inflow.c (initialize_inflow): Set tflags_ours correctly.
* Change GDB over to GNU General Public License version 2.John Gilmore1991-06-041-6/+6
|
* Johns releaseK. Richard Pixley1991-03-281-0/+530