mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 23:39:35 +08:00
import gdb-1999-12-21 snapshot
This commit is contained in:
@ -1578,12 +1578,11 @@ _initialize_language ()
|
||||
add_language (&auto_language_defn);
|
||||
|
||||
language = savestring ("auto", strlen ("auto"));
|
||||
range = savestring ("auto", strlen ("auto"));
|
||||
type = savestring ("auto", strlen ("auto"));
|
||||
|
||||
/* Have the above take effect */
|
||||
|
||||
set_language_command (language, 0);
|
||||
|
||||
type = savestring ("auto", strlen ("auto"));
|
||||
set_type_command (NULL, 0);
|
||||
|
||||
range = savestring ("auto", strlen ("auto"));
|
||||
set_range_command (NULL, 0);
|
||||
}
|
||||
|
Reference in New Issue
Block a user