summaryrefslogtreecommitdiff
path: root/gdb/wince.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-03-21 18:31:48 +0000
committerAndrew Cagney <cagney@redhat.com>2001-03-21 18:31:48 +0000
commitb207e7e86d88440cdcdfffab11986ec80075b07a (patch)
tree4d338d14f7d6c9c121d32210f6a0315b47a4226a /gdb/wince.c
parente81f7ee557bc13a59ae9734a553cb396ed49a539 (diff)
downloadgdb-b207e7e86d88440cdcdfffab11986ec80075b07a.tar.gz
* target.h (enum target_signal): Move definition from here.
* defs.h (enum target_signal): To here. * config/arc/tm-arc.h (arc_software_single_step): Change type of first parameter to enum target_signal. * config/rs6000/tm-rs6000.h (rs6000_software_single_step): Ditto. * config/sparc/tm-sparc.h (sparc_software_single_step): Ditto. * rs6000-tdep.c (rs6000_software_single_step): Update.
Diffstat (limited to 'gdb/wince.c')
-rw-r--r--gdb/wince.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/gdb/wince.c b/gdb/wince.c
index 0fb06db336e..83112d9db08 100644
--- a/gdb/wince.c
+++ b/gdb/wince.c
@@ -809,7 +809,8 @@ undoSStep (thread_info * th)
}
void
-wince_software_single_step (unsigned int ignore, int insert_breakpoints_p)
+wince_software_single_step (enum target_signal ignore,
+ int insert_breakpoints_p)
{
unsigned long pc;
thread_info *th = current_thread; /* Info on currently selected thread */
@@ -949,7 +950,8 @@ undoSStep (thread_info * th)
which would be executed. This code hails from sh-stub.c.
*/
void
-wince_software_single_step (unsigned int ignore, int insert_breakpoints_p)
+wince_software_single_step (enum target_signal ignore,
+ int insert_breakpoints_p)
{
thread_info *th = current_thread; /* Info on currently selected thread */
@@ -995,7 +997,8 @@ undoSStep (thread_info * th)
}
void
-wince_software_single_step (unsigned int ignore, int insert_breakpoints_p)
+wince_software_single_step (enum target_signal ignore,
+ int insert_breakpoints_p)
{
unsigned long pc;
thread_info *th = current_thread; /* Info on currently selected thread */