summaryrefslogtreecommitdiff
path: root/gdb/auto-load.c
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2012-07-26 18:21:49 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2012-07-26 18:21:49 +0000
commitd2e8bd06c9178663525b734f9df7dbdb91456243 (patch)
tree6c88b788712e947ed7c91375e1d9ce81560d14fb /gdb/auto-load.c
parent0380d1c8df152d6a52ad08595c690cc34cf16b04 (diff)
downloadgdb-d2e8bd06c9178663525b734f9df7dbdb91456243.tar.gz
gdb/
* auto-load.c (auto_load_info_scripts): Remove immediate_quit increment and decrement.
Diffstat (limited to 'gdb/auto-load.c')
-rw-r--r--gdb/auto-load.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/auto-load.c b/gdb/auto-load.c
index 87dd1e4d8cf..2cc52c6df50 100644
--- a/gdb/auto-load.c
+++ b/gdb/auto-load.c
@@ -916,11 +916,9 @@ auto_load_info_scripts (char *pattern, int from_tty,
{
struct collect_matching_scripts_data data = { &scripts, language };
- immediate_quit++;
/* Pass a pointer to scripts as VEC_safe_push can realloc space. */
htab_traverse_noresize (pspace_info->loaded_scripts,
collect_matching_scripts, &data);
- immediate_quit--;
}
nr_scripts = VEC_length (loaded_script_ptr, scripts);