Home
last modified time | relevance | path

Searched defs:executable (Results 1 – 25 of 32) sorted by relevance

12

/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.gdb/
H A Dxfullpath.exp33 proc setup_test { executable } { argument
109 proc test_with_self { executable } { argument
H A Dobserver.exp32 proc setup_test { executable } { argument
169 proc test_observer_normal_stop { executable } { argument
H A Dselftest.exp223 proc test_with_self { executable } { argument
H A Dcomplaints.exp34 proc setup_test { executable } { argument
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp97 lldb::addr_t DynamicLoaderWindowsDYLD::GetLoadAddress(ModuleSP executable) { in GetLoadAddress()
124 ModuleSP executable = GetTargetExecutable(); in DidAttach() local
154 ModuleSP executable = GetTargetExecutable(); in DidLaunch() local
/openbsd-src/gnu/llvm/lldb/source/Host/windows/
H A DHost.cpp33 static bool GetTripleForProcess(const FileSpec &executable, in GetTripleForProcess()
86 std::string executable; in GetProcessExecutableAndTriple() local
H A DProcessLauncherWindows.cpp66 std::string executable; in LaunchProcess() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp115 ModuleSP executable; in DidAttach() local
165 ModuleSP executable = target.GetExecutableModule(); in GetTargetExecutable() local
471 ModuleSP executable = GetTargetExecutable(); in LoadAllCurrentModules() local
/openbsd-src/gnu/lib/libiberty/src/
H A Dpex-common.c151 pex_run_in_environment (struct pex_obj *obj, int flags, const char *executable, in pex_run_in_environment()
338 pex_run (struct pex_obj *obj, int flags, const char *executable, in pex_run()
H A Dpex-unix.c339 pex_child_error (struct pex_obj *obj, const char *executable, in pex_child_error()
359 pex_unix_exec_child (struct pex_obj *obj, int flags, const char *executable, in pex_unix_exec_child()
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbpexpect.py23 def launch(self, executable=None, extra_args=None, timeout=60, argument
H A Dlldbtest.py380 def launch(self, executable, args, extra_env): argument
399 def launch(self, executable, args, extra_env): argument
452 def launch(self, executable, args, extra_env): argument
904 def spawnSubprocess(self, executable, args=[], extra_env=None, install_remote=True): argument
/openbsd-src/gnu/llvm/llvm/utils/TableGen/jupyter/tablegen_kernel/
H A Dkernel.py68 def executable(self): member in TableGenKernel
/openbsd-src/gnu/llvm/llvm/utils/
H A Dupdate_cc_test_checks.py143 def find_executable(executable): argument
H A Dllvm-compilers-check82 def find_executable(executable, path=None): argument
/openbsd-src/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/
H A D__init__.py168 def run_compiler(executable): argument
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp171 ModuleSP executable; in DidLaunch() local
643 ModuleSP executable = GetTargetExecutable(); in LoadAllCurrentModules() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/FreeBSDKernel/
H A DProcessFreeBSDKernel.cpp77 ModuleSP executable = target_sp->GetExecutableModule(); in CreateInstance() local
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDynamicLoader.cpp78 ModuleSP executable = target.GetExecutableModule(); in GetTargetExecutable() local
/openbsd-src/bin/csh/
H A Dexec.c545 executable(Char *dir, Char *name, bool dir_ok) in executable() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessDebugger.cpp429 const bool executable = IsPageExecutable(mem_info.Protect); in GetMemoryRegionInfo() local
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cpp175 void LoadedModule::addAddressRange(uptr beg, uptr end, bool executable, in addAddressRange()
H A Dsanitizer_linux_libcdep.cpp653 bool executable = phdr->p_flags & PF_X; in AddModuleSegments() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOSXDYLD.cpp231 Module *executable = m_process->GetTarget().GetExecutableModulePointer(); in DoInitialImageFetch() local
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
H A Dvscode.py966 def __init__(self, executable=None, port=None, init_commands=[], log_file=None, env=None): argument

12