/openbsd-src/gnu/llvm/lldb/examples/python/ |
H A D | disasm-stress-test.py | 99 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 D | process_control.py | 157 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 D | LLDBServerUtilities.cpp | 38 static std::shared_ptr<TestLogHandler> GetLogStream(StringRef log_file) { in GetLogStream() 54 bool LLDBServerUtilities::SetupLogging(const std::string &log_file, in SetupLogging()
|
H A D | lldb-platform.cpp | 156 std::string log_file; in main_platform() local
|
H A D | lldb-gdbserver.cpp | 343 std::string log_file; in main_gdbserver() local
|
/openbsd-src/gnu/llvm/lldb/source/Commands/ |
H A D | CommandObjectLog.cpp | 152 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 D | vscode.py | 90 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 D | Diagnostics.cpp | 96 FileSpec log_file = dir.CopyByAppendingPathComponent("diagnostics.log"); in DumpDiangosticsLog() local
|
/openbsd-src/usr.bin/tmux/ |
H A D | log.c | 30 static FILE *log_file; variable
|
/openbsd-src/usr.sbin/nsd/ |
H A D | util.h | 79 log_function_type log_file; variable
|
H A D | util.c | 142 log_file(int priority, const char *message) in log_file() function
|
/openbsd-src/usr.bin/rsync/ |
H A D | downloader.c | 78 log_file(struct sess *sess, in log_file() function
|
H A D | uploader.c | 94 log_file(struct sess *sess, const struct flist *f) in log_file() function
|
/openbsd-src/usr.sbin/unbound/util/ |
H A D | log.c | 160 void log_file(FILE *f) in log_file() function
|
/openbsd-src/sbin/unwind/libunbound/util/ |
H A D | log.c | 160 void log_file(FILE *f) in log_file() function
|
/openbsd-src/usr.sbin/httpd/ |
H A D | httpd.h | 438 struct log_file { global() struct 442 log_idlog_file global() argument
|
/openbsd-src/gnu/usr.bin/binutils/gdb/ |
H A D | remote-st.c | 57 FILE *log_file; variable
|
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
H A D | debugserver.cpp | 961 FILE *log_file = NULL; in main() local
|
H A D | RNBRemote.cpp | 1754 FILE *log_file = fopen(value.c_str(), "w"); in HandlePacket_qRcmd() local
|
/openbsd-src/gnu/usr.sbin/mkhybrid/src/ |
H A D | mkisofs.c | 780 char *log_file = 0; in FDECL2() local
|
/openbsd-src/gnu/llvm/lldb/source/Core/ |
H A D | Debugger.cpp | 1447 llvm::StringRef log_file, uint32_t log_options, in EnableLog()
|