Home
last modified time | relevance | path

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

/external/perfetto/src/perfetto_cmd/
Dperfetto_cmd.cc454 if (query_service_ && (is_detach() || is_attach() || background)) { in Main()
459 if (is_detach() && is_attach()) { in Main()
469 if (stop_trace_once_attached_ && !is_attach()) { in Main()
475 (is_attach() | is_detach() || query_service_ || has_config_options)) { in Main()
490 const bool will_trace = !is_attach() && !query_service_ && !bugreport_; in Main()
785 if (is_attach()) { in OnConnect()
Dperfetto_cmd.h68 bool is_attach() const { return !attach_key_.empty(); } in is_attach() function
/external/llvm-project/lldb/tools/lldb-vscode/
DVSCode.h104 bool is_attach; member
DVSCode.cpp41 stop_at_entry(false), is_attach(false),
Dlldb-vscode.cpp548 g_vsc.is_attach = true; in request_attach()
805 bool defaultTerminateDebuggee = g_vsc.is_attach ? false : true; in request_disconnect()
1449 g_vsc.is_attach = true; in request_runInTerminal()
1522 g_vsc.is_attach = false; in request_launch()