Home
last modified time | relevance | path

Searched refs:LoadCore (Results 1 – 25 of 32) sorted by relevance

12

/llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/minidump/
H A DTestMiniDump.py22 self.process = self.target.LoadCore("fizzbuzz_no_heap.dmp")
32 self.process = self.target.LoadCore("fizzbuzz_no_heap.dmp")
46 self.process = self.target.LoadCore("fizzbuzz_no_heap.dmp")
84 self.process = self.target.LoadCore("fizzbuzz_no_heap.dmp")
96 self.process = self.target.LoadCore("fizzbuzz_no_heap.dmp")
128 process = target.LoadCore(core)
164 process = target.LoadCore(core)
/llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/elf-core/
H A DTestLinuxCore.py94 altprocess = alttarget.LoadCore("altmain.core")
124 process = target.LoadCore("linux-x86_64.core")
139 process = target.LoadCore("linux-x86_64.core")
199 process = target.LoadCore("linux-fpr_sse_i386.core")
225 process = target.LoadCore("linux-i386.core")
262 process = target.LoadCore(core_file)
278 process = target.LoadCore("linux-aarch64-pac.core")
291 process = target.LoadCore("linux-aarch64-neon.core")
475 process = target.LoadCore("linux-aarch64-pac.core")
490 process = target.LoadCore("linux-arm.core")
[all …]
/llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/wow64_minidump/
H A DTestWow64MiniDump.py26 process = target.LoadCore("fizzbuzz_wow64.dmp")
35 process = target.LoadCore("fizzbuzz_wow64.dmp")
51 process = target.LoadCore("fizzbuzz_wow64.dmp")
/llvm-project-15.0.7/lldb/test/API/macosx/lc-note/firmware-corefile/
H A DTestFirmwareCorefiles.py46 process = target.LoadCore(verstr_corefile)
61 process = target.LoadCore(verstr_corefile_addr)
109 process = target.LoadCore(binspec_corefile)
123 process = target.LoadCore(binspec_corefile_addr)
141 process = target.LoadCore(binspec_corefile_slideonly)
258 process = target.LoadCore(binspec_corefile_addr)
/llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/minidump-new/
H A DTestMiniDumpNew.py27 self.process = self.target.LoadCore(minidump_path)
64 self.process = self.target.LoadCore(minidump_path, error)
72 self.process = self.target.LoadCore("non-existent.dmp", error)
130 self.process = self.target.LoadCore("linux-x86_64.dmp")
152 self.process = self.target.LoadCore("linux-x86_64_not_crashed.dmp")
323 process = target.LoadCore(core)
393 self.process = self.target.LoadCore("linux-x86_64_not_crashed.dmp")
/llvm-project-15.0.7/lldb/test/API/functionalities/process_save_core/
H A DTestProcessSaveCore.py49 process = target.LoadCore(core)
82 process = target.LoadCore(core)
/llvm-project-15.0.7/lldb/test/API/functionalities/diagnostic_reporting/
H A DTestDiagnosticReporting.py27 self.process = self.target.LoadCore(
/llvm-project-15.0.7/lldb/test/API/macosx/corefile-exception-reason/
H A DTestCorefileExceptionReason.py34 process = target.LoadCore(corefile)
/llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/elf-core/gcore/
H A DTestGCore.py33 process = target.LoadCore(filename + ".core")
/llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/mach-core/
H A DTestMachCore.py39 process = target.LoadCore(self.getBuildArtifact("test.core"))
/llvm-project-15.0.7/lldb/test/API/macosx/corefile-default-ptrauth/
H A DTestCorefileDefaultPtrauth.py43 self.process = self.target.LoadCore(self.corefile)
/llvm-project-15.0.7/lldb/test/API/functionalities/unwind/noreturn/module-end/
H A DTestNoReturnModuleEnd.py20 process = target.LoadCore("test.core")
/llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/FreeBSDKernel/
H A DTestFreeBSDKernelLive.py24 process = target.LoadCore(mem_device)
H A DTestFreeBSDKernelVMCore.py33 process = target.LoadCore(vmcore_file)
/llvm-project-15.0.7/lldb/test/API/tools/lldb-server/
H A DTestGdbRemoteSaveCore.py37 process = target.LoadCore(out_path)
/llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/elf-core/thread_crash/
H A DTestLinuxCoreThreads.py37 process = target.LoadCore(filename + ".core")
/llvm-project-15.0.7/lldb/test/API/macosx/lc-note/addrable-bits/
H A DTestAddrableBitsCorefile.py48 process = target.LoadCore(self.corefile)
/llvm-project-15.0.7/lldb/test/API/macosx/stack-corefile/
H A DTestStackCorefile.py41 process = target.LoadCore(corefile)
/llvm-project-15.0.7/lldb/test/API/macosx/lc-note/kern-ver-str/
H A DTestKernVerStrLCNOTE.py90 self.process = self.target.LoadCore(self.corefile)
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBTarget.i251 loads a new core file and returns the process object.") LoadCore;
253 LoadCore(const char *core_file);
256 LoadCore(const char *core_file, lldb::SBError &error);
/llvm-project-15.0.7/lldb/test/API/functionalities/process_save_core_minidump/
H A DTestProcessSaveCoreMinidump.py60 process = target.LoadCore(core)
/llvm-project-15.0.7/lldb/test/API/macosx/skinny-corefile/
H A DTestSkinnyCorefile.py128 self.process = self.target.LoadCore(self.corefile)
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBTarget.h180 SBProcess LoadCore(const char *core_file);
181 SBProcess LoadCore(const char *core_file, lldb::SBError &error);
/llvm-project-15.0.7/lldb/test/API/functionalities/scripted_process/
H A DTestStackCoreScriptedProcess.py71 corefile_process = corefile_target.LoadCore(self.getBuildArtifact(file.name))
/llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/netbsd-core/
H A DTestNetBSDCore.py131 process = target.LoadCore(filename + ".core")

12