summaryrefslogtreecommitdiff
path: root/gdb/config/sh
diff options
context:
space:
mode:
authorChristopher Faylor <me+cygwin@cgf.cx>2000-04-21 03:04:35 +0000
committerChristopher Faylor <me+cygwin@cgf.cx>2000-04-21 03:04:35 +0000
commit33b4350fa5ca6da4ae6b0780c8ba2a5c19203bf7 (patch)
tree712cea95ed6ad788b62aeaa5d6f6320cf549a040 /gdb/config/sh
parentfd64e1f0c3a9989187d15050a8713ee013ae5e51 (diff)
downloadgdb-33b4350fa5ca6da4ae6b0780c8ba2a5c19203bf7.tar.gz
* wince-stub.c (FREE): New macro.
(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.
Diffstat (limited to 'gdb/config/sh')
-rw-r--r--gdb/config/sh/tm-wince.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/sh/tm-wince.h b/gdb/config/sh/tm-wince.h
index 16816141d35..88e2a6fefc6 100644
--- a/gdb/config/sh/tm-wince.h
+++ b/gdb/config/sh/tm-wince.h
@@ -1,5 +1,5 @@
/* Target-specific definition for Window CE
- Copyright 2000 Free Software Foundation, Inc.
+ Copyright (C) 2000 Free Software Foundation, Inc.
This file is part of GDB.