Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointResolver.cpp283 AddLocation(filter, sc, skip_prologue, log_ident); in SetSCMatchesByLine()
290 void BreakpointResolver::AddLocation(SearchFilter &filter, in AddLocation() function in BreakpointResolver
328 BreakpointLocationSP bp_loc_sp(AddLocation(line_start)); in AddLocation()
337 BreakpointLocationSP BreakpointResolver::AddLocation(Address loc_addr, in AddLocation() function in BreakpointResolver
340 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.cpp201 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.cpp387 BreakpointLocationSP bp_loc_sp(AddLocation(break_addr, &new_location)); in SearchCallback()
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/scripted_bkpt/
H A Dresolver.py32 self.bkpt.AddLocation(sym_ctx.function.GetStartAddress())
38 self.bkpt.AddLocation(sym.GetStartAddress())
/llvm-project-15.0.7/lldb/include/lldb/Breakpoint/
H A DBreakpointResolver.h212 lldb::BreakpointLocationSP AddLocation(Address loc_addr,
217 void AddLocation(SearchFilter &filter, const SymbolContext &sc,
H A DBreakpointLocationList.h176 lldb::BreakpointLocationSP AddLocation(const Address &addr,
H A DBreakpoint.h250 lldb::BreakpointLocationSP AddLocation(const Address &addr,
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBBreakpoint.h144 AddLocation(SBAddress &address);
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h358 enum class AddLocation { Beginning, End }; enum
360 static void AddToSysPath(AddLocation location, std::string path);
H A DScriptInterpreterPython.cpp3161 AddToSysPath(AddLocation::End, "."); in Initialize()
3168 AddToSysPath(AddLocation::Beginning, file_spec.GetPath(false)); in Initialize()
3170 AddToSysPath(AddLocation::Beginning, file_spec.GetPath(false)); in Initialize()
3197 void ScriptInterpreterPythonImpl::AddToSysPath(AddLocation location, in AddToSysPath()
3202 if (location == AddLocation::Beginning) { in AddToSysPath()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBBreakpoint.i238 AddLocation(SBAddress &address);
/llvm-project-15.0.7/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
804 rep.AddLocation(addr_min, addr_max - addr_min); in ReportRace()
H A Dtsan_rtl.h414 void AddLocation(uptr addr, uptr size);
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_rtl_mutex.cpp62 rep.AddLocation(addr, 1); in ReportMutexMisuse()
122 rep.AddLocation(addr, 1); in MutexDestroy()
H A Dtsan_rtl_report.cpp316 void ScopedReportBase::AddLocation(uptr addr, uptr size) { in AddLocation() function in __tsan::ScopedReportBase
934 rep.AddLocation(addr_min, addr_max - addr_min); in ReportRace()
H A Dtsan_rtl.h359 void AddLocation(uptr addr, uptr size);
/llvm-project-15.0.7/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 …
/llvm-project-15.0.7/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()