/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.gdb/ |
H A D | xfullpath.exp | 33 proc setup_test { executable } { argument 109 proc test_with_self { executable } { argument
|
H A D | observer.exp | 32 proc setup_test { executable } { argument 169 proc test_observer_normal_stop { executable } { argument
|
H A D | selftest.exp | 223 proc test_with_self { executable } { argument
|
H A D | complaints.exp | 34 proc setup_test { executable } { argument
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Windows-DYLD/ |
H A D | DynamicLoaderWindowsDYLD.cpp | 97 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 D | Host.cpp | 33 static bool GetTripleForProcess(const FileSpec &executable, in GetTripleForProcess() 86 std::string executable; in GetProcessExecutableAndTriple() local
|
H A D | ProcessLauncherWindows.cpp | 66 std::string executable; in LaunchProcess() local
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
H A D | DynamicLoaderHexagonDYLD.cpp | 115 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 D | pex-common.c | 151 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 D | pex-unix.c | 339 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 D | lldbpexpect.py | 23 def launch(self, executable=None, extra_args=None, timeout=60, argument
|
H A D | lldbtest.py | 380 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 D | kernel.py | 68 def executable(self): member in TableGenKernel
|
/openbsd-src/gnu/llvm/llvm/utils/ |
H A D | update_cc_test_checks.py | 143 def find_executable(executable): argument
|
H A D | llvm-compilers-check | 82 def find_executable(executable, path=None): argument
|
/openbsd-src/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/ |
H A D | __init__.py | 168 def run_compiler(executable): argument
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
H A D | DynamicLoaderPOSIXDYLD.cpp | 171 ModuleSP executable; in DidLaunch() local 643 ModuleSP executable = GetTargetExecutable(); in LoadAllCurrentModules() local
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/FreeBSDKernel/ |
H A D | ProcessFreeBSDKernel.cpp | 77 ModuleSP executable = target_sp->GetExecutableModule(); in CreateInstance() local
|
/openbsd-src/gnu/llvm/lldb/source/Core/ |
H A D | DynamicLoader.cpp | 78 ModuleSP executable = target.GetExecutableModule(); in GetTargetExecutable() local
|
/openbsd-src/bin/csh/ |
H A D | exec.c | 545 executable(Char *dir, Char *name, bool dir_ok) in executable() function
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ |
H A D | ProcessDebugger.cpp | 429 const bool executable = IsPageExecutable(mem_info.Protect); in GetMemoryRegionInfo() local
|
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common.cpp | 175 void LoadedModule::addAddressRange(uptr beg, uptr end, bool executable, in addAddressRange()
|
H A D | sanitizer_linux_libcdep.cpp | 653 bool executable = phdr->p_flags & PF_X; in AddModuleSegments() local
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
H A D | DynamicLoaderMacOSXDYLD.cpp | 231 Module *executable = m_process->GetTarget().GetExecutableModulePointer(); in DoInitialImageFetch() local
|
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/ |
H A D | vscode.py | 966 def __init__(self, executable=None, port=None, init_commands=[], log_file=None, env=None): argument
|