Home
last modified time | relevance | path

Searched refs:getSourceDir (Results 1 – 25 of 56) sorted by relevance

123

/llvm-project-15.0.7/lldb/test/API/commands/trace/
H A DTestTraceDumpInstructions.py17 os.path.join(self.getSourceDir(), "intelpt-trace", "a.out"))
33 os.path.join(self.getSourceDir(), "intelpt-trace", "trace.json"),
69 os.path.join(self.getSourceDir(), "intelpt-trace", "trace.json"),
102 os.path.join(self.getSourceDir(), "intelpt-trace", "trace.json"),
176 os.path.join(self.getSourceDir(), "intelpt-trace", "trace_2threads.json"))
209 os.path.join(self.getSourceDir(), "intelpt-trace", "trace.json"))
230 os.path.join(self.getSourceDir(), "intelpt-trace", "trace_bad_image.json"))
239 os.path.join(self.getSourceDir(), "intelpt-trace", "trace_wrong_cpu.json"))
245 os.path.join(self.getSourceDir(), "intelpt-trace-multi-file", "multi-file-no-ld.json"))
329 os.path.join(self.getSourceDir(), "intelpt-trace-multi-file", "multi-file-no-ld.json"))
H A DTestTraceLoad.py12 src_dir = self.getSourceDir()
97 src_dir = self.getSourceDir()
129 src_dir = self.getSourceDir()
142 src_dir = self.getSourceDir()
155 src_dir = self.getSourceDir()
201 src_dir = self.getSourceDir()
H A DTestTraceStartStop.py16 … self.expect("trace load -v " + os.path.join(self.getSourceDir(), "intelpt-trace", "trace.json"))
31 self.expect("file " + os.path.join(self.getSourceDir(), "intelpt-trace", "a.out"))
51 self.expect("file " + os.path.join(self.getSourceDir(), "intelpt-trace", "a.out"))
107 self.expect("file " + os.path.join(self.getSourceDir(), "intelpt-trace", "a.out"))
117 self.expect("file " + os.path.join(self.getSourceDir(), "intelpt-trace", "a.out"))
138 self.expect("file " + os.path.join(self.getSourceDir(), "intelpt-trace", "a.out"))
H A DTestTraceTSC.py12 self.expect("file " + os.path.join(self.getSourceDir(), "intelpt-trace", "a.out"))
25 self.expect("file " + os.path.join(self.getSourceDir(), "intelpt-trace", "a.out"))
53 self.expect("file " + os.path.join(self.getSourceDir(), "intelpt-trace", "a.out"))
69 self.expect("file " + os.path.join(self.getSourceDir(), "intelpt-trace", "a.out"))
113 self.expect("file " + (os.path.join(self.getSourceDir(), "intelpt-trace", "a.out")))
H A DTestTraceDumpInfo.py17 os.path.join(self.getSourceDir(), "intelpt-trace", "a.out"))
33 os.path.join(self.getSourceDir(), "intelpt-trace", "trace.json"),
61 os.path.join(self.getSourceDir(), "intelpt-trace", "trace.json"),
H A DTestTraceSave.py23 os.path.join(self.getSourceDir(), "intelpt-trace", "a.out"))
39 os.path.join(self.getSourceDir(), "intelpt-trace", "a.out"))
57 os.path.join(self.getSourceDir(), "intelpt-trace", "trace.json"),
72 os.path.join(self.getSourceDir(), "intelpt-trace", "a.out"))
138 os.path.join(self.getSourceDir(), "intelpt-trace", "a.out"))
H A DTestTraceEvents.py11 …trace_description_file_path = os.path.join(self.getSourceDir(), "intelpt-multi-core-trace", "trace…
41 os.path.join(self.getSourceDir(), "intelpt-trace-multi-file", "a.out"))
H A DTestTraceExport.py21 os.path.join(self.getSourceDir(), "intelpt-trace", "a.out"))
49 os.path.join(self.getSourceDir(), "intelpt-trace", "trace.json"),
/llvm-project-15.0.7/lldb/test/API/commands/frame/recognizer/
H A DTestFrameRecognizer.py24 self.runCmd("command script import " + os.path.join(self.getSourceDir(), "recognizer.py"))
138 self.runCmd("command script import " + os.path.join(self.getSourceDir(), "recognizer.py"))
174 self.runCmd("command script import " + os.path.join(self.getSourceDir(), "recognizer.py"))
214 self.runCmd("command script import " + os.path.join(self.getSourceDir(), "recognizer.py"))
/llvm-project-15.0.7/lldb/test/API/arm/emulation/
H A DTestEmulations.py19 test_dir = os.path.join(self.getSourceDir(), "new-test-files")
32 test_dir = os.path.join(self.getSourceDir(), "new-test-files")
/llvm-project-15.0.7/lldb/test/API/functionalities/disassemble/aarch64-adrp-add/
H A DTestAArch64AdrpAdd.py14 src_dir = self.getSourceDir()
31 src_dir = self.getSourceDir()
/llvm-project-15.0.7/lldb/test/API/commands/process/launch-with-shellexpand/
H A DTestLaunchWithShellExpand.py38 (self.getSourceDir()))
69 (self.getSourceDir()))
/llvm-project-15.0.7/lldb/test/API/functionalities/module_cache/debug_index/
H A DTestDebugIndexCache.py67 src_dir = self.getSourceDir()
112 src_dir = self.getSourceDir()
/llvm-project-15.0.7/lldb/test/API/commands/target/stop-hooks/
H A DTestStopHookScripted.py23 full_path = os.path.join(self.getSourceDir(), "main.c")
112 script_name = os.path.join(self.getSourceDir(), "stop_hook.py")
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/serialize/
H A DTestBreakpointSerialization.py157 blubby_file_spec = lldb.SBFileSpec(os.path.join(self.getSourceDir(), "blubby.c"))
185 blubby_file_spec = lldb.SBFileSpec(os.path.join(self.getSourceDir(), "blubby.c"))
212 blubby_file_spec = lldb.SBFileSpec(os.path.join(self.getSourceDir(), "blubby.c"))
262 blubby_file_spec = lldb.SBFileSpec(os.path.join(self.getSourceDir(), "blubby.c"))
335 script_name = os.path.join(self.getSourceDir(), "resolver.py")
/llvm-project-15.0.7/lldb/test/API/functionalities/plugins/python_os_plugin/
H A DTestPythonOSPlugin.py44 python_os_plugin_path = os.path.join(self.getSourceDir(),
128 python_os_plugin_path = os.path.join(self.getSourceDir(),
/llvm-project-15.0.7/lldb/test/API/functionalities/scripted_process/
H A DTestScriptedProcess.py45 blueprint_origin_path = os.path.join(self.getSourceDir(), blueprint_name)
107 self.runCmd("command script import " + os.path.join(self.getSourceDir(),
/llvm-project-15.0.7/lldb/test/API/lang/objc/modules-objc-property/
H A DTestModulesObjCProperty.py20 self.getSourceDir() +
/llvm-project-15.0.7/lldb/test/API/commands/command/regex/
H A DTestRegexCommand.py28 self.runCmd("command script import " + os.path.join(self.getSourceDir(), "echo_command.py"))
/llvm-project-15.0.7/lldb/test/API/functionalities/show_location/
H A DTestShowLocationDwarf5.py14 yaml_path = os.path.join(self.getSourceDir(), "a.yaml")
/llvm-project-15.0.7/lldb/test/API/lang/objc/modules-inline-functions/
H A DTestModulesInlineFunctions.py28 self.getSourceDir() +
/llvm-project-15.0.7/lldb/test/API/commands/target/dump-symtab-demangle/
H A DTestDumpSymtabDemangle.py13 src_dir = self.getSourceDir()
/llvm-project-15.0.7/lldb/test/API/commands/breakpoint/command/list/
H A DTestBreakpointCommandList.py13 src_dir = self.getSourceDir()
/llvm-project-15.0.7/lldb/test/API/lang/objc/modules-cache/
H A DTestClangModulesCache.py29 % self.getSourceDir())
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbinline.py98 for f in os.listdir(self.getSourceDir()):
138 source_files = [f for f in os.listdir(self.getSourceDir())

123