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] [patch 1/3] Code cleanup: OPF_DISABLE_REALPATH -> OPF_RETURN_REALPATH


On Wed, 04 Sep 2013 00:23:59 +0200, Doug Evans wrote:
> Jan Kratochvil writes:
>  > gdb/
>  > 2013-08-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
>  > 
>  > 	Code cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH.
>  > 	* cli/cli-cmds.c (find_and_open_script): Add OPF_RETURN_REALPATH to
>  > 	variable search_flags.
>  > 	* defs.h (OPF_DISABLE_REALPATH): Rename to ...
>  > 	(OPF_RETURN_REALPATH): ... here.
>  > 	* dwarf2read.c (try_open_dwop_file): Set OPF_RETURN_REALPATH for flags.
>  > 	* exec.c (exec_file_attach): Remove OPF_DISABLE_REALPATH from openp
>  > 	call.  Twice.
>  > 	* nto-tdep.c (nto_find_and_open_solib): Add OPF_RETURN_REALPATH for
>  > 	openp call.
>  > 	* solib.c (solib_find): Likewise.  Four times.
>  > 	* source.c (openp): Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH
>  > 	in the function comment and for the realpath_fptr variable.
>  > 	(source_full_path_of): Add OPF_RETURN_REALPATH for openp call.
>  > 	(find_and_open_source): Likewise.  Twice.
>  > 	* symfile.c (symfile_bfd_open): Likewise, also twice.
> 
> Thanks.  "works for me"

Checked in:
	https://sourceware.org/ml/gdb-cvs/2013-09/msg00021.html


Jan


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