Searched refs:log_process (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Target/
H A DStopInfo.cpp498 Log * log_process(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_PROCESS));
500 if (log_process)
501 log_process->Printf ("Process::%s could not find breakpoint site id: %" PRId64 "...", __FUNCTION__, m_value);
794 Log * log_process(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_PROCESS));
796 if (log_process)
797 log_process->Printf ("Process::%s could not find watchpoint id: %" PRId64 "...", __FUNCTION__, m_value);
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachTask.cpp534 const bool log_process = DNBLogCheckLogBit(LOG_TASK); local
535 if (log_process || err.Fail())

Completed in 215 milliseconds