commit | a49d37f32e445f8d72085150889db3fbf11503f6 | [log] [tgz] |
---|---|---|
author | Simon Marchi <simon.marchi@efficios.com> | Tue Oct 03 22:20:17 2023 -0400 |
committer | Simon Marchi <simon.marchi@efficios.com> | Thu Oct 05 13:20:50 2023 -0400 |
tree | abdb8af19c28a1d8a60bfa26e11df279a9e5bcf6 | |
parent | 6114d6507853f3e29a09bd7f4ea494b542d9d595 [diff] |
gdb: add program_space parameters to some functions in symtab.c Add some program_space parameters to functions related to getting and setting the main name, making the references to current_program_space bubble up a bit. find_main_name calls ada_main_name, which implicitly relies on the current program space, so I didn't add a parameter to that function. Change-Id: I9996955e8ae56832bbd461964d978e700e6feaf4 Approved-By: Tom Tromey <tom@tromey.com>