Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/functionalities/gdb_remote_client/
DTestGDBRemoteLoad.py15 self.assertTrue(target.SetModuleLoadAddress(module, 0).Success())
/external/llvm-project/lldb/include/lldb/API/
DSBTarget.h383 lldb::SBError SetModuleLoadAddress(lldb::SBModule module,
/external/llvm-project/lldb/bindings/interface/
DSBTarget.i440 SetModuleLoadAddress (lldb::SBModule module,
/external/llvm-project/lldb/examples/python/
Dsymbolication.py356 err = target.SetModuleLoadAddress(
/external/llvm-project/lldb/source/API/
DSBTarget.cpp2210 SBError SBTarget::SetModuleLoadAddress(lldb::SBModule module, in SetModuleLoadAddress() function in SBTarget
2212 LLDB_RECORD_METHOD(lldb::SBError, SBTarget, SetModuleLoadAddress, in SetModuleLoadAddress()
2639 LLDB_REGISTER_METHOD(lldb::SBError, SBTarget, SetModuleLoadAddress, in RegisterMethods()