| /NextBSD/contrib/llvm/tools/lldb/source/Commands/ |
| HD | CommandObjectLog.cpp | 120 log_options (0) in CommandOptions() 139 case 't': log_options |= LLDB_LOG_OPTION_THREADSAFE; break; in SetOptionValue() 140 case 'v': log_options |= LLDB_LOG_OPTION_VERBOSE; break; in SetOptionValue() 141 case 'g': log_options |= LLDB_LOG_OPTION_DEBUG; break; in SetOptionValue() 142 case 's': log_options |= LLDB_LOG_OPTION_PREPEND_SEQUENCE; break; in SetOptionValue() 143 case 'T': log_options |= LLDB_LOG_OPTION_PREPEND_TIMESTAMP; break; in SetOptionValue() 144 case 'p': log_options |= LLDB_LOG_OPTION_PREPEND_PROC_AND_THREAD;break; in SetOptionValue() 145 case 'n': log_options |= LLDB_LOG_OPTION_PREPEND_THREAD_NAME; break; in SetOptionValue() 146 case 'S': log_options |= LLDB_LOG_OPTION_BACKTRACE; break; in SetOptionValue() 147 case 'a': log_options |= LLDB_LOG_OPTION_APPEND; break; in SetOptionValue() [all …]
|
| /NextBSD/contrib/llvm/tools/lldb/tools/lldb-server/ |
| HD | LLDBServerUtilities.cpp | 27 uint32_t log_options) in SetupLogging() argument 38 if (!(log_options & LLDB_LOG_OPTION_APPEND)) in SetupLogging() 54 log_options, in SetupLogging()
|
| HD | LLDBServerUtilities.h | 21 …tupLogging(const std::string& log_file, const llvm::StringRef& log_channels, uint32_t log_options);
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/ |
| HD | Log.h | 54 …typedef Log *(*EnableCallback)(lldb::StreamSP &log_stream_sp, uint32_t log_options, const char **c… 78 EnableLogChannel(lldb::StreamSP &log_stream_sp, uint32_t log_options, const char *channel, 82 … EnableAllLogChannels(lldb::StreamSP &log_stream_sp, uint32_t log_options, const char **categories, 199 lldb::StreamSP &log_stream_sp, uint32_t log_options,
|
| HD | Logging.h | 87 EnableLog (lldb::StreamSP &log_stream_sp, uint32_t log_options, const char **categories, Stream *fe…
|
| HD | Debugger.h | 255 …char *channel, const char **categories, const char *log_file, uint32_t log_options, Stream &error_…
|
| /NextBSD/contrib/llvm/tools/lldb/source/Core/ |
| HD | Log.cpp | 370 uint32_t log_options, in EnableLogChannel() argument 378 log_callbacks.enable (log_stream_sp, log_options, categories, &error_stream); in EnableLogChannel() 385 if (log_channel_sp->Enable (log_stream_sp, log_options, &error_stream, categories)) in EnableLogChannel() 406 uint32_t log_options, in EnableAllLogChannels() argument 415 pos->second.enable (log_stream_sp, log_options, categories, feedback_strm); in EnableAllLogChannels() 421 channel_pos->second->Enable (log_stream_sp, log_options, feedback_strm, categories); in EnableAllLogChannels()
|
| HD | Logging.cpp | 171 lldb_private::EnableLog (StreamSP &log_stream_sp, uint32_t log_options, const char **categories, St… in EnableLog() argument 236 g_log->GetOptions().Reset(log_options); in EnableLog()
|
| HD | Debugger.cpp | 1274 …char *channel, const char **categories, const char *log_file, uint32_t log_options, Stream &error_… in EnableLog() argument 1281 log_options |= LLDB_LOG_OPTION_PREPEND_TIMESTAMP | LLDB_LOG_OPTION_PREPEND_THREAD_NAME; in EnableLog() 1296 if (! (log_options & LLDB_LOG_OPTION_APPEND)) in EnableLog() 1305 if (log_options == 0) in EnableLog() 1306 log_options = LLDB_LOG_OPTION_PREPEND_THREAD_NAME | LLDB_LOG_OPTION_THREADSAFE; in EnableLog() 1308 return Log::EnableLogChannel(log_stream_sp, log_options, channel, categories, error_stream); in EnableLog()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/ |
| HD | ProcessPOSIXLog.cpp | 123 ProcessPOSIXLog::EnableLog (StreamSP &log_stream_sp, uint32_t log_options, const char **args, Strea… in EnableLog() argument 165 g_log->GetOptions().Reset(log_options); in EnableLog()
|
| HD | ProcessPOSIXLog.h | 71 EnableLog (lldb::StreamSP &log_stream_sp, uint32_t log_options,
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| HD | LogChannelDWARF.cpp | 127 uint32_t log_options, in Enable() argument 170 m_log_ap->GetOptions().Reset(log_options); in Enable()
|
| HD | LogChannelDWARF.h | 69 uint32_t log_options,
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| HD | ProcessGDBRemoteLog.cpp | 126 ProcessGDBRemoteLog::EnableLog (StreamSP &log_stream_sp, uint32_t log_options, const char **categor… in EnableLog() argument 177 g_log->GetOptions().Reset(log_options); in EnableLog()
|
| HD | ProcessGDBRemoteLog.h | 54 …EnableLog (lldb::StreamSP &log_stream_sp, uint32_t log_options, const char **categories, Stream *f…
|
| /NextBSD/contrib/llvm/tools/lldb/source/API/ |
| HD | SBDebugger.cpp | 1381 … uint32_t log_options = LLDB_LOG_OPTION_PREPEND_TIMESTAMP | LLDB_LOG_OPTION_PREPEND_THREAD_NAME; in EnableLog() local 1383 return m_opaque_sp->EnableLog (channel, categories, NULL, log_options, errors); in EnableLog()
|
| /NextBSD/contrib/amd/scripts/ |
| HD | amd.conf-sample | 65 log_options = fatal,error,user,warn,info,map,stats,all
|
| /NextBSD/contrib/amd/doc/ |
| HD | am-utils.texi | 4382 * log_options Parameter:: 4748 @node log_file Parameter, log_options Parameter, localhost_address Parameter, Global Parameters 4772 @node log_options Parameter, map_reload_interval Parameter, log_file Parameter, Global Parameters 4774 @subsection @t{log_options} Parameter 4775 @cindex log_options Parameter 4809 @node map_reload_interval Parameter, nfs_allow_any_interface Parameter, log_options Parameter, Glob… 5273 log_options = all
|
| /NextBSD/contrib/amd/ |
| HD | ChangeLog | 7764 amd -H (not -v) shows log_options and debug_options. Major fixes 7769 amd -H (not -v) shows log_options and debug_options. Major fixes
|