aboutsummaryrefslogtreecommitdiff
path: root/sim/common/sim-utils.h
AgeCommit message (Collapse)AuthorFilesLines
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+90
1999-04-16Initial creation of sourceware repositoryStan Shebs1-71/+0
1997-09-04Finish implementation of sim-memopt.Andrew Cagney1-0/+1
Use in d30v and tic80. Make available a generic sim_read, sim_write implementation.
1997-09-03Add support for suspending/resumeing the simulator in sim-modules.Andrew Cagney1-1/+3
Use in sim-events.
1997-09-03Stanify error reporting memory overlaps.Andrew Cagney1-2/+0
1997-08-27Add ABFD argument to sim_create_inferior. Document.Andrew Cagney1-0/+70
Add file sim-hload.c - generic load for hardware only simulators. Review each simulators sim_open, sim_load, sim_create_inferior so that they more closely match required behavour.