Lines Matching defs:on

241        must be on to use breakpoints.  */
319 /* Thread_abort is called on PROC if needed. PROC must be a thread proc.
341 /* An exception is pending on PROC, which don't mess with. */
482 overwritten, in which case who knows what's going on. */
512 /* Turns hardware tracing in PROC on or off when SET is true or false,
513 respectively. Returns true on success. */
522 proc_debug (proc, "tracing %s", set ? "on" : "off");
732 /* Make the port on which we receive all events. */
878 /* Turns tracing for INF on or off, depending on ON, unless it already
883 inf_set_traced (struct inf *inf, int on)
885 if (on == inf->traced)
891 sigset_t mask = on ? ~(sigset_t) 0 : 0;
897 if (on)
900 inf->traced = on;
906 inf->traced = on;
909 inf->traced = on;
956 /* Once any thread has executed some code, we can't depend on the
1471 /* Always get information on events from the proc server. */
1473 inf_debug (inf, "requesting wait on pid %d", inf->pid);
1479 inf_debug (inf, "cancelling previous wait on pid %d", proc_wait_pid);
1748 /* We have a wait outstanding on the process, which will return more
2199 on signals, etc. We'd better not have left any breakpoints
2278 gdb's address space. Return 0 on failure; number of bytes read
2481 /* Return 0 on failure, number of bytes handled otherwise. TARGET
2507 /* Call FUNC on each memory region in the task. */
2735 _parse_bool_arg (args, "on", "off", cmd_prefix)
3045 char *inv_args = parse_bool_arg (args, "set noninvasive") ? "off" : "on";
3198 A value of \"on\" takes effect immediately, otherwise nothing happens\n\
3200 When setting this to \"off\", \"set thread default pause on\" can be\n\
3208 "Set the suspend count will leave on the thread when detaching.",
3211 "Show the suspend count will leave on the thread when detaching.",
3222 /* A convenient way of turning on all options require to noninvasively
3376 A value of \"on\" takes effect immediately, otherwise nothing happens\n\
3395 "Set the suspend count will leave on the thread when detaching.\n\
3400 "Show the suspend count will leave on the thread when detaching.\n\
3441 /* When over-writing code on some machines the I-Cache must be flushed