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: [patchv3 13/11] Make relative-with-system-absolute the default


> Date: Wed, 30 Jan 2013 08:48:59 +0100
> From: Jan Kratochvil <jan.kratochvil@redhat.com>
> 
> --- a/gdb/NEWS
> +++ b/gdb/NEWS
> @@ -119,7 +119,9 @@ set filename-display basename|relative|absolute|relative-with-system-absolute
>                       |basename-with-system-absolute
>  show filename-display
>    Control the way in which filenames is displayed.
> -  The default is "relative", which preserves previous behavior.
> +  Previous behavior was "relative".
> +  New default is "relative-with-system-absolute", which prints source filenames
> +  from files with present separate debug info in absolute form.

I believe "present" should be removed from here.

>  
>  * MI changes
>  
> --- a/gdb/doc/gdb.texinfo
> +++ b/gdb/doc/gdb.texinfo
> @@ -6541,7 +6541,7 @@ You can control how file names are displayed.
>  @item set filename-display
>  @itemx set filename-display relative
>  @cindex filename-display
> -Display file names relative to the compilation directory.  This is the default.
> +Display file names relative to the compilation directory.
>  
>  @item set filename-display basename
>  Display only basename of a filename.
> @@ -6557,6 +6557,8 @@ Otherwise display it relative to the compilation directory.
>  Files having separate debug information file are expected to come from system
>  shared libraries.

Documentation changes are OK with that change.


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