summaryrefslogtreecommitdiffstats
path: root/gdb/tm-h8300.h
Commit message (Collapse)AuthorAgeFilesLines
* * nm-*, xm-*, tm-*: All native, host, and target files, whichFred Fish1993-03-231-305/+0
| | | | | | | | | get linked to nm.h, xm.h, and tm.h respectively by configure, moved to appropriate config/<cpu> subdirectory. * nm-sysv4.h, xm-sysv4.h, tm-sysv4.h, tm-sunos.h, nm-trash.h: Native, host, and target files that are common across more than one cpu architecture and included by one of the configured native, host, or target files, get moved to config directory.
* Remove remnants of NAMES_HAVE_UNDERSCORE.John Gilmore1993-02-251-4/+1
|
* * h8300-tdep.c, tm-h8300.h: turn off some experimental featuresSteve Chamberlain1993-02-121-3/+9
|
* checkpointSteve Chamberlain1993-01-181-3/+4
|
* * remote-sim.c: first attempt at general simulator interfaceSteve Chamberlain1993-01-031-10/+4
| | | | | | | * remote-hms.c: whitespace * h8300-tdep.c: (h8300_skip_prologue, examine_prologue): understand new stack layout. (print_register_hook): print ccr register in a fancy way.
* Changes to support GDB running on DOS using GO32 and H8 supportSteve Chamberlain1992-05-131-2/+4
| | | | | | | | | | | | | | | | | | | | | * defs.h: if xm.h doesn't define FOPEN_RB, include "fopen-same.h", allowing hosts with different text and binary file formats to work. * coffread.c (read_coff_symtab): changed calling convention and operation - now it opens its own file with FOPEN_RB rather than duping and fdopening the provided handle. * dbxread.c, cplus-dem.c: #include mangling. * exec.c: If O_BINARY isn't defined, set it to 0, call openp for binary files oring in the right bit. * utils.c, terminal.h, inflow.c: hackery because dos doesn't have terminals. * remote-hms.c: cleanup to use the new remote serial stuff * serial.h, ser-termios.c, ser-go32.c: newfiles to provide host independent remote terminal I/O. * remote.c: if DONT_USE_REMOTE is defined, then don't use it. * source.c (openp): fix off by one problem removing / - can now open a source file in the root directory with DOS. * values.c (value_as_pointer): remove bogus address bits from long. (unpack_long): unpack into unsigned long/short if pointer.
* Many changes, most related to creating entry point information on a per-objfileFred Fish1992-03-211-9/+2
| | | | | | 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.
* * gdbtypes.c (lookup_pointer_type): initialize the TYPE_LENGTH ofSteve Chamberlain1992-03-031-1/+7
| | | | | | | | a ptype to reflect the setting of TARGET_PTR_BIT. Set the TYPE_FLAGS of a ptype to TYPE_FLAG_UNSIGNED. * tm-h8300.h, h8300-tdep.c, remote-hms.c: personal checkpoint * printcmd.c (print_address): if ADDR_BITS_REMOVE is defined, use it before printing out the hex shape of an address.
* * coffread.c (read_enum_type): Use the size of a target int whenSteve Chamberlain1992-02-061-20/+57
| | | | | | | | | | | describing enum. * defs.h: added new #define for TARGET_PTR_BIT, defaults to size of target int. * h8300-tdep.c, remote-hms.c, tm-h8300.h: too many changes to count * symtab.c (lookup_reference_type, lookup_ptr_type): use TARGET_PTR_BIT to determine size of a pointer * values.c (unpack_long): when unpacking a REF or a PTR don't assume the size of the type.
* Development checkpointSteve Chamberlain1992-01-281-14/+16
|
* One step closer.Steve Chamberlain1992-01-241-1/+4
|
* Stubs to get things goingSteve Chamberlain1992-01-161-0/+264
OpenPOWER on IntegriCloud