/llvm-project/lldb/examples/python/ |
H A D | disasm-stress-test.py | 109 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 D | LLDBServerUtilities.cpp | 38 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 D | lldb-platform.cpp | 132 std::string log_file; main_platform() local
|
H A D | lldb-gdbserver.cpp | 336 std::string log_file; main_gdbserver() local
|
/llvm-project/lldb/packages/Python/lldbsuite/test/test_runner/ |
H A D | process_control.py | 158 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 D | CommandObjectLog.cpp | 197 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 D | Diagnostics.cpp | 104 FileSpec log_file = dir.CopyByAppendingPathComponent("diagnostics.log"); in DumpDiangosticsLog() local
|
/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-dap/ |
H A D | dap_server.py | 90 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 D | debugserver.cpp | 976 FILE *log_file = NULL; main() local
|
H A D | RNBRemote.cpp | 1799 FILE *log_file = fopen(value.c_str(), "w"); HandlePacket_qRcmd() local
|
/llvm-project/lldb/source/Core/ |
H A D | Debugger.cpp | 1635 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
|