binutils-gdb/gdb/cli
Simon Marchi 24b9144d4b Use enum flags for flags passed to openp
gdb/ChangeLog:

	* defs.h (enum openp_flags): New enum.
	(OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH, OPF_RETURN_REALPATH):
	Move to enum openp_flags.
	(openp_flags): New enum flags.
	(openp): Change parameter type to openp_flags.
	* source.c (openp): Change parameter type to openp_flags.
	* cli/cli-cmds.c (find_and_open_script): Use openp_flags.
	* dwarf2read.c (try_open_dwop_file): Use openp_flags.
2018-02-13 12:13:59 -05:00
..
cli-cmds.c Use enum flags for flags passed to openp 2018-02-13 12:13:59 -05:00
cli-cmds.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
cli-decode.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
cli-decode.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
cli-dump.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
cli-interp.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
cli-interp.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
cli-logging.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
cli-script.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
cli-script.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
cli-setshow.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
cli-setshow.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
cli-utils.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
cli-utils.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00