Searched refs:LogOutputCallback (Results 1 – 10 of 10) sorted by relevance
/external/lldb/include/lldb/Core/ |
D | StreamCallback.h | 25 StreamCallback (lldb::LogOutputCallback callback, void *baton); 38 lldb::LogOutputCallback m_callback;
|
D | 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/scripts/Python/interface/ |
D | SBDebugger.i | 126 Create(bool source_init_files, lldb::LogOutputCallback log_callback, void *baton); 278 SetLoggingCallback (lldb::LogOutputCallback log_callback, void *baton);
|
/external/lldb/include/lldb/API/ |
D | SBDebugger.h | 36 Create(bool source_init_files, lldb::LogOutputCallback log_callback, void *baton); 206 SetLoggingCallback (lldb::LogOutputCallback log_callback, void *baton);
|
/external/lldb/include/lldb/ |
D | lldb-types.h | 51 typedef void (*LogOutputCallback) (const char *, void *baton); typedef
|
/external/lldb/source/Core/ |
D | StreamCallback.cpp | 22 StreamCallback::StreamCallback (lldb::LogOutputCallback callback, void *baton) : in StreamCallback()
|
D | Debugger.cpp | 526 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/ |
D | 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) {
|
D | python-wrapper.swig | 977 // For the LogOutputCallback functions
|
/external/lldb/source/API/ |
D | SBDebugger.cpp | 96 SBDebugger::Create(bool source_init_files, lldb::LogOutputCallback callback, void *baton) in Create() 1256 SBDebugger::SetLoggingCallback (lldb::LogOutputCallback log_callback, void *baton) in SetLoggingCallback()
|