Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Core/
DStreamCallback.h25 StreamCallback (lldb::LogOutputCallback callback, void *baton);
38 lldb::LogOutputCallback m_callback;
DDebugger.h60 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/scripts/Python/interface/
DSBDebugger.i126 Create(bool source_init_files, lldb::LogOutputCallback log_callback, void *baton);
278 SetLoggingCallback (lldb::LogOutputCallback log_callback, void *baton);
/external/lldb/include/lldb/API/
DSBDebugger.h36 Create(bool source_init_files, lldb::LogOutputCallback log_callback, void *baton);
206 SetLoggingCallback (lldb::LogOutputCallback log_callback, void *baton);
/external/lldb/include/lldb/
Dlldb-types.h51 typedef void (*LogOutputCallback) (const char *, void *baton); typedef
/external/lldb/source/Core/
DStreamCallback.cpp22 StreamCallback::StreamCallback (lldb::LogOutputCallback callback, void *baton) : in StreamCallback()
DDebugger.cpp526 Debugger::CreateInstance (lldb::LogOutputCallback log_callback, void *baton) in CreateInstance()
622 Debugger::Debugger (lldb::LogOutputCallback log_callback, void *baton) : in Debugger()
2618 Debugger::SetLoggingCallback (lldb::LogOutputCallback log_callback, void *baton) in SetLoggingCallback()
/external/lldb/scripts/Python/
Dpython-typemaps.swig381 // For Log::LogOutputCallback
382 %typemap(in) (lldb::LogOutputCallback log_callback, void *baton) {
399 %typemap(typecheck) (lldb::LogOutputCallback log_callback, void *baton) {
Dpython-wrapper.swig977 // For the LogOutputCallback functions
/external/lldb/source/API/
DSBDebugger.cpp96 SBDebugger::Create(bool source_init_files, lldb::LogOutputCallback callback, void *baton) in Create()
1256 SBDebugger::SetLoggingCallback (lldb::LogOutputCallback log_callback, void *baton) in SetLoggingCallback()