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]

[commit] [patchv2 6/11] New option 'set filename-display'


On Fri, 01 Feb 2013 21:55:26 +0100, Jan Kratochvil wrote:
> gdb/
> 2012-11-30  Eldar Gaynetdinov <hal9000ed2k@gmail.com>
> 	    Jan Kratochvil  <jan.kratochvil@redhat.com>
> 
> 	Add a new variable that controls a way in which filenames are
> 	displayed.
> 	* NEWS (set filename-display): New entry.
> 	* source.c (filename_display_basename, filename_display_relative)
> 	(filename_display_absolute, filename_display_kind_names)
> 	(filename_display_string, show_filename_display_string)
> 	(symtab_to_filename_for_display): New.
> 	(_initialize_source): Added initialization of 'filename-display'
> 	variable.
> 	* source.h (symtab_to_filename_for_display): Added declaration.
> 	* stack.c (print_frame): Added new variable and calling of a new
> 	function and condition with this variable. Changed third argument of
> 	calling of a function.
> 
> gdb/doc/
> 2012-11-30  Eldar Gaynetdinov <hal9000ed2k@gmail.com>
> 	    Jan Kratochvil  <jan.kratochvil@redhat.com>
> 
> 	* gdb.texinfo (Backtrace): Added description of 'filename-display'
> 	variable in 'set/show backtrace' section.
> 
> gdb/testsuite/
> 2012-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
> 
> 	* gdb.dwarf2/dw2-dir-file-name.exp: New file.
> 	* gdb.dwarf2/dw2-dir-file-name.c: New file.

Checked in:
	http://sourceware.org/ml/gdb-cvs/2013-02/msg00020.html


Jan


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