Home
last modified time | relevance | path

Searched refs:step_thread (Results 1 – 25 of 41) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Debugger.Soft/Mono.Debugger.Soft/
H A DStepEventRequest.cs38 ThreadMirror step_thread; field in Mono.Debugger.Soft.StepEventRequest
47 this.step_thread = thread; in StepEventRequest()
54 …mods.Add (new StepModifier () { Thread = step_thread.Id, Depth = (int)Depth, Size = (int)Size, Fil… in Enable()
60 return step_thread;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/test/API/functionalities/thread/create_during_step/
H A Dmain.cpp32 std::thread *step_thread = (std::thread*)input; in create_thread_func() local
38 step_thread->join(); in create_thread_func()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/test/API/functionalities/thread/create_during_step/
H A Dmain.cpp32 std::thread *step_thread = (std::thread*)input; in create_thread_func() local
38 step_thread->join(); in create_thread_func()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/test/API/functionalities/thread/create_during_step/
H A Dmain.cpp32 std::thread *step_thread = (std::thread*)input; in create_thread_func() local
38 step_thread->join(); in create_thread_func()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/test/API/functionalities/thread/create_during_step/
H A Dmain.cpp32 std::thread *step_thread = (std::thread*)input; in create_thread_func() local
38 step_thread->join(); in create_thread_func()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/test/API/functionalities/thread/create_during_step/
H A Dmain.cpp32 std::thread *step_thread = (std::thread*)input; in create_thread_func() local
38 step_thread->join(); in create_thread_func()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/test/API/functionalities/thread/create_during_step/
H A Dmain.cpp32 std::thread *step_thread = (std::thread*)input; in create_thread_func() local
38 step_thread->join(); in create_thread_func()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/test/API/functionalities/thread/create_during_step/
H A Dmain.cpp32 std::thread *step_thread = (std::thread*)input; in create_thread_func() local
38 step_thread->join(); in create_thread_func()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/test/API/functionalities/thread/create_during_step/
H A Dmain.cpp32 std::thread *step_thread = (std::thread*)input; in create_thread_func() local
38 step_thread->join(); in create_thread_func()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/packages/Python/lldbsuite/test/functionalities/thread/create_during_step/
H A Dmain.cpp40 std::thread *step_thread = (std::thread*)input; in create_thread_func() local
46 step_thread->join(); in create_thread_func()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/test/API/functionalities/thread/create_during_step/
H A Dmain.cpp32 std::thread *step_thread = (std::thread*)input; in create_thread_func() local
38 step_thread->join(); in create_thread_func()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/gdbserver/
H A Dtarget.c40 if ((!ptid_equal (step_thread, null_ptid) in set_desired_inferior()
41 && !ptid_equal (step_thread, minus_one_ptid)) in set_desired_inferior()
44 found = find_thread_ptid (step_thread); in set_desired_inferior()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/gdbserver/
H A Dtarget.c45 if (step_thread > 0 && (cont_thread == 0 || cont_thread == -1)) in set_desired_inferior()
47 step_thread); in set_desired_inferior()
H A Dserver.c30 int step_thread; variable
444 step_thread = strtol (&own_buf[2], NULL, 16); in main()
H A Dserver.h120 extern int step_thread;
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/gdbserver/
H A Dtarget.c45 if (step_thread > 0 && (cont_thread == 0 || cont_thread == -1)) in set_desired_inferior()
47 step_thread); in set_desired_inferior()
H A Dserver.c30 int step_thread; variable
444 step_thread = strtol (&own_buf[2], NULL, 16); in main()
H A Dserver.h120 extern int step_thread;
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dgnu-nat.c186 struct proc *step_thread; member
611 if (proc == inf->step_thread) in _proc_free()
651 inf->step_thread = 0; in make_inf()
1166 if (inf->step_thread != thread) in inf_set_step_thread()
1168 if (inf->step_thread && inf->step_thread->port != MACH_PORT_NULL) in inf_set_step_thread()
1169 if (!proc_trace (inf->step_thread, 0)) in inf_set_step_thread()
1172 inf->step_thread = thread; in inf_set_step_thread()
1174 inf->step_thread = 0; in inf_set_step_thread()
1932 struct proc *step_thread = 0; in gnu_resume() local
1983 if (!step_thread) in gnu_resume()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dgnu-nat.c186 struct proc *step_thread; member
611 if (proc == inf->step_thread) in _proc_free()
651 inf->step_thread = 0; in make_inf()
1166 if (inf->step_thread != thread) in inf_set_step_thread()
1168 if (inf->step_thread && inf->step_thread->port != MACH_PORT_NULL) in inf_set_step_thread()
1169 if (!proc_trace (inf->step_thread, 0)) in inf_set_step_thread()
1172 inf->step_thread = thread; in inf_set_step_thread()
1174 inf->step_thread = 0; in inf_set_step_thread()
1932 struct proc *step_thread = 0; in gnu_resume() local
1983 if (!step_thread) in gnu_resume()
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dgnu-nat.c188 struct proc *step_thread; member
615 if (proc == inf->step_thread) in _proc_free()
655 inf->step_thread = 0; in make_inf()
1197 if (inf->step_thread != thread) in inf_set_step_thread()
1199 if (inf->step_thread && inf->step_thread->port != MACH_PORT_NULL) in inf_set_step_thread()
1200 if (!proc_trace (inf->step_thread, 0)) in inf_set_step_thread()
1203 inf->step_thread = thread; in inf_set_step_thread()
1205 inf->step_thread = 0; in inf_set_step_thread()
1980 struct proc *step_thread = 0; in gnu_resume() local
2038 if (!step_thread) in gnu_resume()
[all …]
/dports/devel/gdb/gdb-11.1/gdb/
H A Dgnu-nat.c172 struct proc *step_thread; member
599 if (proc == inf->step_thread) in _proc_free()
639 inf->step_thread = 0; in make_inf()
1188 if (inf->step_thread != thread) in inf_set_step_thread()
1190 if (inf->step_thread && inf->step_thread->port != MACH_PORT_NULL) in inf_set_step_thread()
1191 if (!proc_trace (inf->step_thread, 0)) in inf_set_step_thread()
1194 inf->step_thread = thread; in inf_set_step_thread()
1196 inf->step_thread = 0; in inf_set_step_thread()
1974 struct proc *step_thread = 0; in resume() local
2034 if (!step_thread) in resume()
[all …]
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dgnu-nat.c188 struct proc *step_thread; member
615 if (proc == inf->step_thread) in _proc_free()
655 inf->step_thread = 0; in make_inf()
1197 if (inf->step_thread != thread) in inf_set_step_thread()
1199 if (inf->step_thread && inf->step_thread->port != MACH_PORT_NULL) in inf_set_step_thread()
1200 if (!proc_trace (inf->step_thread, 0)) in inf_set_step_thread()
1203 inf->step_thread = thread; in inf_set_step_thread()
1205 inf->step_thread = 0; in inf_set_step_thread()
1980 struct proc *step_thread = 0; in gnu_resume() local
2038 if (!step_thread) in gnu_resume()
[all …]
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/coregrind/m_gdbserver/
H A Dtarget.c836 if ((step_thread != 0 && step_thread != -1) in set_desired_inferior()
839 step_thread); in set_desired_inferior()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/coregrind/m_gdbserver/
H A Dtarget.c836 if ((step_thread != 0 && step_thread != -1) in set_desired_inferior()
839 step_thread); in set_desired_inferior()

12