Home
last modified time | relevance | path

Searched defs:log_file (Results 1 – 11 of 11) sorted by relevance

/llvm-project/lldb/examples/python/
H A Ddisasm-stress-test.py109 def ResetLogFile(log_file): argument
114 def PrintByteArray(log_file, byte_array): argument
121 def __init__(self, byte_width, log_file, start=0, skip=1): argument
158 def __init__(self, byte_width, log_file): argument
184 log_file = None variable
/llvm-project/lldb/tools/lldb-server/
H A DLLDBServerUtilities.cpp38 GetLogStream(StringRef log_file) GetLogStream() argument
54 SetupLogging(const std::string & log_file,const StringRef & log_channels,uint32_t log_options) SetupLogging() argument
H A Dlldb-platform.cpp132 std::string log_file; main_platform() local
H A Dlldb-gdbserver.cpp336 std::string log_file; main_gdbserver() local
/llvm-project/lldb/packages/Python/lldbsuite/test/test_runner/
H A Dprocess_control.py158 def soft_terminate(self, popen_process, log_file=None, want_core=True): argument
181 def hard_terminate(self, popen_process, log_file=None): argument
325 def _validate_pre_terminate(cls, popen_process, log_file): argument
359 def _kill_with_signal(self, popen_process, log_file, signum): argument
390 def soft_terminate(self, popen_process, log_file=None, want_core=True): argument
402 def hard_terminate(self, popen_process, log_file=None): argument
/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp197 m_options.log_file.GetPath(log_file, sizeof(log_file)); in DoExecute() local
152 FileSpec log_file; global() member in CommandObjectLogEnable::CommandOptions
364 FileSpec log_file; global() member in CommandObjectLogDump::CommandOptions
[all...]
/llvm-project/lldb/source/Utility/
H A DDiagnostics.cpp104 FileSpec log_file = dir.CopyByAppendingPathComponent("diagnostics.log"); in DumpDiangosticsLog() local
/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-dap/
H A Ddap_server.py90 def dump_dap_log(log_file): argument
100 def read_packet_thread(vs_comm, log_file): argument
114 def __init__(self, recv, send, init_commands, log_file=None): argument
1105 __init__( self, executable=None, port=None, init_commands=[], log_file=None, env=None, ) global() argument
[all...]
/llvm-project/lldb/tools/debugserver/source/
H A Ddebugserver.cpp976 FILE *log_file = NULL; main() local
H A DRNBRemote.cpp1799 FILE *log_file = fopen(value.c_str(), "w"); HandlePacket_qRcmd() local
/llvm-project/lldb/source/Core/
H A DDebugger.cpp1635 EnableLog(llvm::StringRef channel,llvm::ArrayRef<const char * > categories,llvm::StringRef log_file,uint32_t log_options,size_t buffer_size,LogHandlerKind log_handler_kind,llvm::raw_ostream & error_stream) EnableLog() argument