Home
last modified time | relevance | path

Searched refs:target_insert_fork_catchpoint (Results 1 – 13 of 13) sorted by relevance

/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dtarget.h742 #define target_insert_fork_catchpoint(pid) \ macro
H A Dbreakpoint.c730 val = target_insert_fork_catchpoint (PIDGET (inferior_ptid)); in insert_catchpoint()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dtarget.h742 #define target_insert_fork_catchpoint(pid) \ macro
H A Dbreakpoint.c730 val = target_insert_fork_catchpoint (PIDGET (inferior_ptid)); in insert_catchpoint()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dtarget.h1046 #define target_insert_fork_catchpoint(pid) \ macro
H A Dbreakpoint.c6221 return target_insert_fork_catchpoint (PIDGET (inferior_ptid)); in insert_catch_fork()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dtarget.h1271 #define target_insert_fork_catchpoint(pid) \ macro
H A Dbreakpoint.c7515 return target_insert_fork_catchpoint (PIDGET (inferior_ptid)); in insert_catch_fork()
/dports/devel/gdb/gdb-11.1/gdb/
H A Dtarget.h1708 extern int target_insert_fork_catchpoint (int pid);
H A Dtarget.c314 target_insert_fork_catchpoint (int pid) in target_insert_fork_catchpoint() function
H A DChangeLog3154 (target_insert_fork_catchpoint): Likewise.
3234 (target_insert_fork_catchpoint): New.
H A Dbreakpoint.c7760 return target_insert_fork_catchpoint (inferior_ptid.pid ());
H A DChangeLog-201413695 (target_insert_fork_catchpoint): Add argument.