Home
last modified time | relevance | path

Searched refs:get_command_line (Results 1 – 6 of 6) sorted by relevance

/system/core/debuggerd/
Dutil.h25 std::vector<std::string> get_command_line(pid_t pid);
Dutil.cpp29 std::vector<std::string> get_command_line(pid_t pid) { in get_command_line() function
Dcrash_dump.cpp517 info.command_line = get_command_line(g_target_thread); in main()
/system/core/debuggerd/libdebuggerd/
Dbacktrace.cpp112 dump_process_header(&log, pid, get_command_line(pid)); in dump_backtrace_header()
Dtombstone.cpp575 std::vector<std::string> command_line = get_command_line(pid); in engrave_tombstone_ucontext()
/system/core/debuggerd/client/
Ddebuggerd_client.cpp99 << "Cmd line: " << android::base::Join(get_command_line(pid), " ") << "\n"; in get_wchan_data()