Searched refs:step (Results 51 - 75 of 129) sorted by relevance

123456

/haiku-fatelf/src/bin/gdb/gdb/
H A Ddbug-rom.c113 dbug_cmds.step = "trace\r"; /* single step */
H A Ddink32-rom.c140 dink32_cmds.step = "tr +\r";
H A Dmcore-rom.c169 picobug_cmds.step = "s\n"; /* single step */
H A Docd.h58 #define OCD_STEP 0x25 /* Single step */
99 void ocd_resume (ptid_t ptid, int step, enum target_signal siggnal);
H A Dremote-est.c121 est_cmds.step = "sidr\r"; /* single step */
H A Dremote-hms.c92 hms_cmds.step = "s\r"; /* single step */
H A Dremote-sim.c90 static void gdbsim_resume (ptid_t ptid, int step, enum target_signal siggnal);
591 /* Resume execution of the target process. STEP says whether to single-step
599 gdbsim_resume (ptid_t ptid, int step, enum target_signal siggnal) argument
605 printf_filtered ("gdbsim_resume: step %d, signal %d\n", step, siggnal);
608 resume_step = step;
H A Dinfrun.c85 /* When set, stop the 'step' command if we enter a function which has
86 no line number information. The normal behavior is that we step
119 The simple approach is to single-step until control leaves the
125 running. In this case, we use a step-resume breakpoint to get us
126 past the dynamic linker, as if we were using "next" to step over a
130 linker code or not. Normally, this means we single-step. However,
132 address where we can place a step-resume breakpoint to get past the
166 we find ourselves in such a state, then we step the target beyond the
174 /* We can't step off a permanent breakpoint in the ordinary way, because we
186 how to step pas
514 resume(int step, enum target_signal sig) argument
706 proceed(CORE_ADDR addr, enum target_signal siggnal, int step) argument
[all...]
H A Dlinux-nat.c342 shared memory. We could step it out of the syscall,
343 two instructions, let it go, and then single-step the
344 parent once. When we have hardware single-step, this
345 would work; with software single-step it could still
347 single-step breakpoints in the child, and we'd have
348 to insert -just- the single-step breakpoint in the
354 is only the single-step breakpoint at vfork's return
989 lp->step = 0;
1010 linux_nat_resume (ptid_t ptid, int step, enum target_signal signo)
1015 /* A specific PTID means `step onl
1002 linux_nat_resume(ptid_t ptid, int step, enum target_signal signo) argument
[all...]
H A Dlynx-nat.c524 If STEP is nonzero, single-step it.
528 child_resume (ptid_t ptid, int step, enum target_signal signal) argument
535 /* If pid == -1, then we want to step/continue all threads, else
536 we only want to step/continue a single thread. */
540 func = step ? PTRACE_SINGLESTEP : PTRACE_CONT;
543 func = step ? PTRACE_SINGLESTEP_ONE : PTRACE_CONT_ONE;
551 have called single_step() to transmute the step request into a
H A Dppcbug-rom.c140 OPS->step = "t\r"; /* single step */
H A Dremote-rdi.c62 static void arm_rdi_resume (ptid_t pid, int step,
429 arm_rdi_resume (ptid_t ptid, int step, enum target_signal siggnal)
445 if (step)
456 if (step)
634 printf_filtered ("Target can%s single-step.\n", (arg1 & 0x4 ? "" : "not"));
427 arm_rdi_resume(ptid_t ptid, int step, enum target_signal siggnal) argument
H A Drom68k-rom.c198 rom68k_cmds.step = "st\r";
H A Dv850ice.c68 static void v850ice_resume (ptid_t ptid, int step,
144 #define GSINGLESTEP 0x200 /* single-step target */
405 v850ice_resume (ptid_t ptid, int step, enum target_signal siggnal) argument
414 if (step)
415 retval = ExeAppReq ("GDB", GSINGLESTEP, "step", &iob);
420 error ("ExeAppReq (step = %d) returned %d", step, retval);
H A Dhaiku-nat.c694 uint32 handleEvent, bool step)
701 message.single_step = step;
878 int step, enum target_signal sig)
973 haiku_continue_thread(teamDebugInfo, threadID, handleEvent, step);
979 haiku_child_resume (ptid_t ptid, int step, enum target_signal sig) argument
985 TRACE(("haiku_child_resume(`%s', step: %d, signal: %d)\n",
986 haiku_pid_to_str(ptid), step, sig));
993 haiku_resume_thread(&sTeamDebugInfo, thread, step, sig);
999 haiku_resume_thread(&sTeamDebugInfo, thread, step, sig);
693 haiku_continue_thread(team_debug_info *teamDebugInfo, thread_id threadID, uint32 handleEvent, bool step) argument
877 haiku_resume_thread(team_debug_info *teamDebugInfo, thread_debug_info *thread, int step, enum target_signal sig) argument
H A Di386-linux-nat.c764 If STEP is nonzero, single-step it.
768 child_resume (ptid_t ptid, int step, enum target_signal signal)
780 if (step)
758 child_resume(ptid_t ptid, int step, enum target_signal signal) argument
H A Dinf-ptrace.c64 single-step it. If SIGNAL is nonzero, give it that signal. */
67 inf_ptrace_resume (ptid_t ptid, int step, enum target_signal signal) argument
79 if (step)
82 function will have called single_step() to transmute the step
H A Dinfptrace.c104 /* On HPUX, PT_SINGLE1 is a form of step that preserves pending
189 If STEP is nonzero, single-step it.
193 child_resume (ptid_t ptid, int step, enum target_signal signal)
204 if (step)
207 function will have called single_step() to transmute the step
192 child_resume(ptid_t ptid, int step, enum target_signal signal) argument
H A Dremote-st.c350 st2000_resume (ptid_t ptid, int step, enum target_signal sig) argument
352 if (step)
H A Dremote-sds.c334 sds_resume (ptid_t ptid, int step, enum target_signal siggnal)
339 last_sent_step = step;
341 buf[0] = (step ? 21 : 20);
332 sds_resume(ptid_t ptid, int step, enum target_signal siggnal) argument
/haiku-fatelf/src/apps/icon-o-matic/import_export/svg/
H A DDocumentBuilder.cpp806 BGradient::ColorStop* step; local
807 if (gradient && (step = gradient->ColorAt(0))) {
808 color.red = step->color.red;
809 color.green = step->color.green;
810 color.blue = step->color.blue;
/haiku-fatelf/src/add-ons/kernel/network/protocols/tcp/
H A DEndpointManager.cpp458 uint32 step = i == 4 ? 1 : (system_time() & 0x1f) + 1; local
459 uint32 counter = fLastPort + step;
483 counter += step;
/haiku-fatelf/src/apps/cortex/InfoView/
H A DInfoView.cpp208 float step = fh.ascent + fh.descent + fh.leading + M_V_MARGIN; local
209 ScrollBar(B_VERTICAL)->SetSteps(step, step * 5);
/haiku-fatelf/src/preferences/locale/
H A DLanguageListView.cpp281 int step = fGlobalDropTargetIndicator ? 64 : 128; local
282 for (int i = 0; i < 256; i += step)
283 gradient.AddColor(i % (step * 2) == 0
/haiku-fatelf/src/libs/ncurses/form/
H A Dfty_regex.c258 match = (step(field_buffer(field, 0), ap->compiled_expression)

Completed in 275 milliseconds

123456