Home
last modified time | relevance | path

Searched refs:target_has_execution (Results 1 – 21 of 21) sorted by relevance

/freebsd-12-stable/contrib/gdb/gdb/
Dsol-thread.c556 if (target_has_execution) in sol_thread_fetch_registers()
741 if (target_has_execution) in sol_thread_xfer_memory()
772 if (target_has_execution) in sol_thread_xfer_partial()
933 if (target_has_execution) in sol_thread_alive()
1061 if (target_has_execution) in rw_common()
1150 if (target_has_execution) in ps_lgetregs()
1174 if (target_has_execution) in ps_lsetregs()
1282 if (target_has_execution) in ps_lgetfpregs()
1306 if (target_has_execution) in ps_lsetfpregs()
Dinfcmd.c122 if (!target_has_execution) error ("The program is not being run.");
389 if (! ptid_equal (inferior_ptid, null_ptid) && target_has_execution) in run_command()
992 if (!target_has_execution) in until_command()
1023 if (!target_has_execution) in advance_command()
1207 if (!target_has_execution) in finish_command()
1305 if (!target_has_execution) in program_info()
1787 if (target_has_execution) in attach_command()
Dgcore.c52 if (!target_has_execution) in gcore_command()
227 if (!target_has_execution) in derive_heap_segment()
Duw-thread.c532 if (target_has_execution) in add_thread_uw()
971 if (!target_has_execution) in libthread_init()
Dtarget.c315 if (target_has_execution) in kill_or_be_killed()
322 if (target_has_execution) in kill_or_be_killed()
1250 if (target_has_execution) in target_preopen()
1262 if (target_has_execution) in target_preopen()
Dobjc-lang.c114 if (! target_has_execution) in lookup_objc_class()
141 if (! target_has_execution) in lookup_child_selector()
170 if (!target_has_execution) in value_nsstring()
Dinfptrace.c639 if (!target_has_execution) in udot_info()
Dinfrun.c3223 && target_has_execution in normal_stop()
3237 if (target_has_execution) in normal_stop()
3244 if (target_has_execution && breakpoints_inserted) in normal_stop()
3872 if (target_has_execution) in restore_inferior_status()
Dtop.c1447 if (! ptid_equal (inferior_ptid, null_ptid) && target_has_execution) in quit_confirm()
1481 if (! ptid_equal (inferior_ptid, null_ptid) && target_has_execution) in quit_target()
Dtarget.h879 #define target_has_execution \ macro
Dfindvar.c463 if (!target_has_execution) in read_var_value()
Dinfcall.c399 if (!target_has_execution) in call_function_by_hand()
Dsolib-svr4.c585 else if (!ptid_equal (inferior_ptid, null_ptid) && target_has_execution) in locate_base()
Dthread-db.c618 if (objfile == NULL || !target_has_execution) in thread_db_new_objfile()
Dremote-vx.c716 if (PIDGET (inferior_ptid) != 0 && target_has_execution) in vx_load_command()
Dvalops.c165 if (!target_has_execution) in find_function_in_inferior()
186 if (!target_has_execution) in value_allocate_space_in_inferior()
Dprintcmd.c1398 if (from_tty && target_has_execution) in display_command()
Dinfttrace.c4940 if (!target_has_execution) in udot_info()
Dbreakpoint.c5825 if (!target_has_execution) in watch_command_1()
6888 if (ep_is_exception_catchpoint (bpt) && target_has_execution) in delete_breakpoint()
/freebsd-12-stable/gnu/usr.bin/gdb/libgdb/
Dfbsd-threads.c292 if (!target_has_execution) in get_current_lwp()
442 if (target_has_execution) in fbsd_thread_get_name()
826 if (target_has_execution) in fbsd_thread_xfer_memory()
846 if (!target_has_execution) in fbsd_lwp_fetch_registers()
1149 if (!target_has_execution) in fbsd_thread_alive()
/freebsd-12-stable/contrib/gdb/gdb/cli/
Dcli-dump.c576 if (!target_has_execution) in restore_command()