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

  /external/lldb/include/lldb/Core/
StreamCallback.h 25 StreamCallback (lldb::LogOutputCallback callback, void *baton);
38 lldb::LogOutputCallback m_callback;
Debugger.h 60 CreateInstance (lldb::LogOutputCallback log_callback = NULL, void *baton = NULL);
258 SetLoggingCallback (lldb::LogOutputCallback log_callback, void *baton);
388 Debugger (lldb::LogOutputCallback m_log_callback, void *baton);
  /external/lldb/include/lldb/
lldb-types.h 51 typedef void (*LogOutputCallback) (const char *, void *baton);
  /external/lldb/source/Core/
StreamCallback.cpp 22 StreamCallback::StreamCallback (lldb::LogOutputCallback callback, void *baton) :
Debugger.cpp 526 Debugger::CreateInstance (lldb::LogOutputCallback log_callback, void *baton)
622 Debugger::Debugger (lldb::LogOutputCallback log_callback, void *baton) :
    [all...]
  /external/lldb/include/lldb/API/
SBDebugger.h 36 Create(bool source_init_files, lldb::LogOutputCallback log_callback, void *baton);
206 SetLoggingCallback (lldb::LogOutputCallback log_callback, void *baton);
  /external/lldb/scripts/Python/interface/
SBDebugger.i 126 Create(bool source_init_files, lldb::LogOutputCallback log_callback, void *baton);
278 SetLoggingCallback (lldb::LogOutputCallback log_callback, void *baton);
  /external/lldb/scripts/Python/
python-typemaps.swig 381 // For Log::LogOutputCallback
382 %typemap(in) (lldb::LogOutputCallback log_callback, void *baton) {
399 %typemap(typecheck) (lldb::LogOutputCallback log_callback, void *baton) {
  /external/lldb/source/API/
SBDebugger.cpp 96 SBDebugger::Create(bool source_init_files, lldb::LogOutputCallback callback, void *baton)
    [all...]

Completed in 422 milliseconds