| /llvm-project-15.0.7/lldb/test/API/functionalities/jitloader_gdb/ |
| H A D | TestJITLoaderGDB.py | 40 if os.path.exists(logfile): 41 os.unlink(logfile) 43 return logfile 55 logfile = self.gen_log_file() 56 self.runCmd("log enable -f %s lldb jit" % (logfile)) 73 self.assertTrue(os.path.exists(logfile)) 74 logcontent = open(logfile).read() 83 logfile = self.gen_log_file() 84 self.runCmd("log enable -f %s lldb jit" % (logfile)) 101 self.assertTrue(os.path.exists(logfile)) [all …]
|
| /llvm-project-15.0.7/lldb/third_party/Python/module/pexpect-4.6/pexpect/ |
| H A D | run.py | 8 extra_args=None, logfile=None, cwd=None, env=None, **kwargs): argument 96 child = spawn(command, maxread=2000, logfile=logfile, cwd=cwd, env=env, 99 child = spawn(command, timeout=timeout, maxread=2000, logfile=logfile, 151 extra_args=None, logfile=None, cwd=None, env=None, **kwargs): argument 156 events=events, extra_args=extra_args, logfile=logfile, cwd=cwd,
|
| H A D | spawnbase.py | 34 logfile=None, encoding=None, codec_errors='strict'): argument 54 self.logfile = logfile 125 if self.logfile is not None: 126 self.logfile.write(s) 127 self.logfile.flush()
|
| H A D | popen_spawn.py | 22 logfile=None, cwd=None, env=None, encoding=None, argument 25 searchwindowsize=searchwindowsize, logfile=logfile,
|
| H A D | fdpexpect.py | 37 logfile=None, encoding=None, codec_errors='strict', use_poll=False): argument 55 SpawnBase.__init__(self, timeout, maxread, searchwindowsize, logfile,
|
| H A D | pxssh.py | 119 logfile=None, cwd=None, env=None, ignore_sighup=True, echo=True, argument 124 searchwindowsize=searchwindowsize, logfile=logfile,
|
| H A D | pty_spawn.py | 37 searchwindowsize=None, logfile=None, cwd=None, env=None, argument 190 logfile=logfile, encoding=encoding, codec_errors=codec_errors) 228 s.append('logfile: ' + str(self.logfile))
|
| /llvm-project-15.0.7/lldb/test/API/api/log/ |
| H A D | TestAPILog.py | 18 logfile = self.getBuildArtifact("api-log.txt") 20 self.expect("log enable lldb api -f {}".format(logfile)) 26 self.assertTrue(os.path.isfile(logfile)) 27 with open(logfile, 'r') as f:
|
| /llvm-project-15.0.7/lldb/test/API/lang/objc/foundation/ |
| H A D | TestObjCMethods.py | 293 logfile = os.path.join( 300 self.runCmd("log enable -f %s dwarf lookups" % (logfile)) 305 if os.path.exists(logfile): 306 os.unlink(logfile) 310 if os.path.exists(logfile): 311 f = open(logfile)
|
| /llvm-project-15.0.7/lldb/test/API/lang/cpp/accelerator-table/ |
| H A D | TestCPPAccelerator.py | 15 logfile = self.getBuildArtifact('dwarf.log') 17 self.expect('log enable dwarf lookups -f' + logfile) 24 with open(logfile) as f:
|
| /llvm-project-15.0.7/lldb/test/API/lang/objc/modules-hash-mismatch/ |
| H A D | TestClangModulesHashMismatch.py | 32 logfile = self.getBuildArtifact("host.log") 33 with open(logfile, 'w') as f: 42 with open(logfile, 'r') as f:
|
| /llvm-project-15.0.7/lldb/test/API/lang/objc/modules-update/ |
| H A D | TestClangModulesUpdate.py | 34 logfile = self.getBuildArtifact("modules.log") 35 self.runCmd("log enable -f %s lldb module" % logfile) 60 with open(logfile, 'r') as f:
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/ |
| H A D | lldbpexpect.py | 29 logfile = getattr(sys.stdout, 'buffer', 53 args[0], args=args[1:], logfile=logfile,
|
| H A D | lldbutil.py | 1662 with open(log, "r") as logfile: 1665 for line in logfile: 1681 with open(log, "r") as logfile: 1684 for line in logfile:
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/scripts/ |
| H A D | asan_symbolize.py | 37 logfile = sys.stdin variable 484 for line in logfile: 1057 if args.logfile: 1058 logfile = args.logfile variable 1060 logfile = sys.stdin variable
|
| /llvm-project-15.0.7/lldb/test/API/terminal/ |
| H A D | TestSTTYBeforeAndAfter.py | 49 child.logfile = sys.stdout
|
| /llvm-project-15.0.7/compiler-rt/lib/xray/ |
| H A D | xray_flags.inc | 19 "Filename base for the xray logfile.")
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | XRay.rst | 174 | | | | XRay logfile. |
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/lldb-server/ |
| H A D | gdbremote_testcase.py | 348 def launch_debug_monitor(self, attach_pid=None, logfile=None): argument
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | ChangeLog | 1323 * DNBLog.cpp (DNBLogCloseLogFile): New function to close a logfile
|