Home
last modified time | relevance | path

Searched refs:SetBreakpoint (Results 1 – 25 of 25) sorted by relevance

/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DFunctionBreakpoint.h23 void SetBreakpoint();
H A DFunctionBreakpoint.cpp17 void FunctionBreakpoint::SetBreakpoint() { in SetBreakpoint() function in lldb_vscode::FunctionBreakpoint
H A DSourceBreakpoint.cpp18 void SourceBreakpoint::SetBreakpoint(const llvm::StringRef source_path) { in SetBreakpoint() function in lldb_vscode::SourceBreakpoint
H A DSourceBreakpoint.h26 void SetBreakpoint(const llvm::StringRef source_path);
H A DExceptionBreakpoint.cpp15 void ExceptionBreakpoint::SetBreakpoint() { in SetBreakpoint() function in lldb_vscode::ExceptionBreakpoint
H A DExceptionBreakpoint.h28 void SetBreakpoint();
H A Dlldb-vscode.cpp2096 new_bp.SetBreakpoint(path.data()); in request_setBreakpoints()
2186 exc_bp->SetBreakpoint(); in request_setExceptionBreakpoints()
2323 new_bp.SetBreakpoint(); in request_setFunctionBreakpoints()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/
H A DNativeProcessOpenBSD.h76 Status SetBreakpoint(lldb::addr_t addr, uint32_t size,
H A DNativeProcessOpenBSD.cpp384 Status NativeProcessOpenBSD::SetBreakpoint(lldb::addr_t addr, uint32_t size, in SetBreakpoint() function in NativeProcessOpenBSD
/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpointResolver.h60 void SetBreakpoint(const lldb::BreakpointSP &bkpt);
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.h71 Status SetBreakpoint(lldb::addr_t addr, uint32_t size,
H A DNativeProcessNetBSD.cpp729 Status NativeProcessNetBSD::SetBreakpoint(lldb::addr_t addr, uint32_t size, in SetBreakpoint() function in NativeProcessNetBSD
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.h72 Status SetBreakpoint(lldb::addr_t addr, uint32_t size,
H A DNativeProcessFreeBSD.cpp702 Status NativeProcessFreeBSD::SetBreakpoint(lldb::addr_t addr, uint32_t size, in SetBreakpoint() function in NativeProcessFreeBSD
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DNativeProcessSoftwareSingleStep.cpp173 error = process.SetBreakpoint(next_pc, size_hint, /*hardware=*/false); in SetupSoftwareSingleStepping()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DNativeProcessWindows.h83 Status SetBreakpoint(lldb::addr_t addr, uint32_t size,
H A DNativeProcessWindows.cpp322 Status NativeProcessWindows::SetBreakpoint(lldb::addr_t addr, uint32_t size, in SetBreakpoint() function in lldb_private::NativeProcessWindows
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DLanguageRuntime.cpp158 ret_sp->SetBreakpoint(breakpoint); in CopyForBreakpoint()
H A DTarget.cpp659 resolver_sp->SetBreakpoint(bp_sp); in CreateBreakpoint()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.h93 Status SetBreakpoint(lldb::addr_t addr, uint32_t size,
H A DNativeProcessLinux.cpp1490 Status NativeProcessLinux::SetBreakpoint(lldb::addr_t addr, uint32_t size, in SetBreakpoint() function in NativeProcessLinux
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointResolver.cpp165 void BreakpointResolver::SetBreakpoint(const BreakpointSP &bkpt) { in SetBreakpoint() function in BreakpointResolver
H A DBreakpointResolverName.cpp430 ret_sp->SetBreakpoint(breakpoint); in CopyForBreakpoint()
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h160 virtual Status SetBreakpoint(lldb::addr_t addr, uint32_t size,
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp2901 m_current_process->SetBreakpoint(addr, size, want_hardware); in Handle_Z()