From 629bcc68d799ff77a5f174e2f5300f9a26a83521 Mon Sep 17 00:00:00 2001 From: Andrew Burgess Date: Wed, 31 Jul 2024 15:58:20 +0100 Subject: gdb: rename ext_lang_missing_debuginfo_result In preparation for later commits in this series, rename ext_lang_missing_debuginfo_result to ext_lang_missing_file_result. A later commit will add additional Python APIs to handle different types of missing files beyond just debuginfo. This is just a rename commit, there should be no functional changes after this commit. Approved-By: Tom Tromey --- gdb/symfile-debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/symfile-debug.c') diff --git a/gdb/symfile-debug.c b/gdb/symfile-debug.c index 6bf8dc3..b21a5a4 100644 --- a/gdb/symfile-debug.c +++ b/gdb/symfile-debug.c @@ -630,7 +630,7 @@ objfile::find_and_add_separate_symbol_file (symfile_add_flags symfile_flags) the user a system specific message that guides them to finding the missing debug info. */ - ext_lang_missing_debuginfo_result ext_result + ext_lang_missing_file_result ext_result = ext_lang_handle_missing_debuginfo (this); if (!ext_result.filename ().empty ()) { -- cgit v1.1