This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFA: display an error message if libunwind-XX cannot be load


>>>>> "Tristan" == Tristan Gingold <gingold@adacore.com> writes:

Tristan> 	* libunwind-frame.c (libunwind_load): Display message if
Tristan> 	dlopen failed.

Tristan> +      fprintf_unfiltered (gdb_stderr, "\
Tristan> +[GDB failed to load %s: %s]\n", LIBUNWIND_SO, dlerror ());

This is missing _().
This is ok with that change.

Do you want to print something for all the other failure cases in that
function?

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]