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

  /src/external/gpl3/gdb.old/dist/gdb/
linux-nat.h 83 bool supports_set_thread_options (gdb_thread_options options) override;
target-delegates-gen.c 109 bool supports_set_thread_options (gdb_thread_options arg0) override;
286 bool supports_set_thread_options (gdb_thread_options arg0) override;
2189 target_ops::supports_set_thread_options (gdb_thread_options arg0) function in class:target_ops
2191 return this->beneath ()->supports_set_thread_options (arg0);
2195 dummy_target::supports_set_thread_options (gdb_thread_options arg0) function in class:dummy_target
2201 debug_target::supports_set_thread_options (gdb_thread_options arg0) function in class:debug_target
2203 target_debug_printf_nofunc ("-> %s->supports_set_thread_options (...)", this->beneath ()->shortname ());
2205 = this->beneath ()->supports_set_thread_options (arg0);
2206 target_debug_printf_nofunc ("<- %s->supports_set_thread_options (%s) = %s",
target.h 764 virtual bool supports_set_thread_options (gdb_thread_options options)
linux-nat.c 4639 linux_nat_target::supports_set_thread_options (gdb_thread_options options)
4633 linux_nat_target::supports_set_thread_options (gdb_thread_options options) function in class:linux_nat_target
target.c 4334 return inf->top_target ()->supports_set_thread_options (options);
remote.c 997 bool supports_set_thread_options (gdb_thread_options) override;
15482 /* Implementation of the supports_set_thread_options target
15486 remote_target::supports_set_thread_options (gdb_thread_options options)
  /src/external/gpl3/gdb/dist/gdb/
linux-nat.h 83 bool supports_set_thread_options (gdb_thread_options options) override;
target-delegates-gen.c 109 bool supports_set_thread_options (gdb_thread_options arg0) override;
290 bool supports_set_thread_options (gdb_thread_options arg0) override;
2197 target_ops::supports_set_thread_options (gdb_thread_options arg0) function in class:target_ops
2199 return this->beneath ()->supports_set_thread_options (arg0);
2203 dummy_target::supports_set_thread_options (gdb_thread_options arg0) function in class:dummy_target
2209 debug_target::supports_set_thread_options (gdb_thread_options arg0) function in class:debug_target
2211 target_debug_printf_nofunc ("-> %s->supports_set_thread_options (...)", this->beneath ()->shortname ());
2213 = this->beneath ()->supports_set_thread_options (arg0);
2214 target_debug_printf_nofunc ("<- %s->supports_set_thread_options (%s) = %s",
target.h 764 virtual bool supports_set_thread_options (gdb_thread_options options)
linux-nat.c 4656 linux_nat_target::supports_set_thread_options (gdb_thread_options options)
4650 linux_nat_target::supports_set_thread_options (gdb_thread_options options) function in class:linux_nat_target
target.c 4345 return inf->top_target ()->supports_set_thread_options (options);
remote.c 999 bool supports_set_thread_options (gdb_thread_options) override;
15517 /* Implementation of the supports_set_thread_options target
15521 remote_target::supports_set_thread_options (gdb_thread_options options)

Completed in 48 milliseconds