Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointResolver.cpp284 AddLocation(filter, sc, skip_prologue, log_ident); in SetSCMatchesByLine()
291 void BreakpointResolver::AddLocation(SearchFilter &filter, in AddLocation() function in BreakpointResolver
329 BreakpointLocationSP bp_loc_sp(AddLocation(line_start)); in AddLocation()
338 BreakpointLocationSP BreakpointResolver::AddLocation(Address loc_addr, in AddLocation() function in BreakpointResolver
341 return GetBreakpoint()->AddLocation(loc_addr, new_location); in AddLocation()
H A DBreakpointResolverAddress.cpp139 BreakpointLocationSP bp_loc_sp(AddLocation(m_addr)); in SearchCallback()
H A DBreakpointLocationList.cpp207 BreakpointLocationSP BreakpointLocationList::AddLocation( in AddLocation() function in BreakpointLocationList
H A DBreakpoint.cpp261 BreakpointLocationSP Breakpoint::AddLocation(const Address &addr, in AddLocation() function in Breakpoint
263 return m_locations.AddLocation(addr, m_resolve_indirect_symbols, in AddLocation()
H A DBreakpointResolverName.cpp386 BreakpointLocationSP bp_loc_sp(AddLocation(break_addr, &new_location)); in SearchCallback()
/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpointResolver.h213 lldb::BreakpointLocationSP AddLocation(Address loc_addr,
218 void AddLocation(SearchFilter &filter, const SymbolContext &sc,
H A DBreakpointLocationList.h179 lldb::BreakpointLocationSP AddLocation(const Address &addr,
H A DBreakpoint.h250 lldb::BreakpointLocationSP AddLocation(const Address &addr,
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBBreakpoint.h144 AddLocation(SBAddress &address);
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h361 enum class AddLocation { Beginning, End }; enum
363 static void AddToSysPath(AddLocation location, std::string path);
H A DScriptInterpreterPython.cpp3019 AddToSysPath(AddLocation::End, "."); in Initialize()
3026 AddToSysPath(AddLocation::Beginning, file_spec.GetPath(false)); in Initialize()
3028 AddToSysPath(AddLocation::Beginning, file_spec.GetPath(false)); in Initialize()
3055 void ScriptInterpreterPythonImpl::AddToSysPath(AddLocation location, in AddToSysPath()
3060 if (location == AddLocation::Beginning) { in AddToSysPath()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBBreakpoint.i238 AddLocation(SBAddress &address);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBBreakpoint.cpp539 SBError SBBreakpoint::AddLocation(SBAddress &address) { in AddLocation() function in SBBreakpoint
561 bkpt_sp->AddLocation(address.ref()); in AddLocation()
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_mutex.cpp64 rep.AddLocation(addr, 1); in ReportMutexMisuse()
574 rep.AddLocation(addr, 1); in ReportDestroyLocked()
H A Dtsan_rtl_report.cpp277 void ScopedReportBase::AddLocation(uptr addr, uptr size) { in AddLocation() function in __tsan::ScopedReportBase
803 rep.AddLocation(addr_min, addr_max - addr_min); in ReportRace()
H A Dtsan_rtl.h416 void AddLocation(uptr addr, uptr size);
/openbsd-src/gnu/llvm/lldb/docs/use/
H A Dpython-reference.rst324 yourself, since SBBreakpoint::AddLocation will only add locations that pass the
337 deduplicating equal addresses in AddLocation, so you shouldn't need to worry
367 … | can add it to the breakpoint with the `SBBreakpoint.AddLocation` method, using …
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp819 breakpoint_sp->AddLocation(bp_addr); in SearchCallback()
878 breakpoint_sp->AddLocation(address, &new_bp); in SearchCallback()
945 breakpoint.AddLocation(address, &new_bp); in SearchCallback()