Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/
H A Dinfrun.c985 static int singlestep_breakpoints_inserted_p = 0; variable
1676 singlestep_breakpoints_inserted_p = 1; in maybe_software_singlestep()
1713 && (step || singlestep_breakpoints_inserted_p))) in user_visible_resume_ptid()
1854 if (singlestep_breakpoints_inserted_p in resume()
1869 singlestep_breakpoints_inserted_p = 0; in resume()
1882 gdb_assert (!(singlestep_breakpoints_inserted_p && step)); in resume()
1890 if (singlestep_breakpoints_inserted_p in resume()
1906 else if ((step || singlestep_breakpoints_inserted_p) in resume()
1958 if ((step || singlestep_breakpoints_inserted_p) in resume()
3034 if (singlestep_breakpoints_inserted_p in adjust_pc_after_break()
[all …]