OSDN Git Service

2004-11-10 Randolph Chung <tausq@debian.org>
authortausq <tausq>
Wed, 10 Nov 2004 21:17:56 +0000 (21:17 +0000)
committertausq <tausq>
Wed, 10 Nov 2004 21:17:56 +0000 (21:17 +0000)
commit937db2d6b9d4ff701a652b7d38b50da06d704279
treef8494105233a751d9ec1a9a31f05e77cbe0b7b93
parent7bae31f9cf546f8de73e6314a3ad853880b2d9ca
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.
gdb/blockframe.c
gdb/defs.h
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/frame.c