mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-03 13:23:00 +08:00
* ada-lang.c (_initialize_ada_language): Attach executable_changed
observer.
This commit is contained in:
@ -10534,4 +10534,6 @@ _initialize_ada_language (void)
|
||||
decoded_names_store = htab_create_alloc
|
||||
(256, htab_hash_string, (int (*)(const void *, const void *)) streq,
|
||||
NULL, xcalloc, xfree);
|
||||
|
||||
observer_attach_executable_changed (ada_executable_changed_observer);
|
||||
}
|
||||
|
Reference in New Issue
Block a user