mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-02 19:46:09 +08:00
gdb/
* auto-load.c (auto_load_info_scripts): Remove immediate_quit increment and decrement.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2012-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
* auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
|
||||
and decrement.
|
||||
|
||||
2012-07-26 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* copying.c: Rebuild.
|
||||
|
@ -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);
|
||||
|
Reference in New Issue
Block a user