Searched refs:dbreg (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/ |
| H A D | RegisterContextOpenBSD_i386.cpp | 35 struct dbreg { struct 51 #define DR_OFFSET(reg_index) (LLVM_EXTENSION offsetof(dbreg, dr[reg_index])) argument
|
| /llvm-project-15.0.7/lldb/unittests/Process/Utility/ |
| H A D | RegisterContextNetBSDTest_i386.cpp | 40 EXPECT_OFF(dr##num##_i386, offsetof(dbreg, dr[num]), \ 41 sizeof(dbreg::dr[num]))
|
| H A D | RegisterContextNetBSDTest_x86_64.cpp | 42 EXPECT_OFF(dr##num##_x86_64, offsetof(dbreg, dr[num]), sizeof(dbreg::dr[num]))
|
| H A D | RegisterContextFreeBSDTest.cpp | 52 EXPECT_OFF(dr##num##_x86_64, offsetof(dbreg, dr[num]), sizeof(dbreg::dr[num])) 167 using native_i386_dbregs = ::dbreg; in TEST()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | NativeRegisterContextFreeBSD_arm64.h | 68 dbreg m_dbreg;
|
| H A D | NativeRegisterContextFreeBSD_x86_64.h | 72 std::array<uint8_t, sizeof(struct dbreg)> m_dbr;
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeRegisterContextNetBSD_x86_64.h | 71 std::array<uint8_t, sizeof(struct dbreg)> m_dbr;
|
| /llvm-project-15.0.7/lldb/test/Shell/Watchpoint/ |
| H A D | netbsd-nouserdbregs.test | 5 # RUN: %clang_host %p/Inputs/thread-dbreg.c -pthread -g -o %t.out
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_platform_limits_netbsd.cpp | 641 unsigned struct_ptrace_dbreg_struct_sz = sizeof(struct dbreg);
|