HomeSort by: relevance | last modified time | path
    Searched defs:low_new_thread (Results 1 - 22 of 22) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
linux-nat.h 150 virtual void low_new_thread (struct lwp_info *) function in class:linux_nat_target
ia64-linux-nat.c 81 void low_new_thread (struct lwp_info *lp) override;
673 ia64_linux_nat_target::low_new_thread (struct lwp_info *lp) function in class:ia64_linux_nat_target
mips-linux-nat.c 75 void low_new_thread (struct lwp_info *lp) override;
648 /* linux_nat_target::low_new_thread implementation. Write the
652 mips_linux_nat_target::low_new_thread (struct lwp_info *lp) function in class:mips_linux_nat_target
s390-linux-nat.c 141 void low_new_thread (struct lwp_info *lp) override;
810 s390_linux_nat_target::low_new_thread (struct lwp_info *lp) function in class:s390_linux_nat_target
arm-linux-nat.c 100 void low_new_thread (struct lwp_info *lp) override;
1220 arm_linux_nat_target::low_new_thread (struct lwp_info *lp) function in class:arm_linux_nat_target
ppc-linux-nat.c 540 void low_new_thread (struct lwp_info *lp) override;
2728 do it here because low_new_thread is not called for the initial LWP,
2766 We copy the thread state here and not in low_new_thread since we don't
2767 have the pid of the parent in low_new_thread. Even if we did,
2768 low_new_thread might not be called immediately after the fork event is
2824 ppc_linux_nat_target::low_new_thread (struct lwp_info *lp) function in class:ppc_linux_nat_target
  /src/external/gpl3/gdb.old/dist/gdb/
linux-nat.h 150 virtual void low_new_thread (struct lwp_info *) function in class:linux_nat_target
ia64-linux-nat.c 81 void low_new_thread (struct lwp_info *lp) override;
674 ia64_linux_nat_target::low_new_thread (struct lwp_info *lp) function in class:ia64_linux_nat_target
mips-linux-nat.c 75 void low_new_thread (struct lwp_info *lp) override;
648 /* linux_nat_target::low_new_thread implementation. Write the
652 mips_linux_nat_target::low_new_thread (struct lwp_info *lp) function in class:mips_linux_nat_target
s390-linux-nat.c 140 void low_new_thread (struct lwp_info *lp) override;
809 s390_linux_nat_target::low_new_thread (struct lwp_info *lp) function in class:s390_linux_nat_target
arm-linux-nat.c 100 void low_new_thread (struct lwp_info *lp) override;
1212 arm_linux_nat_target::low_new_thread (struct lwp_info *lp) function in class:arm_linux_nat_target
ppc-linux-nat.c 540 void low_new_thread (struct lwp_info *lp) override;
2728 do it here because low_new_thread is not called for the initial LWP,
2766 We copy the thread state here and not in low_new_thread since we don't
2767 have the pid of the parent in low_new_thread. Even if we did,
2768 low_new_thread might not be called immediately after the fork event is
2824 ppc_linux_nat_target::low_new_thread (struct lwp_info *lp) function in class:ppc_linux_nat_target
  /src/external/gpl3/gdb/dist/gdbserver/
linux-mips-low.cc 77 void low_new_thread (lwp_info *) override;
411 /* This is the implementation of linux target ops method low_new_thread.
416 mips_target::low_new_thread (lwp_info *lwp) function in class:mips_target
linux-arm-low.cc 109 void low_new_thread (lwp_info *) override;
757 arm_target::low_new_thread (lwp_info *lwp) function in class:arm_target
linux-x86-low.cc 175 void low_new_thread (lwp_info *) override;
753 x86_target::low_new_thread (lwp_info *lwp)
747 x86_target::low_new_thread (lwp_info *lwp) function in class:x86_target
linux-aarch64-low.cc 131 void low_new_thread (lwp_info *) override;
645 aarch64_target::low_new_thread (lwp_info *lwp) function in class:aarch64_target
linux-low.cc 928 low_new_thread (lwp);
934 linux_process_target::low_new_thread (lwp_info *info) function in class:linux_process_target
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-mips-low.cc 77 void low_new_thread (lwp_info *) override;
411 /* This is the implementation of linux target ops method low_new_thread.
416 mips_target::low_new_thread (lwp_info *lwp) function in class:mips_target
linux-arm-low.cc 109 void low_new_thread (lwp_info *) override;
757 arm_target::low_new_thread (lwp_info *lwp) function in class:arm_target
linux-x86-low.cc 169 void low_new_thread (lwp_info *) override;
747 x86_target::low_new_thread (lwp_info *lwp)
741 x86_target::low_new_thread (lwp_info *lwp) function in class:x86_target
linux-aarch64-low.cc 131 void low_new_thread (lwp_info *) override;
647 aarch64_target::low_new_thread (lwp_info *lwp) function in class:aarch64_target
linux-low.cc 930 low_new_thread (lwp);
936 linux_process_target::low_new_thread (lwp_info *info) function in class:linux_process_target

Completed in 61 milliseconds