diff options
author | Stu Grossman <grossman@cygnus> | 1997-09-25 00:51:17 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1997-09-25 00:51:17 +0000 |
commit | b9d580a4b05c1cb882a9fbcf11ffd3baa16b291f (patch) | |
tree | abd39a491678192e26868e117bdf59752edf86a3 /sim/common/.Sanitize | |
parent | f849a33ee3b1d189e42ea8d10e8a4f7ee6ffbfa4 (diff) | |
download | gdb-b9d580a4b05c1cb882a9fbcf11ffd3baa16b291f.zip gdb-b9d580a4b05c1cb882a9fbcf11ffd3baa16b291f.tar.gz gdb-b9d580a4b05c1cb882a9fbcf11ffd3baa16b291f.tar.bz2 |
* Make-common.in: New files sim-break.c, sim-break.h.
* sim-base.h: Add point to breakpoint list to sim_state_base.
* sim-break.c sim-break.h: New modules that implement intrinsic
breakpoint support.
* sim-module.c: Add breakpoint module.
Diffstat (limited to 'sim/common/.Sanitize')
-rw-r--r-- | sim/common/.Sanitize | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sim/common/.Sanitize b/sim/common/.Sanitize index bd1065b..7dd8777 100644 --- a/sim/common/.Sanitize +++ b/sim/common/.Sanitize @@ -53,6 +53,8 @@ sim-base.h sim-basics.h sim-bits.c sim-bits.h +sim-break.c +sim-break.h sim-config.c sim-config.h sim-core.c |