Searched refs:step (Results 151 - 175 of 198) sorted by relevance

12345678

/freebsd-11-stable/contrib/gdb/gdb/
H A Dremote-mips.c92 static void mips_resume (ptid_t ptid, int step,
1187 s single step (if ADDR != 1, set pc to ADDR)
1680 mips_resume (ptid_t ptid, int step, enum target_signal siggnal)
1685 a single step, so we wait for that. */
1686 mips_request (step ? 's' : 'c', 1, siggnal,
1687 mips_monitor == MON_LSI && step ? &err : (int *) NULL,
1726 /* If we have not sent a single step or continue command, then the
1677 mips_resume(ptid_t ptid, int step, enum target_signal siggnal) argument
H A Dnto-procfs.c830 procfs_resume (ptid_t ptid, int step, enum target_signal signo) argument
842 if (step)
H A Dremote-e7000.c696 e7000_resume (ptid_t ptid, int step, enum target_signal sigal) argument
698 if (step)
2081 case 0: /* Single step */
H A Dremote-rdp.c1202 /* Resume execution of the target process. STEP says whether to single-step
1207 remote_rdp_resume (ptid_t ptid, int step, enum target_signal siggnal)
1209 if (step)
1206 remote_rdp_resume(ptid_t ptid, int step, enum target_signal siggnal) argument
H A Dthread-db.c784 thread_db_resume (ptid_t ptid, int step, enum target_signal signo)
796 target_beneath->to_resume (ptid, step, signo);
778 thread_db_resume(ptid_t ptid, int step, enum target_signal signo) argument
H A Dtarget.c1711 debug_to_resume (ptid_t ptid, int step, enum target_signal siggnal)
1713 debug_target.to_resume (ptid, step, siggnal);
1716 step ? "step" : "continue",
1706 debug_to_resume(ptid_t ptid, int step, enum target_signal siggnal) argument
H A Dwin32-nat.c1409 with a SPURIOUS because resume can try and step or modify things,
1943 child_resume (ptid_t ptid, int step, enum target_signal sig) argument
1986 DEBUG_EXEC (("gdb: child_resume (pid=%d, step=%d, sig=%d);\n",
1987 pid, step, sig));
1993 if (step)
1995 /* Single step by setting t bit */
H A Dprocfs.c1058 int proc_run_process (procinfo * pi, int step, int signo);
1713 * - single-step
1727 * step if true, set the process or LWP to trap after one instr.
1735 proc_run_process (procinfo *pi, int step, int signo) argument
1752 if (step)
4457 * step: if true, then arrange for the child to stop again
4468 procfs_resume (ptid_t ptid, int step, enum target_signal signo) argument
4535 if (!proc_run_process (pi, step, native_signo))
H A Dgnu-nat.c1178 inf_debug (inf, "setting step thread: %d/%d", inf->pid, thread->tid);
1180 inf_debug (inf, "clearing step thread");
1285 inf_set_step_thread (inf, 0); /* The step thread is special. */
1300 inf_set_step_thread (inf, 0); /* The step thread is special. */
1944 If STEP is nonzero, single-step it.
1948 -1 true Single step the current thread allowing other threads to run.
1950 X true Single step the given thread, don't allow any others to run.
1959 gnu_resume (ptid_t tid, int step, enum target_signal sig)
1964 inf_debug (inf, "tid = %d, step = %d, sig = %d", PIDGET (tid), step, si
1930 gnu_resume(ptid_t tid, int step, enum target_signal sig) argument
[all...]
H A Dwince.c936 /* Single step (in a painstaking fashion) by inspecting the current
951 /* Single step (in a painstaking fashion) by inspecting the current
988 /* Single step (in a painstaking fashion) by inspecting the current
1501 with a SPURIOUS because resume can try and step or modify things,
1836 child_resume (ptid_t ptid, int step, enum target_signal sig) argument
1843 DEBUG_EXEC (("gdb: child_resume (pid=%d, step=%d, sig=%d);\n",
1844 pid, step, sig));
/freebsd-11-stable/contrib/subversion/subversion/svnsync/
H A Dsvnsync.c1641 svn_revnum_t step = 1;
1668 step = (baton->start_rev > baton->end_rev) ? -1 : 1;
1669 for (i = baton->start_rev; i != baton->end_rev + step; i = i + step)
1637 svn_revnum_t step = 1; local
/freebsd-11-stable/sys/contrib/v4l/
H A Dvideodev2.h416 __u32 step_width; /* Frame width step size [pixel] */
419 __u32 step_height; /* Frame height step size [pixel] */
447 struct v4l2_fract step; /* Frame interval step size [s] */ member in struct:v4l2_frmival_stepwise
958 __s32 step; member in struct:v4l2_queryctrl
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_xar.c986 int64_t step; local
988 step = offset - (xar->offset - xar->h_base);
989 if (step > 0) {
990 step = __archive_read_consume(a, step);
991 if (step < 0)
992 return ((int)step);
993 xar->offset += step;
H A Darchive_ppmd7.c95 unsigned step = (i >= 12 ? 4 : (i >> 2) + 1); local
96 do { p->Units2Indx[k++] = (Byte)i; } while(--step);
H A Darchive_read_support_format_7zip.c507 int step = check_7zip_header_in_sfx(p); local
508 if (step == 0)
510 p += step;
586 int step = check_7zip_header_in_sfx(p); local
587 if (step == 0) {
595 p += step;
H A Darchive_ppmd8.c72 unsigned step = (i >= 12 ? 4 : (i >> 2) + 1); local
73 do { p->Units2Indx[k++] = (Byte)i; } while (--step);
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3ext.h138 int (*step)(sqlite3_stmt*); member in struct:sqlite3_api_routines
467 #define sqlite3_step sqlite3_api->step
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_mode.h289 uint16_t step; member in struct:radeon_atom_ss
/freebsd-11-stable/contrib/ofed/librdmacm/examples/
H A Dcmtime.c56 enum step { enum
182 printf("step total ms max ms min us us / conn\n");
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp431 virtual int step() { _LIBUNWIND_ABORT("step not implemented"); } function in class:libunwind::AbstractUnwindCursor
471 virtual int step();
890 virtual int step();
1974 int UnwindCursor<A, R>::step() { function in class:libunwind::UnwindCursor
/freebsd-11-stable/sys/contrib/ck/src/
H A Dck_rhs.c116 unsigned long step; member in struct:ck_rhs_map
369 map->step = ck_cc_ffsl(n_entries);
/freebsd-11-stable/contrib/apr/
H A Dlibapr.mak272 echo Helper for Post-build step > "$(DS_POSTBUILD_DEP)"
516 echo Helper for Post-build step > "$(DS_POSTBUILD_DEP)"
760 echo Helper for Post-build step > "$(DS_POSTBUILD_DEP)"
1004 echo Helper for Post-build step > "$(DS_POSTBUILD_DEP)"
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c2189 vspltis_constant (rtx op, unsigned step, unsigned copies)
2223 && (splat_val >= 0 || (step == 1 && copies == 1)))
2234 if (((i + 1) & (step - 1)) == 0)
2253 unsigned step, copies;
2261 step = GET_MODE_NUNITS (mode) / 4;
2264 if (vspltis_constant (op, step, copies))
2268 if (step == 1)
2271 step >>= 1;
2273 if (vspltis_constant (op, step, copies))
2277 if (step
2181 vspltis_constant(rtx op, unsigned step, unsigned copies) argument
2245 unsigned step, copies; local
2289 unsigned step = nunits / 4; local
[all...]
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.js8567 // force the next step to be the last
8577 // start the next in the queue if the last step wasn't forced
8682 if ( this.options.step ) {
8683 this.options.step.call( this.elem, this.now, this );
8686 ( jQuery.fx.step[ this.prop ] || jQuery.fx.step._default )( this );
8715 return self.step( gotoEnd );
8762 // Each step of an animation
8763 step: function( gotoEnd ) {
8833 // Perform the next step o
[all...]
/freebsd-11-stable/lib/libthread_db/
H A Dlibthr_db.c713 pt_thr_sstep(const td_thrhandle_t *th, int step __unused)

Completed in 332 milliseconds

12345678