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

  /src/external/gpl3/gdb.old/dist/gdb/
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-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)",
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
  /src/external/gpl3/gdb/dist/gdb/
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-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)",
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

Completed in 101 milliseconds