HomeSort by: relevance | last modified time | path
    Searched refs:thread_events (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
linux-nat.h 81 void thread_events (bool) override;
target-delegates-gen.c 108 void thread_events (bool arg0) override;
285 void thread_events (bool arg0) override;
2168 target_ops::thread_events (bool arg0) function in class:target_ops
2170 this->beneath ()->thread_events (arg0);
2174 dummy_target::thread_events (bool arg0) function in class:dummy_target
2179 debug_target::thread_events (bool arg0) function in class:debug_target
2181 target_debug_printf_nofunc ("-> %s->thread_events (...)", this->beneath ()->shortname ());
2182 this->beneath ()->thread_events (arg0);
2183 target_debug_printf_nofunc ("<- %s->thread_events (%s)",
amd-dbgapi-target.c 272 void thread_events (bool enable) override;
1808 amd_dbgapi_target::thread_events (bool enable) function in class:amd_dbgapi_target
1811 beneath ()->thread_events (enable);
target.h 760 virtual void thread_events (bool)
linux-nat.c 4633 linux_nat_target::thread_events (bool enable)
4627 linux_nat_target::thread_events (bool enable) function in class:linux_nat_target
target.c 4325 current_inferior ()->top_target ()->thread_events (enable);
remote.c 995 void thread_events (bool) override;
15451 remote_target::thread_events (bool enable)
  /src/external/gpl3/gdb/dist/gdb/
linux-nat.h 81 void thread_events (bool) override;
target-delegates-gen.c 108 void thread_events (bool arg0) override;
289 void thread_events (bool arg0) override;
2176 target_ops::thread_events (bool arg0) function in class:target_ops
2178 this->beneath ()->thread_events (arg0);
2182 dummy_target::thread_events (bool arg0) function in class:dummy_target
2187 debug_target::thread_events (bool arg0) function in class:debug_target
2189 target_debug_printf_nofunc ("-> %s->thread_events (...)", this->beneath ()->shortname ());
2190 this->beneath ()->thread_events (arg0);
2191 target_debug_printf_nofunc ("<- %s->thread_events (%s)",
amd-dbgapi-target.c 294 void thread_events (bool enable) override;
1843 amd_dbgapi_target::thread_events (bool enable) function in class:amd_dbgapi_target
1846 beneath ()->thread_events (enable);
target.h 760 virtual void thread_events (bool)
linux-nat.c 4650 linux_nat_target::thread_events (bool enable)
4644 linux_nat_target::thread_events (bool enable) function in class:linux_nat_target
target.c 4336 current_inferior ()->top_target ()->thread_events (enable);
remote.c 997 void thread_events (bool) override;
15486 remote_target::thread_events (bool enable)

Completed in 81 milliseconds