Home
last modified time | relevance | path

Searched refs:GET_PID (Results 1 – 25 of 96) sorted by relevance

1234

/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dlinux-thread-db.c428 info = get_thread_db_info (GET_PID (ptid)); in thread_from_lwp()
467 info = get_thread_db_info (GET_PID (ptid)); in thread_db_attach_lwp()
801 delete_thread_db_info (GET_PID (inferior_ptid)); in try_thread_db_load()
1072 info = get_thread_db_info (GET_PID (ptid)); in attach_thread()
1156 info = get_thread_db_info (GET_PID (ptid)); in check_event()
1250 info = get_thread_db_info (GET_PID (ptid)); in thread_db_wait()
1260 delete_thread_db_info (GET_PID (ptid)); in thread_db_wait()
1289 if (GET_PID (ptid) == -1) in thread_db_wait()
1456 info = get_thread_db_info (GET_PID (ptid)); in thread_db_find_new_threads_2()
1575 info = get_thread_db_info (GET_PID (ptid)); in thread_db_get_thread_local_address()
[all …]
H A Dlinux-nat.c1240 lwp = GET_PID (ptid); in find_lwp_pid()
1589 ptid = BUILD_LWP (GET_PID (inferior_ptid), GET_PID (inferior_ptid)); in linux_nat_attach()
1785 pid = GET_PID (inferior_ptid); in linux_nat_detach()
3107 GET_PID (inferior_ptid)); in linux_nat_filter_event()
3291 BUILD_LWP (GET_PID (inferior_ptid), in linux_nat_wait_1()
3292 GET_PID (inferior_ptid))); in linux_nat_wait_1()
3980 pid = GET_PID (inferior_ptid); in linux_xfer_siginfo()
4087 || num_lwps (GET_PID (ptid)) > 1)) in linux_nat_pid_to_str()
5630 pid = GET_PID (lwp->ptid); in linux_nat_thread_address_space()
5635 pid = GET_PID (ptid); in linux_nat_thread_address_space()
[all …]
H A Dlinux-nat.h112 #define GET_PID(ptid) ptid_get_pid (ptid) macro
/dports/sysutils/plasma5-libksysguard/libksysguard-5.23.5/processcore/
H A Dhelper.cpp21 #define GET_PID(i) … macro
45 qlonglong pid = GET_PID(i); in sendsignal()
71 qlonglong pid = GET_PID(i); in renice()
92 qlonglong pid = GET_PID(i); in changeioscheduler()
113 qlonglong pid = GET_PID(i); in changecpuscheduler()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dthread-db.c142 #define GET_PID(ptid) ptid_get_pid (ptid) macro
367 ptid = BUILD_LWP (GET_PID (ptid), GET_PID (ptid)); in thread_from_lwp()
689 proc_handle.pid = GET_PID (inferior_ptid); in thread_db_new_objfile()
786 ATTACH_LWP (BUILD_LWP (ti_p->ti_lid, GET_PID (ptid)), 0); in attach_thread()
806 proc_handle.pid = GET_PID (inferior_ptid); in thread_db_attach()
867 if (GET_PID (ptid) == -1) in thread_db_resume()
930 ptid = BUILD_THREAD (ti.ti_tid, GET_PID (ptid)); in check_event()
962 if (GET_PID (ptid) != -1 && is_thread (ptid)) in thread_db_wait()
990 if (GET_PID (ptid) == -1) in thread_db_wait()
1008 inferior_ptid = pid_to_ptid (GET_PID (inferior_ptid)); in thread_db_xfer_memory()
[all …]
H A Dlin-lwp.c89 #define GET_PID(ptid) ptid_get_pid (ptid) macro
238 lwp = GET_PID (ptid); in find_lwp_pid()
369 lp = add_lwp (BUILD_LWP (GET_PID (inferior_ptid), GET_PID (inferior_ptid))); in lin_lwp_attach()
374 pid = waitpid (GET_PID (inferior_ptid), &status, 0); in lin_lwp_attach()
384 gdb_assert (pid == GET_PID (inferior_ptid) in lin_lwp_attach()
438 if (GET_LWP (lp->ptid) != GET_PID (lp->ptid)) in detach_callback()
616 GET_PID (inferior_ptid))); in lin_lwp_handle_extended()
1162 pid = waitpid (GET_PID (ptid), &status, 0); in child_wait()
1165 pid = waitpid (GET_PID (ptid), &status, __WCLONE); in child_wait()
1195 && pid != GET_PID (inferior_ptid)) in child_wait()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dthread-db.c142 #define GET_PID(ptid) ptid_get_pid (ptid) macro
367 ptid = BUILD_LWP (GET_PID (ptid), GET_PID (ptid)); in thread_from_lwp()
689 proc_handle.pid = GET_PID (inferior_ptid); in thread_db_new_objfile()
786 ATTACH_LWP (BUILD_LWP (ti_p->ti_lid, GET_PID (ptid)), 0); in attach_thread()
806 proc_handle.pid = GET_PID (inferior_ptid); in thread_db_attach()
867 if (GET_PID (ptid) == -1) in thread_db_resume()
930 ptid = BUILD_THREAD (ti.ti_tid, GET_PID (ptid)); in check_event()
962 if (GET_PID (ptid) != -1 && is_thread (ptid)) in thread_db_wait()
990 if (GET_PID (ptid) == -1) in thread_db_wait()
1008 inferior_ptid = pid_to_ptid (GET_PID (inferior_ptid)); in thread_db_xfer_memory()
[all …]
H A Dlin-lwp.c89 #define GET_PID(ptid) ptid_get_pid (ptid) macro
238 lwp = GET_PID (ptid); in find_lwp_pid()
369 lp = add_lwp (BUILD_LWP (GET_PID (inferior_ptid), GET_PID (inferior_ptid))); in lin_lwp_attach()
374 pid = waitpid (GET_PID (inferior_ptid), &status, 0); in lin_lwp_attach()
384 gdb_assert (pid == GET_PID (inferior_ptid) in lin_lwp_attach()
438 if (GET_LWP (lp->ptid) != GET_PID (lp->ptid)) in detach_callback()
616 GET_PID (inferior_ptid))); in lin_lwp_handle_extended()
1162 pid = waitpid (GET_PID (ptid), &status, 0); in child_wait()
1165 pid = waitpid (GET_PID (ptid), &status, __WCLONE); in child_wait()
1195 && pid != GET_PID (inferior_ptid)) in child_wait()
[all …]
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dlinux-thread-db.c457 info = get_thread_db_info (GET_PID (ptid)); in thread_from_lwp()
484 info = get_thread_db_info (GET_PID (ptid)); in thread_db_attach_lwp()
880 delete_thread_db_info (GET_PID (inferior_ptid)); in try_thread_db_load()
1305 info = get_thread_db_info (GET_PID (ptid)); in attach_thread()
1389 info = get_thread_db_info (GET_PID (ptid)); in check_event()
1483 info = get_thread_db_info (GET_PID (ptid)); in thread_db_wait()
1493 delete_thread_db_info (GET_PID (ptid)); in thread_db_wait()
1527 delete_thread_db_info (GET_PID (inferior_ptid)); in thread_db_mourn_inferior()
1667 info = get_thread_db_info (GET_PID (ptid)); in thread_db_find_new_threads_2()
1799 info = get_thread_db_info (GET_PID (ptid)); in thread_db_get_thread_local_address()
[all …]
H A Dlinux-nat.c1271 lwp = GET_PID (ptid); in find_lwp_pid()
1316 purge_lwp_list (GET_PID (inferior_ptid)); in linux_nat_switch_fork()
1634 ptid = BUILD_LWP (GET_PID (inferior_ptid), GET_PID (inferior_ptid)); in linux_nat_attach()
1832 pid = GET_PID (inferior_ptid); in linux_nat_detach()
3477 BUILD_LWP (GET_PID (inferior_ptid), in linux_nat_wait_1()
3478 GET_PID (inferior_ptid))); in linux_nat_wait_1()
4151 pid = GET_PID (inferior_ptid); in linux_xfer_siginfo()
4258 || num_lwps (GET_PID (ptid)) > 1)) in linux_nat_pid_to_str()
5055 pid = GET_PID (lwp->ptid); in linux_nat_thread_address_space()
5060 pid = GET_PID (ptid); in linux_nat_thread_address_space()
[all …]
H A Dlinux-nat.h128 #define GET_PID(ptid) ptid_get_pid (ptid) macro
/dports/net/sems/sems-f89581a/core/
H A Dlog.h80 # define GET_PID() syscall(__NR_gettid) macro
82 # define GET_PID() getpid() macro
118 pid_t pid_ = GET_PID(); \
/dports/www/httest/httest-2.4.24/plugins/vim/
H A Dhtt.vim82 syn match httStatement "\<_PROC:GET_PID\>"
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/include/bedbug/
H A Dregs.h325 #define GET_PID() GET_REGISTER( "mfspr %0,945" ) macro
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/include/bedbug/
H A Dregs.h325 #define GET_PID() GET_REGISTER( "mfspr %0,945" ) macro
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/include/bedbug/
H A Dregs.h328 #define GET_PID() GET_REGISTER( "mfspr %0,945" ) macro
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/include/bedbug/
H A Dregs.h325 #define GET_PID() GET_REGISTER( "mfspr %0,945" ) macro
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/include/bedbug/
H A Dregs.h325 #define GET_PID() GET_REGISTER( "mfspr %0,945" ) macro
/dports/sysutils/u-boot-wandboard/u-boot-2021.07/include/bedbug/
H A Dregs.h325 #define GET_PID() GET_REGISTER( "mfspr %0,945" ) macro
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/include/bedbug/
H A Dregs.h328 #define GET_PID() GET_REGISTER( "mfspr %0,945" ) macro
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/include/bedbug/
H A Dregs.h325 #define GET_PID() GET_REGISTER( "mfspr %0,945" ) macro
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/include/bedbug/
H A Dregs.h325 #define GET_PID() GET_REGISTER( "mfspr %0,945" ) macro
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/include/bedbug/
H A Dregs.h325 #define GET_PID() GET_REGISTER( "mfspr %0,945" ) macro
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/include/bedbug/
H A Dregs.h325 #define GET_PID() GET_REGISTER( "mfspr %0,945" ) macro
/dports/sysutils/u-boot-sopine/u-boot-2021.07/include/bedbug/
H A Dregs.h325 #define GET_PID() GET_REGISTER( "mfspr %0,945" ) macro

1234