diff options
author | Don Howard <dhoward@redhat.com> | 2002-04-12 22:31:23 +0000 |
---|---|---|
committer | Don Howard <dhoward@redhat.com> | 2002-04-12 22:31:23 +0000 |
commit | 20f01a4665aec81bd667feb25cab93a8bbe3c9af (patch) | |
tree | 6dba79c458d3ab5df20a15a74802917194499f95 /gdb/NEWS | |
parent | a88376a3e1a5e2358f568a4a7aed6d4d99e1e87a (diff) | |
download | gdb-20f01a4665aec81bd667feb25cab93a8bbe3c9af.zip gdb-20f01a4665aec81bd667feb25cab93a8bbe3c9af.tar.gz gdb-20f01a4665aec81bd667feb25cab93a8bbe3c9af.tar.bz2 |
2002-04-12 Don Howard <dhoward@redhat.com>
* cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
max_user_call_depth.
(init_cmd_lists): Initialize the new value;
* cli/cli-script.c (execute_user_command): Limit the call depth of
user defined commands. This avoids a core-dump when user commands
are infinitly recursive.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -3,6 +3,11 @@ *** Changes since GDB 5.2: +* New command "set max-user-call-depth <nnn>" + +This command allows the user to limit the call depth of user-defined +commands. The default is 1024. + * Changes in FreeBSD/i386 native debugging. Support for the "generate-core-file" has been added. |