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

  /src/external/gpl3/gdb/dist/gdb/
bsd-kvm.c 126 const char *execfile = current_program_space->exec_filename (); local
127 temp_kd = kvm_openfiles (execfile, filename.c_str (), NULL,
148 symbol_file_add_main(execfile, 0);
bsd-kvm.c 126 const char *execfile = current_program_space->exec_filename (); local
127 temp_kd = kvm_openfiles (execfile, filename.c_str (), NULL,
148 symbol_file_add_main(execfile, 0);
  /src/external/gpl3/gdb.old/dist/gdb/
bsd-kvm.c 113 const char *execfile = NULL; local
127 execfile = get_exec_file (1);
128 temp_kd = kvm_openfiles (execfile, filename.c_str (), NULL,
149 symbol_file_add_main(execfile, 0);
bsd-kvm.c 113 const char *execfile = NULL; local
127 execfile = get_exec_file (1);
128 temp_kd = kvm_openfiles (execfile, filename.c_str (), NULL,
149 symbol_file_add_main(execfile, 0);
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
linetrace.c 131 static int check_follow_exec (const char *execfile);
132 static int check_follow_combo (const char *execfile);
133 static int path_collectable (const char *execfile);
138 static int linetrace_follow_experiment (const char *follow_spec, const char *lineage_str, const char *execfile);
355 check_follow_exec (const char *execfile)
360 /* revise based on collectability of execfile */
361 follow = path_collectable (execfile);
363 TprintfT (DBG_LT0, "check_follow_exec(%s)=%d\n", execfile, follow);
368 check_follow_combo (const char *execfile)
371 TprintfT (DBG_LT0, "check_follow_combo(%s)=%d\n", execfile, follow)
1068 char execfile[_POSIX_ARG_MAX] = {'\\0'}; local
    [all...]
linetrace.c 131 static int check_follow_exec (const char *execfile);
132 static int check_follow_combo (const char *execfile);
133 static int path_collectable (const char *execfile);
138 static int linetrace_follow_experiment (const char *follow_spec, const char *lineage_str, const char *execfile);
355 check_follow_exec (const char *execfile)
360 /* revise based on collectability of execfile */
361 follow = path_collectable (execfile);
363 TprintfT (DBG_LT0, "check_follow_exec(%s)=%d\n", execfile, follow);
368 check_follow_combo (const char *execfile)
371 TprintfT (DBG_LT0, "check_follow_combo(%s)=%d\n", execfile, follow)
1068 char execfile[_POSIX_ARG_MAX] = {'\\0'}; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
linetrace.c 131 static int check_follow_exec (const char *execfile);
132 static int check_follow_combo (const char *execfile);
133 static int path_collectable (const char *execfile);
138 static int linetrace_follow_experiment (const char *follow_spec, const char *lineage_str, const char *execfile);
355 check_follow_exec (const char *execfile)
360 /* revise based on collectability of execfile */
361 follow = path_collectable (execfile);
363 TprintfT (DBG_LT0, "check_follow_exec(%s)=%d\n", execfile, follow);
368 check_follow_combo (const char *execfile)
371 TprintfT (DBG_LT0, "check_follow_combo(%s)=%d\n", execfile, follow)
1068 char execfile[_POSIX_ARG_MAX] = {'\\0'}; local
    [all...]
linetrace.c 131 static int check_follow_exec (const char *execfile);
132 static int check_follow_combo (const char *execfile);
133 static int path_collectable (const char *execfile);
138 static int linetrace_follow_experiment (const char *follow_spec, const char *lineage_str, const char *execfile);
355 check_follow_exec (const char *execfile)
360 /* revise based on collectability of execfile */
361 follow = path_collectable (execfile);
363 TprintfT (DBG_LT0, "check_follow_exec(%s)=%d\n", execfile, follow);
368 check_follow_combo (const char *execfile)
371 TprintfT (DBG_LT0, "check_follow_combo(%s)=%d\n", execfile, follow)
1068 char execfile[_POSIX_ARG_MAX] = {'\\0'}; local
    [all...]

Completed in 51 milliseconds