Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp239 addr_t symbol_address = symbol->GetAddressRef().GetOpcodeLoadAddress(&target); in SetupBreakpoint() local
241 if (symbol_address == LLDB_INVALID_ADDRESS) in SetupBreakpoint()
249 .CreateBreakpoint(symbol_address, internal, hardware) in SetupBreakpoint()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp298 addr_t symbol_address = symbol->GetAddressRef().GetOpcodeLoadAddress(&target); Activate() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp208 addr_t symbol_address = symbol->GetAddressRef().GetOpcodeLoadAddress(&target); in Activate() local
210 if (symbol_address == LLDB_INVALID_ADDRESS) in Activate()
215 .CreateBreakpoint(symbol_address, /*internal=*/true, in Activate()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp268 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()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp913 addr_t symbol_address = symbol->GetAddressRef().GetOpcodeLoadAddress(&target); in Activate() local
915 if (symbol_address == LLDB_INVALID_ADDRESS) in Activate()
923 .CreateBreakpoint(symbol_address, internal, hardware) in Activate()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1738 const Address symbol_address = symbol.GetAddress(); in AddOneGenericVariable() local
1739 lldb::addr_t symbol_load_addr = symbol_address.GetLoadAddress(target); in AddOneGenericVariable()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1693 Address symbol_address = symbol->GetAddress(); in CreateBreakpointSite() local
1694 load_addr = ResolveIndirectFunction(&symbol_address, error); in CreateBreakpointSite()