import gdb-1999-12-06 snapshot
This commit is contained in:
parent
1e37c28164
commit
c2d11a7da0
115 changed files with 19925 additions and 1063 deletions
|
@ -48,4 +48,8 @@ int dcache_xfer_memory PARAMS ((DCACHE * cache, CORE_ADDR mem, char *my, int len
|
|||
|
||||
/* Write the bytes at ADDR into the data cache and the remote machine. */
|
||||
int dcache_poke_block PARAMS ((DCACHE * cache, CORE_ADDR mem, char *my, int len));
|
||||
|
||||
/* Turn dcache state on or off */
|
||||
void set_dcache_state (int);
|
||||
|
||||
#endif /* DCACHE_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue