Searched refs:log_options (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/ |
| D | CommandObjectLog.cpp | 94 log_options |= LLDB_LOG_OPTION_THREADSAFE; in SetOptionValue() 97 log_options |= LLDB_LOG_OPTION_VERBOSE; in SetOptionValue() 100 log_options |= LLDB_LOG_OPTION_PREPEND_SEQUENCE; in SetOptionValue() 103 log_options |= LLDB_LOG_OPTION_PREPEND_TIMESTAMP; in SetOptionValue() 106 log_options |= LLDB_LOG_OPTION_PREPEND_PROC_AND_THREAD; in SetOptionValue() 109 log_options |= LLDB_LOG_OPTION_PREPEND_THREAD_NAME; in SetOptionValue() 112 log_options |= LLDB_LOG_OPTION_BACKTRACE; in SetOptionValue() 115 log_options |= LLDB_LOG_OPTION_APPEND; in SetOptionValue() 118 log_options |= LLDB_LOG_OPTION_PREPEND_FILE_FUNCTION; in SetOptionValue() 129 log_options = 0; in OptionParsingStarting() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/lldb/tools/lldb-server/ |
| D | LLDBServerUtilities.cpp | 40 uint32_t log_options) { in SetupLogging() argument 54 log_stream_sp, log_options, channel, in SetupLogging()
|
| D | LLDBServerUtilities.h | 24 uint32_t log_options);
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/ |
| D | Log.cpp | 204 uint32_t log_options, llvm::StringRef channel, in EnableLogChannel() argument 214 iter->second.Enable(log_stream_sp, log_options, flags); in EnableLogChannel()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Core/ |
| D | Debugger.cpp | 1226 llvm::StringRef log_file, uint32_t log_options, in EnableLog() argument 1235 log_options |= in EnableLog() 1247 if (log_options & LLDB_LOG_OPTION_APPEND) in EnableLog() 1266 if (log_options == 0) in EnableLog() 1267 log_options = in EnableLog() 1270 return Log::EnableLogChannel(log_stream_sp, log_options, channel, categories, in EnableLog()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/ |
| D | Log.h | 105 uint32_t log_options, llvm::StringRef channel,
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/ |
| D | Debugger.h | 268 llvm::StringRef log_file, uint32_t log_options,
|
| /freebsd-12-stable/contrib/amd/scripts/ |
| D | amd.conf-sample | 65 log_options = fatal,error,user,warn,info,map,stats,all
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/API/ |
| D | SBDebugger.cpp | 1669 uint32_t log_options = in EnableLog() local 1674 log_options, error_stream); in EnableLog()
|
| /freebsd-12-stable/contrib/amd/doc/ |
| D | am-utils.texi | 4443 * log_options Parameter:: 4809 @node log_file Parameter, log_options Parameter, localhost_address Parameter, Global Parameters 4833 @node log_options Parameter, map_reload_interval Parameter, log_file Parameter, Global Parameters 4835 @subsection @t{log_options} Parameter 4836 @cindex log_options Parameter 4872 @node map_reload_interval Parameter, nfs_allow_any_interface Parameter, log_options Parameter, Glob… 5336 log_options = all
|
| /freebsd-12-stable/contrib/amd/ |
| D | NEWS | 132 Changed slightly how Amd behaves when you try to change log_options after
|
| D | ChangeLog | 1493 "log_options". 1517 * hlfsd/hlfsd.c (main): remove hack to initialize log_options. 8824 amd -H (not -v) shows log_options and debug_options. Major fixes 8829 amd -H (not -v) shows log_options and debug_options. Major fixes
|