HomeSort by: relevance | last modified time | path
    Searched defs:proc_get_state (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
gnu-nat.c 346 gnu_nat_target::proc_get_state (struct proc *proc, int will_modify)
504 thread_state_t state = proc_get_state (proc, 1);
343 gnu_nat_target::proc_get_state (struct proc *proc, int will_modify) function in class:gnu_nat_target
  /src/external/gpl3/gdb.old/dist/gdb/
gnu-nat.c 345 gnu_nat_target::proc_get_state (struct proc *proc, int will_modify)
503 thread_state_t state = proc_get_state (proc, 1);
342 gnu_nat_target::proc_get_state (struct proc *proc, int will_modify) function in class:gnu_nat_target

Completed in 29 milliseconds