Home
last modified time | relevance | path

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

/external/lldb/source/Commands/
DCommandObjectTarget.cpp3001 m_module_addr (LLDB_INVALID_ADDRESS) in CommandOptions()
3023m_module_addr = Args::StringToAddress(&exe_ctx, option_arg, LLDB_INVALID_ADDRESS, &error); in SetOptionValue()
3040 m_module_addr = LLDB_INVALID_ADDRESS; in OptionParsingStarting()
3057 lldb::addr_t m_module_addr; member in CommandObjectTargetModulesList::CommandOptions
3109 if (m_options.m_module_addr != LLDB_INVALID_ADDRESS) in DoExecute()
3114 if (module_address.SetLoadAddress(m_options.m_module_addr, target)) in DoExecute()
3124 …ErrorWithFormat ("Couldn't find module matching address: 0x%" PRIx64 ".", m_options.m_module_addr); in DoExecute()
3130 …rorWithFormat ("Couldn't find module containing address: 0x%" PRIx64 ".", m_options.m_module_addr); in DoExecute()