Home
last modified time | relevance | path

Searched refs:AdjustBreakpointAddress (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Architecture/PPC64/
H A DArchitecturePPC64.h30 void AdjustBreakpointAddress(const Symbol &func,
H A DArchitecturePPC64.cpp55 void ArchitecturePPC64::AdjustBreakpointAddress(const Symbol &func, in AdjustBreakpointAddress() function in ArchitecturePPC64
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DArchitecture.h58 virtual void AdjustBreakpointAddress(const Symbol &func, in AdjustBreakpointAddress() function
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp375 arch->AdjustBreakpointAddress(*sc.symbol, break_addr); in SearchCallback()