Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/lldb/unittests/Host/
H A DNativeProcessProtocolTest.cpp20 TEST(NativeProcessProtocolTest, SetBreakpoint) { in TEST() argument
30 EXPECT_THAT_ERROR(Process.SetBreakpoint(0x47, 0, false).ToError(), in TEST()
41 EXPECT_THAT_ERROR(Process.SetBreakpoint(0x47, 0, false).ToError(), in TEST()
56 EXPECT_THAT_ERROR(Process.SetBreakpoint(0x47, 0, false).ToError(), in TEST()
72 EXPECT_THAT_ERROR(Process.SetBreakpoint(0x47, 0, false).ToError(), in TEST()
86 EXPECT_THAT_ERROR(Process.SetBreakpoint(0x4, 0, false).ToError(), in TEST()
/llvm-project-15.0.7/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 DExceptionBreakpoint.cpp15 void ExceptionBreakpoint::SetBreakpoint() { in SetBreakpoint() function in lldb_vscode::ExceptionBreakpoint
H A DSourceBreakpoint.h26 void SetBreakpoint(const llvm::StringRef source_path);
H A DExceptionBreakpoint.h28 void SetBreakpoint();
H A Dlldb-vscode.cpp2086 new_bp.SetBreakpoint(path.data()); in request_setBreakpoints()
2176 exc_bp->SetBreakpoint(); in request_setExceptionBreakpoints()
2313 new_bp.SetBreakpoint(); in request_setFunctionBreakpoints()
/llvm-project-15.0.7/lldb/include/lldb/Breakpoint/
H A DBreakpointResolver.h59 void SetBreakpoint(const lldb::BreakpointSP &bkpt);
/llvm-project-15.0.7/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
/llvm-project-15.0.7/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
/llvm-project-15.0.7/lldb/unittests/tools/lldb-server/tests/
H A DTestClient.h57 llvm::Error SetBreakpoint(unsigned long address);
H A DTestClient.cpp154 Error TestClient::SetBreakpoint(unsigned long address) { in SetBreakpoint() function in TestClient
/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DNativeProcessSoftwareSingleStep.cpp170 error = process.SetBreakpoint(next_pc, size_hint, /*hardware=*/false); in SetupSoftwareSingleStepping()
/llvm-project-15.0.7/lldb/unittests/TestingSupport/Host/
H A DNativeProcessTestUtils.h63 Status SetBreakpoint(lldb::addr_t Addr, uint32_t Size, in SetBreakpoint() function
/llvm-project-15.0.7/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
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.h93 Status SetBreakpoint(lldb::addr_t addr, uint32_t size,
H A DNativeProcessLinux.cpp1489 Status NativeProcessLinux::SetBreakpoint(lldb::addr_t addr, uint32_t size, in SetBreakpoint() function in NativeProcessLinux
/llvm-project-15.0.7/lldb/source/Target/
H A DLanguageRuntime.cpp158 ret_sp->SetBreakpoint(breakpoint); in CopyForBreakpoint()
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointResolver.cpp164 void BreakpointResolver::SetBreakpoint(const BreakpointSP &bkpt) { in SetBreakpoint() function in BreakpointResolver
H A DBreakpointResolverName.cpp431 ret_sp->SetBreakpoint(breakpoint); in CopyForBreakpoint()
/llvm-project-15.0.7/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h159 virtual Status SetBreakpoint(lldb::addr_t addr, uint32_t size,

12