| /src/external/gpl3/gdb/dist/gdbsupport/ |
| ptid.h | 1 /* The ptid_t type and common functions operating on it. 39 class ptid_t class 48 ptid_t () noexcept = default; 55 explicit constexpr ptid_t (pid_type pid, lwp_type lwp = 0, tid_type tid = 0) function in class:ptid_t 98 constexpr bool operator== (const ptid_t &other) const 107 constexpr bool operator!= (const ptid_t &other) const 120 constexpr bool matches (const ptid_t &filter) const 141 static constexpr ptid_t make_null () 142 { return ptid_t (0, 0, 0); } 146 static constexpr ptid_t make_minus_one ( [all...] |
| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| ptid.h | 1 /* The ptid_t type and common functions operating on it. 39 class ptid_t class 48 ptid_t () noexcept = default; 55 explicit constexpr ptid_t (pid_type pid, lwp_type lwp = 0, tid_type tid = 0) function in class:ptid_t 98 constexpr bool operator== (const ptid_t &other) const 107 constexpr bool operator!= (const ptid_t &other) const 120 constexpr bool matches (const ptid_t &filter) const 141 static constexpr ptid_t make_null () 142 { return ptid_t (0, 0, 0); } 146 static constexpr ptid_t make_minus_one ( [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| amd-dbgapi-target.c | 215 std::list<std::pair<ptid_t, target_waitstatus>> wave_events; member in struct:amd_dbgapi_inferior_info 260 ptid_t wait (ptid_t, struct target_waitstatus *, target_wait_flags) override; 261 void resume (ptid_t, int, enum gdb_signal) override; 263 void stop (ptid_t ptid) override; 270 struct gdbarch *thread_architecture (ptid_t) override; 274 std::string pid_to_str (ptid_t ptid) override; 280 bool thread_alive (ptid_t ptid) override; 299 ptid_t::tid_type m_cached_arch_tid = 0; 427 require_forward_progress (ptid_t ptid, process_stratum_target *proc_target 1366 static std::pair<ptid_t, target_waitstatus> variable [all...] |
| ppc-linux-nat.c | 296 ptid_t lwp_ptid; 376 void detect (const ptid_t &ptid) 556 void copy_thread_dreg_state (const ptid_t &parent_ptid, 557 const ptid_t &child_ptid); 613 std::size_t operator() (const ptid_t &ptid) const 619 /* A map from ptid_t objects to a list of pairs of slots and hardware 624 std::unordered_map <ptid_t, member in struct:linux_nat_target 2720 m_dreg_interface.detect (ptid_t (pid, pid)); 2738 ptid_t pid_ptid (pid, 0, 0); 2790 ptid_t child_ptid (child_pid, child_pid, 0) [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| amd-dbgapi-target.c | 215 std::list<std::pair<ptid_t, target_waitstatus>> wave_events; member in struct:amd_dbgapi_inferior_info 260 ptid_t wait (ptid_t, struct target_waitstatus *, target_wait_flags) override; 261 void resume (ptid_t, int, enum gdb_signal) override; 263 void stop (ptid_t ptid) override; 270 struct gdbarch *thread_architecture (ptid_t) override; 274 std::string pid_to_str (ptid_t ptid) override; 280 bool thread_alive (ptid_t ptid) override; 299 ptid_t::tid_type m_cached_arch_tid = 0; 427 require_forward_progress (ptid_t ptid, process_stratum_target *proc_target 1366 static std::pair<ptid_t, target_waitstatus> variable [all...] |
| ppc-linux-nat.c | 296 ptid_t lwp_ptid; 376 void detect (const ptid_t &ptid) 556 void copy_thread_dreg_state (const ptid_t &parent_ptid, 557 const ptid_t &child_ptid); 613 std::size_t operator() (const ptid_t &ptid) const 619 /* A map from ptid_t objects to a list of pairs of slots and hardware 624 std::unordered_map <ptid_t, member in struct:linux_nat_target 2720 m_dreg_interface.detect (ptid_t (pid, pid)); 2738 ptid_t pid_ptid (pid, 0, 0); 2790 ptid_t child_ptid (child_pid, child_pid, 0) [all...] |