]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/doc/gdb.texinfo
2004-11-10 Randolph Chung <tausq@debian.org>
authorRandolph Chung <tausq@debian.org>
Wed, 10 Nov 2004 21:17:58 +0000 (21:17 +0000)
committerRandolph Chung <tausq@debian.org>
Wed, 10 Nov 2004 21:17:58 +0000 (21:17 +0000)
commit2315ffec021c6c665bb4bfade30c21dba72e6018
treea061ba2042a5daac938ab4d393fe46e7e49dcf22
parent917c78fc592d071fd1d2ab80d1700129efdf690e
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/ChangeLog
gdb/blockframe.c
gdb/defs.h
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/frame.c