Searched refs:has_execution (Results 1 – 17 of 17) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | process-stratum-target.h | 64 bool has_execution (inferior *inf) override;
|
| D | tracefile.h | 130 bool has_execution (inferior *inf) override { return false; } in has_execution() function
|
| D | process-stratum-target.c | 65 process_stratum_target::has_execution (inferior *inf) in has_execution() function
|
| D | inferior.h | 460 bool has_execution () in has_execution() function
|
| D | inferior.c | 458 if (inf->has_execution ()) in number_of_live_inferiors()
|
| D | record-full.c | 324 bool has_execution (inferior *inf) override; 2242 record_full_core_target::has_execution (inferior *inf) in has_execution() function
|
| D | corelow.c | 101 bool has_execution (inferior *inf) override { return false; } in has_execution() function
|
| D | linux-thread-db.c | 1645 if (thread->inf->has_execution ()) in update_thread_list()
|
| D | target.h | 732 virtual bool has_execution (inferior *inf) { return false; } in has_execution() function
|
| D | thread.c | 2123 if (!inf->has_execution ()) in update_threads_executing()
|
| D | infcmd.c | 553 if (!thread->inf->has_execution ()) in proceed_thread_callback()
|
| D | target.c | 185 if (t->has_execution (inf)) in target_has_execution()
|
| D | ChangeLog-2018 | 752 * corelow.c (core_target) <has_all_memory, has_execution>: New 757 (inf_child_target::has_execution): Delete. 759 has_stack, has_registers, has_execution>: Delete. 765 (process_stratum_target::has_execution): New. 768 has_execution>: New method overrides. 770 has_memory, has_stack, has_registers, has_execution>: Delete. 772 has_execution>: Delete. 774 has_registers, has_execution>: Delete. 783 * tracefile.h (tracefile_target) <has_execution>: New override. 11181 has_execution, can_async_p, is_async_p, supports_non_stop, [all …]
|
| D | ChangeLog-2020 | 4255 * inferior.h (class inferior) <has_execution>: Update. 18399 * corelow.c (core_target::has_execution): Change parameter type to 18402 inferior::has_execution instead of target_has_execution_1. 18403 * inferior.h (inferior::has_execution): New. 18405 inferior::has_execution instead of target_has_execution_1. 18407 (process_stratum_target::has_execution): Change parameter type to 18411 (process_stratum_target::has_execution): Change parameter type to 18413 * record-full.c (record_full_core_target::has_execution): Change 18418 * target.h (target_ops::has_execution): Change parameter type to 18422 * tracefile.h (tracefile_target::has_execution): Change parameter
|
| D | remote.c | 5377 gdb_assert (this->has_execution (inf)); in start_remote_1() 15398 if (!remote->has_execution (inf)) in remote_objfile_changed_check_symbols()
|
| D | infrun.c | 3495 if (!tp->inf->has_execution ()) in proceed_resume_thread_checked()
|
| D | breakpoint.c | 617 if (inf->has_execution () in breakpoints_should_be_inserted_now()
|