Searched defs:PT_EXEC_PATH (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c110 static const char PT_EXEC_PATH[] = "a.out"; /* Default executable */ variable
5241 const char *aout_path = argc > 0 ? argv[0] : PT_EXEC_PATH;
5299 aout_path == PT_EXEC_PATH ? NULL : aout_path, PR_ARG_ANY,
5352 * name was given explicitly. If we defaulted to PT_EXEC_PATH or

Completed in 77 milliseconds