Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp269 m_load_addr = OptionArgParser::ToAddress(execution_context, option_arg, in SetOptionValue()
483 m_load_addr = LLDB_INVALID_ADDRESS; in OptionParsingStarting()
515 lldb::addr_t m_load_addr = 0; member in CommandObjectBreakpointSet::CommandOptions
551 else if (m_options.m_load_addr != LLDB_INVALID_ADDRESS) in DoExecute()
609 m_options.m_load_addr, internal, file_spec, m_options.m_hardware); in DoExecute()
611 bp_sp = target.CreateBreakpoint(m_options.m_load_addr, internal, in DoExecute()
H A DCommandObjectThread.cpp1669 m_load_addr = LLDB_INVALID_ADDRESS; in OptionParsingStarting()
1693 m_load_addr = OptionArgParser::ToAddress(execution_context, option_arg, in SetOptionValue()
1712 lldb::addr_t m_load_addr; member in CommandObjectThreadJump::CommandOptions
1736 if (m_options.m_load_addr != LLDB_INVALID_ADDRESS) { in DoExecute()
1738 Address dest = Address(m_options.m_load_addr); in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp1304 printf("RemoteNXMapTable.m_load_addr = 0x%" PRIx64 "\n", m_load_addr); in Dump()
1313 m_load_addr = load_addr; in ParseHeader()
1471 lldb::addr_t GetTableLoadAddress() const { return m_load_addr; } in GetTableLoadAddress()
1480 lldb::addr_t m_load_addr = LLDB_INVALID_ADDRESS; member in RemoteNXMapTable