Searched refs:symbol_address (Results 1 – 7 of 7) sorted by relevance
239 addr_t symbol_address = symbol->GetAddressRef().GetOpcodeLoadAddress(&target); in SetupBreakpoint() local241 if (symbol_address == LLDB_INVALID_ADDRESS) in SetupBreakpoint()249 .CreateBreakpoint(symbol_address, internal, hardware) in SetupBreakpoint()
298 addr_t symbol_address = symbol->GetAddressRef().GetOpcodeLoadAddress(&target); Activate() local
208 addr_t symbol_address = symbol->GetAddressRef().GetOpcodeLoadAddress(&target); in Activate() local210 if (symbol_address == LLDB_INVALID_ADDRESS) in Activate()215 .CreateBreakpoint(symbol_address, /*internal=*/true, in Activate()
268 addr_t symbol_address = symbol->GetAddressRef().GetOpcodeLoadAddress(&target); in Activate() local 270 if (symbol_address == LLDB_INVALID_ADDRESS) in Activate() 275 .CreateBreakpoint(symbol_address, /*internal=*/true, in Activate()
913 addr_t symbol_address = symbol->GetAddressRef().GetOpcodeLoadAddress(&target); in Activate() local915 if (symbol_address == LLDB_INVALID_ADDRESS) in Activate()923 .CreateBreakpoint(symbol_address, internal, hardware) in Activate()
1738 const Address symbol_address = symbol.GetAddress(); in AddOneGenericVariable() local1739 lldb::addr_t symbol_load_addr = symbol_address.GetLoadAddress(target); in AddOneGenericVariable()
1693 Address symbol_address = symbol->GetAddress(); in CreateBreakpointSite() local1694 load_addr = ResolveIndirectFunction(&symbol_address, error); in CreateBreakpointSite()