aboutsummaryrefslogtreecommitdiff
path: root/sim/common/sim-watch.c
AgeCommit message (Collapse)AuthorFilesLines
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz1-1/+1
2007-08-24 Switch the license of all files explicitly copyright the FSFJoel Brobecker1-5/+4
to GPLv3.
2007-01-09Copyright updates for 2007.Daniel Jacobowitz1-1/+1
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+458
1999-04-16Initial creation of sourceware repositoryStan Shebs1-463/+0
1997-09-10o Wordwrap usage messages from sim-optionsAndrew Cagney1-9/+34
o Clarify how to use alias options o use in sim-watch (better usage message) o Don't pass something on the stack into the watch-point interrupt hander.
1997-09-05Redo watchpoint code so that it target can specify interrupt names.Andrew Cagney1-198/+327
Replace v850 interrupt code with this common watchpoint code. Other minor fixes to core.
1997-09-04o Add modulo argument to sim_core_attachAndrew Cagney1-13/+27
o Add sim-memopt module - memory option processing.
1997-05-21Watchpoint interface.Andrew Cagney1-0/+295