Home
last modified time | relevance | path

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

/system/core/debuggerd/
Dcrash_dump.cpp223 static pid_t g_target_thread = -1; variable
248 if (!connect_tombstone_server(g_target_thread, &g_tombstoned_socket, &g_output_fd, in Initialize()
257 if (g_target_thread != 1) { in Initialize()
258 dprintf(g_output_fd.get(), " %d: %s\n", g_target_thread, abort_msg); in Initialize()
272 if (!android::base::ParseInt(argv[1], &g_target_thread, 1, std::numeric_limits<pid_t>::max())) { in ParseArgs()
601 populate_open_files_list(&open_files, g_target_thread); in main()
608 if (!android::procinfo::GetProcessTids(g_target_thread, &threads)) { in main()
626 bool fatal = thread == g_target_thread; in main()
665 if (thread == g_target_thread) { in main()
671 info.command_line = get_command_line(g_target_thread); in main()
[all …]