diff options
author | Yao Qi <yao@codesourcery.com> | 2012-11-30 14:35:50 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2012-11-30 14:35:50 +0000 |
commit | 3d3fef6bebbc69ad069f05b5fcb17181553e7fa1 (patch) | |
tree | 904d958b7bb9a5918a58092feb4e4d2efee00cd9 /gdb/inferior.h | |
parent | 7cd12a76b7d6e6bdeb17364097ac05edfcb17481 (diff) | |
download | gdb-3d3fef6bebbc69ad069f05b5fcb17181553e7fa1.zip gdb-3d3fef6bebbc69ad069f05b5fcb17181553e7fa1.tar.gz gdb-3d3fef6bebbc69ad069f05b5fcb17181553e7fa1.tar.bz2 |
gdb/
2012-11-30 Yao Qi <yao@codesourcery.com>
* infrun.c (error_is_running, ensure_not_running): Move them
to ...
* infcmd.c (error_is_running, ensure_not_running): ... here.
Make them 'static'.
* inferior.h: Remove declarations of error_is_running and
ensure_not_running.
Diffstat (limited to 'gdb/inferior.h')
-rw-r--r-- | gdb/inferior.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/inferior.h b/gdb/inferior.h index e1e7d29..f7236e7 100644 --- a/gdb/inferior.h +++ b/gdb/inferior.h @@ -228,12 +228,6 @@ extern void get_last_target_status(ptid_t *ptid, extern void follow_inferior_reset_breakpoints (void); -/* Throw an error indicating the current thread is running. */ -extern void error_is_running (void); - -/* Calls error_is_running if the current thread is running. */ -extern void ensure_not_running (void); - void set_step_info (struct frame_info *frame, struct symtab_and_line sal); /* From infcmd.c */ |