Home
last modified time | relevance | path

Searched refs:eLoadDependentsYes (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lldb/source/API/
DSBDebugger.cpp747 add_dependent_modules ? eLoadDependentsYes : eLoadDependentsNo, in CreateTarget()
781 add_dependent_modules ? eLoadDependentsYes : eLoadDependentsNo, nullptr, in CreateTargetWithFileAndTargetTriple()
811 add_dependent_modules ? eLoadDependentsYes : eLoadDependentsNo, nullptr, in CreateTargetWithFileAndArch()
840 add_dependent_modules ? eLoadDependentsYes : eLoadDependentsNo, nullptr, in CreateTarget()
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DProcessFreeBSD.cpp328 GetTarget().SetExecutableModule(exe_module_sp, eLoadDependentsYes); in DoAttachToProcessWithID()
512 target->SetExecutableModule(exe_module_sp, eLoadDependentsYes); in DoDidExec()
/external/llvm-project/lldb/include/lldb/Target/
DTarget.h64 eLoadDependentsYes, enumerator
/external/llvm-project/lldb/source/Target/
DTarget.cpp1429 case eLoadDependentsYes: in SetExecutableModule()
1545 SetExecutableModule(executable_sp, eLoadDependentsYes); in SetArchitecture()
2179 target->SetExecutableModule(exe_module_sp, eLoadDependentsYes); in ImageSearchPathsChanged()
/external/llvm-project/lldb/source/Commands/
DCommandObjectTarget.cpp149 eLoadDependentsYes,