Home
last modified time | relevance | path

Searched refs:magic_null_ptid (Results 1 – 10 of 10) sorted by relevance

/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dremote.c1346 static ptid_t magic_null_ptid; variable
1640 if (ptid_equal (ptid, magic_null_ptid)) in set_thread()
1702 if (ptid_equal (ptid, magic_null_ptid)) in remote_thread_alive()
1896 pid = ptid_get_pid (magic_null_ptid); in read_ptid()
2713 if (ptid_equal (tp->ptid, magic_null_ptid) in remote_threads_extra_info()
3263 inferior_ptid = magic_null_ptid; in remote_start_remote()
4470 if (ptid_equal (ptid, magic_null_ptid)) in remote_vcont_resume()
7441 inferior_ptid = magic_null_ptid; in extended_remote_mourn_1()
7553 inferior_ptid = magic_null_ptid; in extended_remote_create_inferior_1()
8685 if (ptid_equal (magic_null_ptid, ptid)) in remote_pid_to_str()
[all …]
H A DChangeLog-2008212 use the pid of magic_null_ptid.
214 inferior_ptid to magic_null_ptid here.
2394 magic_null_ptid's, not_sent_ptid's and any_thread_ptid's pid
6549 (remote_thread_alive): Consider magic_null_ptid or a ptid without
6564 * remote.c (magic_null_ptid, not_sent_ptid, any_thread_ptid): New
6578 (_initialize_remote): Initialize magic_null_ptid, not_sent_ptid
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dremote.c1400 static ptid_t magic_null_ptid; variable
1553 if (ptid_equal (magic_null_ptid, inferior_ptid)) in remote_notice_new_inferior()
1749 if (ptid_equal (ptid, magic_null_ptid)) in set_thread()
1811 if (ptid_equal (ptid, magic_null_ptid)) in remote_thread_alive()
2005 pid = ptid_get_pid (magic_null_ptid); in read_ptid()
2833 if (ptid_equal (tp->ptid, magic_null_ptid) in remote_threads_extra_info()
3312 inferior_ptid = magic_null_ptid; in add_current_inferior_and_thread()
4767 if (ptid_equal (ptid, magic_null_ptid)) in remote_vcont_resume()
7835 inferior_ptid = magic_null_ptid; in extended_remote_mourn_1()
9254 if (ptid_equal (magic_null_ptid, ptid)) in remote_pid_to_str()
[all …]
H A DChangeLog-2008212 use the pid of magic_null_ptid.
214 inferior_ptid to magic_null_ptid here.
2394 magic_null_ptid's, not_sent_ptid's and any_thread_ptid's pid
6549 (remote_thread_alive): Consider magic_null_ptid or a ptid without
6564 * remote.c (magic_null_ptid, not_sent_ptid, any_thread_ptid): New
6578 (_initialize_remote): Initialize magic_null_ptid, not_sent_ptid
H A DChangeLog-201212643 magic_null_ptid since the remote side doesn't provide a real PID.
/dports/devel/gdb/gdb-11.1/gdb/
H A Dremote.c2400 static const ptid_t magic_null_ptid (42000, -1, 1);
2605 if (magic_null_ptid == inferior_ptid)
2867 if (ptid == magic_null_ptid)
2926 if (ptid == magic_null_ptid)
3122 pid = magic_null_ptid.pid ();
4006 if (tp->ptid == magic_null_ptid
4464 curr_ptid = magic_null_ptid;
6204 tp = find_thread_ptid (this, magic_null_ptid);
6371 if (ptid == magic_null_ptid)
8297 event_ptid = magic_null_ptid;
[all …]
H A DChangeLog-2008212 use the pid of magic_null_ptid.
214 inferior_ptid to magic_null_ptid here.
2394 magic_null_ptid's, not_sent_ptid's and any_thread_ptid's pid
6549 (remote_thread_alive): Consider magic_null_ptid or a ptid without
6564 * remote.c (magic_null_ptid, not_sent_ptid, any_thread_ptid): New
6578 (_initialize_remote): Initialize magic_null_ptid, not_sent_ptid
H A DChangeLog-201212641 magic_null_ptid since the remote side doesn't provide a real PID.
H A DChangeLog-201816327 general thread instead of to 'magic_null_ptid'.
H A DChangeLog-201914213 * remote.c (magic_null_ptid, not_sent_ptid, any_thread_ptid): Now