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: [PATCH] Improve "set debug separate-debug-file"


>>>>> "Simon" == Simon Marchi <simon.marchi@ericsson.com> writes:

Simon> "set debug separate-debug-file" shows which candidates are considered,
Simon> when trying to find separate debug info.  But it's not clear if GDB used
Simon> a certain candidate, and if not, why not.  This patch adds some
Simon> precision:

This seems good to me.

Simon>        if (separate_debug_file_debug)
Simon> -	printf_unfiltered (_("  Trying %s\n"), link.c_str ());
Simon> +	printf_unfiltered (_("  Trying %s..."), link.c_str ());

It probably (?) doesn't matter here but normally there should be a call
to gdb_flush as well.

Tom


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