binutils-gdb/gdb/mi
Tom Tromey 0e998d966b Remove ptid_is_pid
This removes ptid_is_pid in favor of the ptid_t::is_pid method.

gdb/ChangeLog
2018-07-03  Tom Tromey  <tom@tromey.com>

	* common/ptid.c (ptid_is_pid): Remove.
	* common/ptid.h (ptid_is_pid): Don't declare.
	* infrun.c: Update.
	* linux-nat.c: Update.
	* mi/mi-interp.c: Update.
	* remote.c: Update.
	* thread.c: Update.

gdb/gdbserver/ChangeLog
2018-07-03  Tom Tromey  <tom@tromey.com>

	* linux-low.c: Update.
2018-07-03 11:36:44 -06:00
..
ChangeLog-1999-2003
mi-cmd-break.c Use function_view in cli-script.c 2018-05-04 15:58:08 -06:00
mi-cmd-break.h
mi-cmd-catch.c Change ada_catchpoint::excep_string to be a std::string 2018-05-21 10:01:15 -06:00
mi-cmd-disas.c
mi-cmd-env.c Move some declarations to source.h 2018-02-14 08:09:52 -07:00
mi-cmd-file.c
mi-cmd-info.c
mi-cmd-stack.c Add missing "breaks" 2018-05-04 22:04:46 -06:00
mi-cmd-target.c
mi-cmd-var.c Use thread_info and inferior pointers more throughout 2018-06-21 17:09:31 +01:00
mi-cmds.c
mi-cmds.h
mi-common.c
mi-common.h
mi-console.c Implement write_async_safe for mi_console_file (PR 22299) 2018-04-07 13:48:06 -04:00
mi-console.h Implement write_async_safe for mi_console_file (PR 22299) 2018-04-07 13:48:06 -04:00
mi-getopt.c
mi-getopt.h
mi-interp.c Remove ptid_is_pid 2018-07-03 11:36:44 -06:00
mi-interp.h
mi-main.c Remove ptid_get_pid 2018-07-03 11:36:42 -06:00
mi-main.h
mi-out.c
mi-out.h Make do_is_mi_like_p const. 2018-04-30 12:59:03 -06:00
mi-parse.c
mi-parse.h
mi-symbol-cmds.c