HomeSort by relevance Sort by last modified time
    Searched refs:ProcessPOSIXLog (Results 1 - 12 of 12) sorted by null

  /external/lldb/source/Plugins/Process/POSIX/
ProcessPOSIXLog.cpp 1 //===-- ProcessPOSIXLog.cpp ---------------------------------------*- C++ -*-===//
10 #include "ProcessPOSIXLog.h"
16 #include "ProcessPOSIXLog.h"
38 ProcessPOSIXLog::GetLogIfAllCategoriesSet (uint32_t mask)
73 ProcessPOSIXLog::DisableLog (const char **args, Stream *feedback_strm)
106 ProcessPOSIXLog::EnableLog (StreamSP &log_stream_sp, uint32_t log_options, const char **args, Stream *feedback_strm)
155 ProcessPOSIXLog::ListLogCategories (Stream *strm)
175 " watch - log watchpoint related activities\n", ProcessPOSIXLog::m_pluginname);
180 ProcessPOSIXLog::LogIf (uint32_t mask, const char *format, ...)
182 Log *log (ProcessPOSIXLog::GetLogIfAllCategoriesSet (mask))
    [all...]
POSIXThread.cpp 30 #include "ProcessPOSIXLog.h"
51 Log *log (ProcessPOSIXLog::GetLogIfAllCategoriesSet (POSIX_LOG_THREAD));
101 Log *log (ProcessPOSIXLog::GetLogIfAllCategoriesSet (POSIX_LOG_THREAD));
180 Log *log (ProcessPOSIXLog::GetLogIfAllCategoriesSet (POSIX_LOG_THREAD));
217 Log *log (ProcessPOSIXLog::GetLogIfAllCategoriesSet (POSIX_LOG_THREAD));
238 Log *log (ProcessPOSIXLog::GetLogIfAllCategoriesSet (POSIX_LOG_THREAD));
271 Log *log (ProcessPOSIXLog::GetLogIfAllCategoriesSet (POSIX_LOG_THREAD));
387 Log *log (ProcessPOSIXLog::GetLogIfAllCategoriesSet (POSIX_LOG_THREAD));
432 Log *log (ProcessPOSIXLog::GetLogIfAllCategoriesSet (POSIX_LOG_THREAD));
506 Log *log (ProcessPOSIXLog::GetLogIfAllCategoriesSet (POSIX_LOG_THREAD))
    [all...]
Android.mk 16 ProcessPOSIXLog.cpp \
ProcessPOSIXLog.h 1 //===-- ProcessPOSIXLog.h -----------------------------------------*- C++ -*-===//
40 class ProcessPOSIXLog
79 // LogSP log (ProcessPOSIXLog::GetLogIfAllCategoriesSet(POSIX_LOG_ALL));
82 // ProcessPOSIXLog::IncNestLevel();
83 // if (ProcessPOSIXLog::AtTopNestLevel())
88 // ProcessPOSIXLog::DecNestLevel();
ProcessPOSIX.cpp 29 #include "ProcessPOSIXLog.h"
60 ProcessPOSIXLog::DisableLog,
61 ProcessPOSIXLog::EnableLog,
62 ProcessPOSIXLog::ListLogCategories
122 Log *log (ProcessPOSIXLog::GetLogIfAllCategoriesSet (POSIX_LOG_PROCESS));
491 Log *log (ProcessPOSIXLog::GetLogIfAllCategoriesSet (POSIX_LOG_PROCESS));
672 Log *log (ProcessPOSIXLog::GetLogIfAllCategoriesSet(POSIX_LOG_WATCHPOINTS));
739 Log *log (ProcessPOSIXLog::GetLogIfAllCategoriesSet(POSIX_LOG_WATCHPOINTS));
818 Log *log (ProcessPOSIXLog::GetLogIfAllCategoriesSet (POSIX_LOG_THREAD));
RegisterContext_i386.cpp 16 #include "ProcessPOSIXLog.h"
522 Log *log (ProcessPOSIXLog::GetLogIfAllCategoriesSet (POSIX_LOG_REGISTERS));
  /external/lldb/source/Plugins/Process/FreeBSD/
ProcessFreeBSD.cpp 23 #include "ProcessPOSIXLog.h"
56 ProcessPOSIXLog::DisableLog,
57 ProcessPOSIXLog::EnableLog,
58 ProcessPOSIXLog::ListLogCategories
62 ProcessPOSIXLog::RegisterPluginName(GetPluginNameStatic());
ProcessMonitor.cpp 35 #include "ProcessPOSIXLog.h"
70 Log *log (ProcessPOSIXLog::GetLogIfAllCategoriesSet(POSIX_LOG_PTRACE));
489 Log *log (ProcessPOSIXLog::GetLogIfAllCategoriesSet (POSIX_LOG_PROCESS));
872 Log *log (ProcessPOSIXLog::GetLogIfAllCategoriesSet (POSIX_LOG_PROCESS));
1113 Log *log (ProcessPOSIXLog::GetLogIfAllCategoriesSet (POSIX_LOG_PROCESS));
1151 Log *log (ProcessPOSIXLog::GetLogIfAllCategoriesSet (POSIX_LOG_PROCESS));
    [all...]
  /external/lldb/source/Plugins/Process/Linux/
ProcessLinux.cpp 23 #include "ProcessPOSIXLog.h"
53 ProcessPOSIXLog::DisableLog,
54 ProcessPOSIXLog::EnableLog,
55 ProcessPOSIXLog::ListLogCategories
59 ProcessPOSIXLog::RegisterPluginName(GetPluginNameStatic());
150 Log *log (ProcessPOSIXLog::GetLogIfAllCategoriesSet (POSIX_LOG_PROCESS));
ProcessMonitor.cpp 37 #include "ProcessPOSIXLog.h"
87 Log *verbose_log (ProcessPOSIXLog::GetLogIfAllCategoriesSet (
152 Log *log (ProcessPOSIXLog::GetLogIfAllCategoriesSet (POSIX_LOG_PTRACE));
221 Log *log (ProcessPOSIXLog::GetLogIfAllCategoriesSet (POSIX_LOG_ALL));
223 ProcessPOSIXLog::IncNestLevel();
224 if (log && ProcessPOSIXLog::AtTopNestLevel() && log->GetMask().Test(POSIX_LOG_MEMORY))
237 ProcessPOSIXLog::DecNestLevel();
248 if (log && ProcessPOSIXLog::AtTopNestLevel() &&
266 ProcessPOSIXLog::DecNestLevel();
280 Log *log (ProcessPOSIXLog::GetLogIfAllCategoriesSet (POSIX_LOG_ALL))
    [all...]
  /external/lldb/source/Plugins/Process/elf-core/
ThreadElfCore.cpp 15 #include "ProcessPOSIXLog.h"
73 Log *log (ProcessPOSIXLog::GetLogIfAllCategoriesSet (POSIX_LOG_THREAD));
ProcessElfCore.cpp 22 #include "ProcessPOSIXLog.h"
427 Log *log (ProcessPOSIXLog::GetLogIfAllCategoriesSet (POSIX_LOG_PROCESS));
447 Log *log (ProcessPOSIXLog::GetLogIfAllCategoriesSet (POSIX_LOG_PROCESS));

Completed in 1183 milliseconds