| /src/external/gpl3/gdb.old/dist/gdb/ |
| gdbthread.h | 325 bool executing () const function in class:thread_info 328 /* Set the thread's 'm_executing' field from EXECUTING, and if EXECUTING 330 void set_executing (bool executing); 341 THREAD_STOPPED states are different from EXECUTING. When the 343 like a software single-step breakpoint, EXECUTING will be false, 573 Note that a thread can be marked both as not-executing and 581 /* True means the thread is executing. Note: this is different 728 the current thread, and to not executing threads. */ 834 /* Marks thread PTID of TARG as executing, or not. If PTID i [all...] |
| infrun.h | 69 infrun_debug_printf (" thread %s, executing = %d, resumed = %d, " 72 thread->executing (),
|
| thread.c | 376 thread_info::set_executing (bool executing) 378 m_executing = executing; 379 if (executing) 439 gdb_assert (!this->executing ()); 691 /* Prefer the current thread if it's not executing. */ 695 executing, use it. Otherwise, still choose it (below), but 696 only if no other non-executing thread is found. */ 700 else if (!curr_tp->executing ()) 706 if (!tp->executing ()) 712 /* If both the current thread and all live threads are executing, [all...] |
| inflow.c | 529 if (thr->executing ())
|
| infrun.c | 996 if it was meant to be executing. */ 1002 && !thread->executing () 1297 gdb_printf (_("%s is executing new program: %s\n"), 1796 /* Disable range stepping while executing in the scratch pad. We 1797 want a single-step even if executing the displaced instruction in 2245 || tp->executing ()) 2248 "trap_expected=%d, resumed=%d, executing=%d\n", 2252 tp->executing ()); 2813 /* If displaced stepping is enabled, step over breakpoints by executing a 2977 executing it normally. But if this one cannot, jus [all...] |
| gdbarch_components.py | 1392 Return non-zero if the processor is executing a delay slot and a 1846 executing the copied instruction; the PC in REGS will refer to FROM, 2001 instruction(s). The effect of executing the instruction at TO shall 2002 be the same as if executing it at FROM. For example, call
|
| record-btrace.c | 2045 /* Clear the executing flag to allow changes to the current frame. 2048 For the latter, EXECUTING is false and this has no effect. 2049 For the former, EXECUTING is true and we're in wait, about to 2051 set EXECUTING to false. */ 2052 bool executing = tp->executing (); local 2056 set_executing (proc_target, inferior_ptid, executing);
|
| remote.c | 1223 void remote_notice_new_inferior (ptid_t currthread, bool executing); 1228 thread_info *remote_add_thread (ptid_t ptid, bool running, bool executing, 2923 /* Add thread PTID to GDB's thread list. Tag it as executing/running 2924 according to EXECUTING and RUNNING respectively. If SILENT_P (or the 2929 remote_target::remote_add_thread (ptid_t ptid, bool running, bool executing, 2946 if (executing) 2948 set_executing (this, ptid, executing); 2958 GDB's inferior list as well. EXECUTING indicates whether the 2959 thread is (internally) executing or stopped. */ 2962 remote_target::remote_notice_new_inferior (ptid_t currthread, bool executing) 4355 bool executing = target_is_non_stop_p (); local [all...] |
| infcmd.c | 547 running && !executing). The target side has no idea about why 987 /* Executing in reverse, the step_range_start address is in 2490 if (!thread->executing () 2583 selected thread is stopped, others may still be executing. 2770 if (thr->executing ())
|
| /src/external/gpl3/gdb/dist/gdb/ |
| gdbthread.h | 325 bool executing () const function in class:thread_info 328 /* Set the thread's 'm_executing' field from EXECUTING, and if EXECUTING 330 void set_executing (bool executing); 341 THREAD_STOPPED states are different from EXECUTING. When the 343 like a software single-step breakpoint, EXECUTING will be false, 573 Note that a thread can be marked both as not-executing and 581 /* True means the thread is executing. Note: this is different 728 the current thread, and to not executing threads. */ 834 /* Marks thread PTID of TARG as executing, or not. If PTID i [all...] |
| infrun.h | 69 infrun_debug_printf (" thread %s, executing = %d, resumed = %d, " 72 thread->executing (),
|
| thread.c | 376 thread_info::set_executing (bool executing) 378 m_executing = executing; 379 if (executing) 439 gdb_assert (!this->executing ()); 690 /* Prefer the current thread if it's not executing. */ 694 executing, use it. Otherwise, still choose it (below), but 695 only if no other non-executing thread is found. */ 699 else if (!curr_tp->executing ()) 705 if (!tp->executing ()) 711 /* If both the current thread and all live threads are executing, [all...] |
| inflow.c | 556 if (thr->executing ())
|
| infrun.c | 998 if it was meant to be executing. */ 1004 && !thread->executing () 1299 gdb_printf (_("%s is executing new program: %s\n"), 1796 /* Disable range stepping while executing in the scratch pad. We 1797 want a single-step even if executing the displaced instruction in 2239 || tp->executing ()) 2242 "trap_expected=%d, resumed=%d, executing=%d\n", 2246 tp->executing ()); 2807 /* If displaced stepping is enabled, step over breakpoints by executing a 2971 executing it normally. But if this one cannot, jus [all...] |
| gdbarch_components.py | 1405 Return non-zero if the processor is executing a delay slot and a 1874 executing the copied instruction; the PC in REGS will refer to FROM, 2029 instruction(s). The effect of executing the instruction at TO shall 2030 be the same as if executing it at FROM. For example, call
|
| record-btrace.c | 2042 /* Clear the executing flag to allow changes to the current frame. 2045 For the latter, EXECUTING is false and this has no effect. 2046 For the former, EXECUTING is true and we're in wait, about to 2048 set EXECUTING to false. */ 2049 bool executing = tp->executing (); local 2053 set_executing (proc_target, inferior_ptid, executing);
|
| remote.c | 1225 void remote_notice_new_inferior (ptid_t currthread, bool executing); 1230 thread_info *remote_add_thread (ptid_t ptid, bool running, bool executing, 2935 /* Add thread PTID to GDB's thread list. Tag it as executing/running 2936 according to EXECUTING and RUNNING respectively. If SILENT_P (or the 2941 remote_target::remote_add_thread (ptid_t ptid, bool running, bool executing, 2958 if (executing) 2960 set_executing (this, ptid, executing); 2970 GDB's inferior list as well. EXECUTING indicates whether the 2971 thread is (internally) executing or stopped. */ 2974 remote_target::remote_notice_new_inferior (ptid_t currthread, bool executing) 4381 bool executing = target_is_non_stop_p (); local [all...] |
| infcmd.c | 544 running && !executing). The target side has no idea about why 984 /* Executing in reverse, the step_range_start address is in 2488 if (!thread->executing () 2581 selected thread is stopped, others may still be executing. 2768 if (thr->executing ())
|
| /src/external/bsd/openldap/dist/servers/lloadd/ |
| client.c | 666 long freed = 0, executing; local 673 executing = c->c_n_ops_executing; 706 assert( freed == executing );
|
| upstream.c | 1070 long freed, executing; local 1087 executing = c->c_n_ops_executing; 1096 assert( freed == executing ); 1102 * event_del will block if the event is currently executing its callback, 1143 b->b_n_ops_executing -= executing;
|
| /src/external/apache2/llvm/dist/llvm/bindings/ocaml/executionengine/ |
| llvm_executionengine.mli | 23 directly loading an LLVM module and executing its functions without first
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/Unix/ |
| Memory.inc | 66 // executing these instructions will result in a segmentation fault.
|
| /src/sys/arch/m68k/fpsp/ |
| fpsp.h | 42 * All FPSP handlers begin by executing:
|
| /src/sys/arch/ia64/stand/common/ |
| help.common | 347 The entire contents of <filename> are read into memory before executing
|
| /src/crypto/external/apache2/openssl/dist/crypto/ |
| sparccpuid.S | 52 ! CPU the code is executing on is V8- or V9-compliant, as V9
|