Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp268 m_load_addr = OptionArgParser::ToAddress(execution_context, option_arg, in SetOptionValue()
482 m_load_addr = LLDB_INVALID_ADDRESS; in OptionParsingStarting()
514 lldb::addr_t m_load_addr = 0; member in CommandObjectBreakpointSet::CommandOptions
550 else if (m_options.m_load_addr != LLDB_INVALID_ADDRESS) in DoExecute()
608 m_options.m_load_addr, internal, file_spec, m_options.m_hardware); in DoExecute()
610 bp_sp = target.CreateBreakpoint(m_options.m_load_addr, internal, in DoExecute()
H A DCommandObjectThread.cpp1606 m_load_addr = LLDB_INVALID_ADDRESS; in OptionParsingStarting()
1630 m_load_addr = OptionArgParser::ToAddress(execution_context, option_arg, in SetOptionValue()
1649 lldb::addr_t m_load_addr; member in CommandObjectThreadJump::CommandOptions
1673 if (m_options.m_load_addr != LLDB_INVALID_ADDRESS) { in DoExecute()
1675 Address dest = Address(m_options.m_load_addr); in DoExecute()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp1292 printf("RemoteNXMapTable.m_load_addr = 0x%" PRIx64 "\n", m_load_addr); in Dump()
1301 m_load_addr = load_addr; in ParseHeader()
1459 lldb::addr_t GetTableLoadAddress() const { return m_load_addr; } in GetTableLoadAddress()
1468 lldb::addr_t m_load_addr = LLDB_INVALID_ADDRESS; member in RemoteNXMapTable