Home
last modified time | relevance | path

Searched refs:log_options (Results 1 – 17 of 17) sorted by relevance

/trueos/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectLog.cpp123 log_options (0) in CommandOptions()
142 case 't': log_options |= LLDB_LOG_OPTION_THREADSAFE; break; in SetOptionValue()
143 case 'v': log_options |= LLDB_LOG_OPTION_VERBOSE; break; in SetOptionValue()
144 case 'g': log_options |= LLDB_LOG_OPTION_DEBUG; break; in SetOptionValue()
145 case 's': log_options |= LLDB_LOG_OPTION_PREPEND_SEQUENCE; break; in SetOptionValue()
146 case 'T': log_options |= LLDB_LOG_OPTION_PREPEND_TIMESTAMP; break; in SetOptionValue()
147 case 'p': log_options |= LLDB_LOG_OPTION_PREPEND_PROC_AND_THREAD;break; in SetOptionValue()
148 case 'n': log_options |= LLDB_LOG_OPTION_PREPEND_THREAD_NAME; break; in SetOptionValue()
149 case 'S': log_options |= LLDB_LOG_OPTION_BACKTRACE; break; in SetOptionValue()
162 log_options = 0; in OptionParsingStarting()
[all …]
/trueos/contrib/llvm/tools/lldb/include/lldb/Core/
HDLog.h64 uint32_t log_options,
93 uint32_t log_options,
218 uint32_t log_options,
HDDebugger.h258 …char *channel, const char **categories, const char *log_file, uint32_t log_options, Stream &error_…
/trueos/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
HDProcessPOSIXLog.cpp106 ProcessPOSIXLog::EnableLog (StreamSP &log_stream_sp, uint32_t log_options, const char **args, Strea… in EnableLog() argument
148 g_log->GetOptions().Reset(log_options); in EnableLog()
HDProcessPOSIXLog.h65 EnableLog (lldb::StreamSP &log_stream_sp, uint32_t log_options,
/trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDLogChannelDWARF.cpp126 uint32_t log_options, in Enable() argument
168 m_log_ap->GetOptions().Reset(log_options); in Enable()
HDLogChannelDWARF.h69 uint32_t log_options,
/trueos/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemoteLog.cpp107 ProcessGDBRemoteLog::EnableLog (StreamSP &log_stream_sp, uint32_t log_options, const char **categor… in EnableLog() argument
158 g_log->GetOptions().Reset(log_options); in EnableLog()
HDProcessGDBRemoteLog.h48 …EnableLog (lldb::StreamSP &log_stream_sp, uint32_t log_options, const char **categories, lldb_priv…
/trueos/contrib/llvm/tools/lldb/source/Core/
HDLog.cpp370 uint32_t log_options, in EnableAllLogChannels() argument
379 pos->second.enable (log_stream_sp, log_options, categories, feedback_strm); in EnableAllLogChannels()
385 channel_pos->second->Enable (log_stream_sp, log_options, feedback_strm, categories); in EnableAllLogChannels()
HDDebugger.cpp2584 …char *channel, const char **categories, const char *log_file, uint32_t log_options, Stream &error_… in EnableLog() argument
2593 log_options |= LLDB_LOG_OPTION_PREPEND_TIMESTAMP | LLDB_LOG_OPTION_PREPEND_THREAD_NAME; in EnableLog()
2612 if (log_options == 0) in EnableLog()
2613 log_options = LLDB_LOG_OPTION_PREPEND_THREAD_NAME | LLDB_LOG_OPTION_THREADSAFE; in EnableLog()
2617 log_callbacks.enable (log_stream_sp, log_options, categories, &error_stream); in EnableLog()
2625 if (log_channel_sp->Enable (log_stream_sp, log_options, &error_stream, categories)) in EnableLog()
/trueos/contrib/llvm/tools/lldb/source/
HDlldb-log.cpp169 lldb_private::EnableLog (StreamSP &log_stream_sp, uint32_t log_options, const char **categories, St… in EnableLog() argument
232 g_log->GetOptions().Reset(log_options); in EnableLog()
/trueos/contrib/llvm/tools/lldb/include/lldb/
HDlldb-private-log.h85 EnableLog (lldb::StreamSP &log_stream_sp, uint32_t log_options, const char **categories, Stream *fe…
/trueos/contrib/llvm/tools/lldb/source/API/
HDSBDebugger.cpp1318 … uint32_t log_options = LLDB_LOG_OPTION_PREPEND_TIMESTAMP | LLDB_LOG_OPTION_PREPEND_THREAD_NAME; in EnableLog() local
1320 return m_opaque_sp->EnableLog (channel, categories, NULL, log_options, errors); in EnableLog()
/trueos/contrib/amd/scripts/
HDamd.conf-sample65 log_options = fatal,error,user,warn,info,map,stats,all
/trueos/contrib/amd/doc/
HDam-utils.texi4382 * 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
/trueos/contrib/amd/
HDChangeLog7764 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