Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/examples/python/
H A Ddisasm-stress-test.py99 def ResetLogFile(log_file): argument
104 def PrintByteArray(log_file, byte_array): argument
112 def __init__(self, byte_width, log_file, start=0, skip=1): argument
150 def __init__(self, byte_width, log_file): argument
175 log_file = None variable
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/test_runner/
H A Dprocess_control.py157 def soft_terminate(self, popen_process, log_file=None, want_core=True): argument
180 def hard_terminate(self, popen_process, log_file=None): argument
323 def _validate_pre_terminate(cls, popen_process, log_file): argument
355 def _kill_with_signal(self, popen_process, log_file, signum): argument
385 def soft_terminate(self, popen_process, log_file=None, want_core=True): argument
397 def hard_terminate(self, popen_process, log_file=None): argument
/openbsd-src/gnu/llvm/lldb/tools/lldb-server/
H A DLLDBServerUtilities.cpp38 static std::shared_ptr<TestLogHandler> GetLogStream(StringRef log_file) { in GetLogStream()
54 bool LLDBServerUtilities::SetupLogging(const std::string &log_file, in SetupLogging()
H A Dlldb-platform.cpp156 std::string log_file; in main_platform() local
H A Dlldb-gdbserver.cpp343 std::string log_file; in main_gdbserver() local
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectLog.cpp152 FileSpec log_file; member in CommandObjectLogEnable::CommandOptions
183 char log_file[PATH_MAX]; in DoExecute() local
377 FileSpec log_file; member in CommandObjectLogDump::CommandOptions
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
H A Dvscode.py90 def dump_dap_log(log_file): argument
100 def read_packet_thread(vs_comm, log_file): argument
115 def __init__(self, recv, send, init_commands, log_file=None): argument
966 def __init__(self, executable=None, port=None, init_commands=[], log_file=None, env=None): argument
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DDiagnostics.cpp96 FileSpec log_file = dir.CopyByAppendingPathComponent("diagnostics.log"); in DumpDiangosticsLog() local
/openbsd-src/usr.bin/tmux/
H A Dlog.c30 static FILE *log_file; variable
/openbsd-src/usr.sbin/nsd/
H A Dutil.h79 log_function_type log_file; variable
H A Dutil.c142 log_file(int priority, const char *message) in log_file() function
/openbsd-src/usr.bin/rsync/
H A Ddownloader.c78 log_file(struct sess *sess, in log_file() function
H A Duploader.c94 log_file(struct sess *sess, const struct flist *f) in log_file() function
/openbsd-src/usr.sbin/unbound/util/
H A Dlog.c160 void log_file(FILE *f) in log_file() function
/openbsd-src/sbin/unwind/libunbound/util/
H A Dlog.c160 void log_file(FILE *f) in log_file() function
/openbsd-src/usr.sbin/httpd/
H A Dhttpd.h438 struct log_file { global() struct
442 log_idlog_file global() argument
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dremote-st.c57 FILE *log_file; variable
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A Ddebugserver.cpp961 FILE *log_file = NULL; in main() local
H A DRNBRemote.cpp1754 FILE *log_file = fopen(value.c_str(), "w"); in HandlePacket_qRcmd() local
/openbsd-src/gnu/usr.sbin/mkhybrid/src/
H A Dmkisofs.c780 char *log_file = 0; in FDECL2() local
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp1447 llvm::StringRef log_file, uint32_t log_options, in EnableLog()