diff options
author | Don Howard <dhoward@redhat.com> | 2002-04-15 17:23:54 +0000 |
---|---|---|
committer | Don Howard <dhoward@redhat.com> | 2002-04-15 17:23:54 +0000 |
commit | 5ca0cb286aa92f5add9f5883f2e0dce170bd8f52 (patch) | |
tree | 6f9311e860755ffd3eeea0ad3cbb076f2ced83ac /gdb/doc | |
parent | d395ade3db8a7bb457f112ea8e10057dfca46533 (diff) | |
download | gdb-5ca0cb286aa92f5add9f5883f2e0dce170bd8f52.zip gdb-5ca0cb286aa92f5add9f5883f2e0dce170bd8f52.tar.gz gdb-5ca0cb286aa92f5add9f5883f2e0dce170bd8f52.tar.bz2 |
2002-04-15 Don Howard <dhoward@redhat.com>
From Eli Zaretskii <eliz@is.elta.co.il>
* gdb.texinfo (show max-user-call-depth): Correct formatting.
Provide a better explaination of this feature.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 7 |
2 files changed, 10 insertions, 3 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 24a6fa9..380906e 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,9 @@ +2002-04-15 Don Howard <dhoward@redhat.com> + + From Eli Zaretskii <eliz@is.elta.co.il> + * gdb.texinfo (show max-user-call-depth): Correct formatting. + Provide a better explaination of this feature. + 2002-04-14 Andrew Cagney <ac131313@redhat.com> * gdbint.texinfo (Target Architecture Definition): Remove diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 12e4993..53dc07c 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -12784,9 +12784,10 @@ definitions for all user-defined commands. @kindex show max-user-call-depth @kindex set max-user-call-depth @item show max-user-call-depth -@item set max-user-call-depth -The value of @code{max-user-call-depth} controls how many levels deep a -user-defined call chain can go. Default is 1024. +@itemx set max-user-call-depth +The value of @code{max-user-call-depth} controls how many recursion +levels are allowed in user-defined commands before GDB suspects an +infinite recursion and aborts the command. @end table |