| /llvm-project-15.0.7/lldb/unittests/Host/ |
| H A D | NativeProcessProtocolTest.cpp | 20 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 D | FunctionBreakpoint.h | 23 void SetBreakpoint();
|
| H A D | FunctionBreakpoint.cpp | 17 void FunctionBreakpoint::SetBreakpoint() { in SetBreakpoint() function in lldb_vscode::FunctionBreakpoint
|
| H A D | SourceBreakpoint.cpp | 18 void SourceBreakpoint::SetBreakpoint(const llvm::StringRef source_path) { in SetBreakpoint() function in lldb_vscode::SourceBreakpoint
|
| H A D | ExceptionBreakpoint.cpp | 15 void ExceptionBreakpoint::SetBreakpoint() { in SetBreakpoint() function in lldb_vscode::ExceptionBreakpoint
|
| H A D | SourceBreakpoint.h | 26 void SetBreakpoint(const llvm::StringRef source_path);
|
| H A D | ExceptionBreakpoint.h | 28 void SetBreakpoint();
|
| H A D | lldb-vscode.cpp | 2086 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 D | BreakpointResolver.h | 59 void SetBreakpoint(const lldb::BreakpointSP &bkpt);
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeProcessNetBSD.h | 71 Status SetBreakpoint(lldb::addr_t addr, uint32_t size,
|
| H A D | NativeProcessNetBSD.cpp | 729 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 D | NativeProcessFreeBSD.h | 72 Status SetBreakpoint(lldb::addr_t addr, uint32_t size,
|
| H A D | NativeProcessFreeBSD.cpp | 702 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 D | TestClient.h | 57 llvm::Error SetBreakpoint(unsigned long address);
|
| H A D | TestClient.cpp | 154 Error TestClient::SetBreakpoint(unsigned long address) { in SetBreakpoint() function in TestClient
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/ |
| H A D | NativeProcessSoftwareSingleStep.cpp | 170 error = process.SetBreakpoint(next_pc, size_hint, /*hardware=*/false); in SetupSoftwareSingleStepping()
|
| /llvm-project-15.0.7/lldb/unittests/TestingSupport/Host/ |
| H A D | NativeProcessTestUtils.h | 63 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 D | NativeProcessWindows.h | 83 Status SetBreakpoint(lldb::addr_t addr, uint32_t size,
|
| H A D | NativeProcessWindows.cpp | 322 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 D | NativeProcessLinux.h | 93 Status SetBreakpoint(lldb::addr_t addr, uint32_t size,
|
| H A D | NativeProcessLinux.cpp | 1489 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 D | LanguageRuntime.cpp | 158 ret_sp->SetBreakpoint(breakpoint); in CopyForBreakpoint()
|
| /llvm-project-15.0.7/lldb/source/Breakpoint/ |
| H A D | BreakpointResolver.cpp | 164 void BreakpointResolver::SetBreakpoint(const BreakpointSP &bkpt) { in SetBreakpoint() function in BreakpointResolver
|
| H A D | BreakpointResolverName.cpp | 431 ret_sp->SetBreakpoint(breakpoint); in CopyForBreakpoint()
|
| /llvm-project-15.0.7/lldb/include/lldb/Host/common/ |
| H A D | NativeProcessProtocol.h | 159 virtual Status SetBreakpoint(lldb::addr_t addr, uint32_t size,
|