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

  /src/external/gpl3/gdb/dist/gdb/
inferior.h 448 struct process_stratum_target *process_target ()
447 struct process_stratum_target *process_target () function in class:inferior
linux-thread-db.c 168 process_stratum_target *process_target; member in struct:thread_db_info
230 info->process_target = current_inferior ()->process_target ();
254 if (targ == info->process_target && pid == info->pid)
275 if (targ == info->process_target && pid == info->pid)
410 info = get_thread_db_info (stopped->inf->process_target (), ptid.pid ());
426 tp = stopped->inf->process_target ()->find_thread (ptid);
1036 delete_thread_db_info (current_inferior ()->process_target (),
1211 thread_db_info *info = get_thread_db_info (inf->process_target (),
1369 tp = add_thread_with_info (info->process_target, ptid
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
inferior.h 454 struct process_stratum_target *process_target ()
453 struct process_stratum_target *process_target () function in class:inferior
linux-thread-db.c 167 process_stratum_target *process_target; member in struct:thread_db_info
229 info->process_target = current_inferior ()->process_target ();
253 if (targ == info->process_target && pid == info->pid)
274 if (targ == info->process_target && pid == info->pid)
409 info = get_thread_db_info (stopped->inf->process_target (), ptid.pid ());
425 tp = stopped->inf->process_target ()->find_thread (ptid);
1036 delete_thread_db_info (current_inferior ()->process_target (),
1211 thread_db_info *info = get_thread_db_info (inf->process_target (),
1369 tp = add_thread_with_info (info->process_target, ptid
    [all...]

Completed in 34 milliseconds