Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-08-18 | * MAINTAINERS: Add myself as dcache.c maintainer. | J.T. Conklin | 1 | -2/+2 | |
* remote-nindy.c (nindy_load): Invalidate dcache. * dcache.c (dcache_invd): Renamed from dcache_flush. The term flush with respect to caches usually implies that data will be written to memory. (dcache_init, dcache_xfer_memory): Updated. * monitor.c (flush_monitor_dcache, monitor_resume, monitor_load): Updated. * ocd.c (ocd_open, ocd_resume, bdm_reset_command): Updated. * remote-bug.c (bug_load, bug_resume): Updated. * remote-nindy.c (nindy_open, nindy_resume): Updated. * remote-sds.c (sds_open, sds_resume): Updated. * remote-utils.c (gr_open): Updated. * remote.c (remote_open_1, remote_resume, remote_async_resume, remote_cisco_open): Updated. * wince.c (child_create_inferior, child_resume): Updated. * monitor.c (monitor_open): Free dcache before creating a new one. * dcache.c (dcache_free): New function. * dcache.h (dcache_free): New prototype. ------------------------------------------------------------------- | |||||
2000-07-30 | Protoization. | Kevin Buettner | 1 | -13/+10 | |
2000-06-04 | Eliminate PARAMS from function pointer declarations. | Kevin Buettner | 1 | -1/+1 | |
2000-05-28 | PARAMS removal. | Kevin Buettner | 1 | -2/+2 | |
2000-04-22 | Fix typo in comment. | Christopher Faylor | 1 | -1/+1 | |
2000-04-21 | * wince-stub.c (FREE): New macro. | Christopher Faylor | 1 | -295/+305 | |
(mempool): Just free any buffer prior to reuse. Don't bother with realloc. (flag_single_step): New function. (skip_message): Detect "helpful" Windows CE messages and skip sending them to the host. (wait_for_debug_event): Use skip_message to avoid sending debug messages to the host. (dispatch): Prelimary implementation of single step detection. * wince.c: Rework SH single stepping code to be more consistent with other wince targets. (handle_output_debug_string): Allow first chance exceptions to come through since they seem to be all that we get on some versions of Windows CE. (check_for_step): New function, conditionally compiled based on target. (regptr): Delete obsolete function. (handle_exception): Detect illegal instructions. (get_child_debug_event): Return success only if event code matches target. (child_create_inferior): Reflect change to get_child_debug_event arguments. | |||||
2000-02-28 | * win32-nat.c: Remove unneeded header. | Christopher Faylor | 1 | -1/+0 | |
* wince.c: Ditto. | |||||
2000-02-28 | Include "gdb_wait.h" instead of "wait.h". | Andrew Cagney | 1 | -1/+1 | |
2000-02-24 | Windows CE support. | Christopher Faylor | 1 | -0/+2034 | |