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+doc 2/2] filename-display: default *-sepdebug to absolute


> Date: Fri, 15 Feb 2013 21:26:13 +0100
> From: Jan Kratochvil <jan.kratochvil@redhat.com>
> 
> --- a/gdb/NEWS
> +++ b/gdb/NEWS
> @@ -135,8 +135,10 @@ show filename-display libraries
>  show filename-display executable-with-separate-debug-info
>  show filename-display libraries-with-separate-debug-info
>    Control the way in which filenames is displayed.
> -  The default is "relative" for all the options, which preserves previous
> -  behavior.
> +  Previous behavior was "relative" for all the options.
> +  New default is changed for the options "executable-with-separate-debug-info"
> +  and "libraries-with-separate-debug-info" to "absolute".  This prints source
> +  filenames from files with separate debug info in absolute form.

I suggest to rephrase the last two sentences as follows:

  The new behavior is to print in absolute form file names recorded in
  separate debug info.  This corresponds to setting the options
  "executable-with-separate-debug-info" and
  "libraries-with-separate-debug-info" to the value "absolute".

> +The default for inferior executable with embedded debug info is relative.

@samp{relative} or @code{relative}, I think.

> +The default for inferior shared libraries with embedded debug info is relative.

Likewise.

> +The default for inferior executable with separate debug info file is absolute.

Likewise.

> +The default for inferior shared libraries with separate debug info file is
> +absolute.

Likewise.

OK with those changes.  Thanks.


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