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 | e6381ba4d5fb3b4eda674594cf91126726e1e498 (patch) | |
tree | 894d0438f71d9a2db925ce2a4eba44cb45b30de2 /gdb/doc/gdb.texinfo | |
parent | a7fed0cedffaa3a6131f616cc45b7ea1bea859d9 (diff) | |
download | gdb-e6381ba4d5fb3b4eda674594cf91126726e1e498.tar.gz |
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/gdb.texinfo')
-rw-r--r-- | gdb/doc/gdb.texinfo | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 12e49935110..53dc07c9a19 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 |