aboutsummaryrefslogtreecommitdiff
path: root/gdb/defs.h
diff options
context:
space:
mode:
authorRandolph Chung <tausq@debian.org>2004-11-10 21:17:58 +0000
committerRandolph Chung <tausq@debian.org>2004-11-10 21:17:58 +0000
commit2315ffec021c6c665bb4bfade30c21dba72e6018 (patch)
treea061ba2042a5daac938ab4d393fe46e7e49dcf22 /gdb/defs.h
parent917c78fc592d071fd1d2ab80d1700129efdf690e (diff)
downloadfsf-binutils-gdb-2315ffec021c6c665bb4bfade30c21dba72e6018.zip
fsf-binutils-gdb-2315ffec021c6c665bb4bfade30c21dba72e6018.tar.gz
fsf-binutils-gdb-2315ffec021c6c665bb4bfade30c21dba72e6018.tar.bz2
2004-11-10 Randolph Chung <tausq@debian.org>
* blockframe.c (inside_entry_func): Move to ..... * frame.c (inside_entry_func): ... here, and make static. (backtrace_past_entry): New flag. (get_prev_frame): Stop backtrace at the entry function if enabled by flag. Update comments. (_initialize_frame): Add command to set backtrace_past_entry flag. * defs.h (inside_entry_func): Remove prototype. doc/ * gdb.texinfo: Document set/show backtrace past-entry commands. Rearrange index entries for set/show backtrace past-main.
Diffstat (limited to 'gdb/defs.h')
-rw-r--r--gdb/defs.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/defs.h b/gdb/defs.h
index a652fce..64281e1 100644
--- a/gdb/defs.h
+++ b/gdb/defs.h
@@ -314,10 +314,6 @@ struct symtab;
struct breakpoint;
struct frame_info;
-/* From blockframe.c */
-
-extern int inside_entry_func (struct frame_info *this_frame);
-
/* From utils.c */
extern void initialize_utils (void);