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 5/11] TUI: Use internally fullname


On Sun, 27 Jan 2013 23:33:37 +0100, Jan Kratochvil wrote:
> gdb/
> 2013-01-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
> 
> 	* tui/tui-data.c (init_win_info, tui_del_window, tui_free_window):
> 	Rename field reference filename to fullname.
> 	* tui/tui-data.h (struct tui_source_info): Rename field filename to
> 	fullname.  New comment for it.
> 	* tui/tui-source.c (tui_set_source_content): Rename field reference
> 	filename to fullname.  Initialize field by symtab_to_fullname now.
> 	* tui/tui-winsource.c (tui_update_breakpoint_info): Rename field
> 	reference filename to fullname.  Use symtab_to_fullname during
> 	comparison.

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


Jan


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