Home
last modified time | relevance | path

Searched refs:has_execution (Results 1 – 17 of 17) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dprocess-stratum-target.h64 bool has_execution (inferior *inf) override;
Dtracefile.h130 bool has_execution (inferior *inf) override { return false; } in has_execution() function
Dprocess-stratum-target.c65 process_stratum_target::has_execution (inferior *inf) in has_execution() function
Dinferior.h460 bool has_execution () in has_execution() function
Dinferior.c458 if (inf->has_execution ()) in number_of_live_inferiors()
Drecord-full.c324 bool has_execution (inferior *inf) override;
2242 record_full_core_target::has_execution (inferior *inf) in has_execution() function
Dcorelow.c101 bool has_execution (inferior *inf) override { return false; } in has_execution() function
Dlinux-thread-db.c1645 if (thread->inf->has_execution ()) in update_thread_list()
Dtarget.h732 virtual bool has_execution (inferior *inf) { return false; } in has_execution() function
Dthread.c2123 if (!inf->has_execution ()) in update_threads_executing()
Dinfcmd.c553 if (!thread->inf->has_execution ()) in proceed_thread_callback()
Dtarget.c185 if (t->has_execution (inf)) in target_has_execution()
DChangeLog-2018752 * 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 …]
DChangeLog-20204255 * 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
Dremote.c5377 gdb_assert (this->has_execution (inf)); in start_remote_1()
15398 if (!remote->has_execution (inf)) in remote_objfile_changed_check_symbols()
Dinfrun.c3495 if (!tp->inf->has_execution ()) in proceed_resume_thread_checked()
Dbreakpoint.c617 if (inf->has_execution () in breakpoints_should_be_inserted_now()