Searched refs:log_handler_kind (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | Debugger.cpp | 1430 CreateLogHandler(LogHandlerKind log_handler_kind, int fd, bool should_close, in CreateLogHandler() argument 1432 switch (log_handler_kind) { in CreateLogHandler() 1448 size_t buffer_size, LogHandlerKind log_handler_kind, in EnableLog() argument 1459 CreateLogHandler(log_handler_kind, GetOutputFile().GetDescriptor(), in EnableLog() 1481 CreateLogHandler(log_handler_kind, (*file)->GetDescriptor(), in EnableLog()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | Debugger.h | 246 size_t buffer_size, LogHandlerKind log_handler_kind,
|