Home
last modified time | relevance | path

Searched refs:logfile (Results 1 – 20 of 20) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/functionalities/jitloader_gdb/
H A DTestJITLoaderGDB.py40 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 Drun.py8 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 Dspawnbase.py34 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 Dpopen_spawn.py22 logfile=None, cwd=None, env=None, encoding=None, argument
25 searchwindowsize=searchwindowsize, logfile=logfile,
H A Dfdpexpect.py37 logfile=None, encoding=None, codec_errors='strict', use_poll=False): argument
55 SpawnBase.__init__(self, timeout, maxread, searchwindowsize, logfile,
H A Dpxssh.py119 logfile=None, cwd=None, env=None, ignore_sighup=True, echo=True, argument
124 searchwindowsize=searchwindowsize, logfile=logfile,
H A Dpty_spawn.py37 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 DTestAPILog.py18 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 DTestObjCMethods.py293 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 DTestCPPAccelerator.py15 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 DTestClangModulesHashMismatch.py32 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 DTestClangModulesUpdate.py34 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 Dlldbpexpect.py29 logfile = getattr(sys.stdout, 'buffer',
53 args[0], args=args[1:], logfile=logfile,
H A Dlldbutil.py1662 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 Dasan_symbolize.py37 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 DTestSTTYBeforeAndAfter.py49 child.logfile = sys.stdout
/llvm-project-15.0.7/compiler-rt/lib/xray/
H A Dxray_flags.inc19 "Filename base for the xray logfile.")
/llvm-project-15.0.7/llvm/docs/
H A DXRay.rst174 | | | | XRay logfile. |
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
H A Dgdbremote_testcase.py348 def launch_debug_monitor(self, attach_pid=None, logfile=None): argument
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DChangeLog1323 * DNBLog.cpp (DNBLogCloseLogFile): New function to close a logfile