Home
last modified time | relevance | path

Searched refs:dbreg (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DRegisterContextOpenBSD_i386.cpp35 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 DRegisterContextNetBSDTest_i386.cpp40 EXPECT_OFF(dr##num##_i386, offsetof(dbreg, dr[num]), \
41 sizeof(dbreg::dr[num]))
H A DRegisterContextNetBSDTest_x86_64.cpp42 EXPECT_OFF(dr##num##_x86_64, offsetof(dbreg, dr[num]), sizeof(dbreg::dr[num]))
H A DRegisterContextFreeBSDTest.cpp52 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 DNativeRegisterContextFreeBSD_arm64.h68 dbreg m_dbreg;
H A DNativeRegisterContextFreeBSD_x86_64.h72 std::array<uint8_t, sizeof(struct dbreg)> m_dbr;
/llvm-project-15.0.7/lldb/source/Plugins/Process/NetBSD/
H A DNativeRegisterContextNetBSD_x86_64.h71 std::array<uint8_t, sizeof(struct dbreg)> m_dbr;
/llvm-project-15.0.7/lldb/test/Shell/Watchpoint/
H A Dnetbsd-nouserdbregs.test5 # 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 Dsanitizer_platform_limits_netbsd.cpp641 unsigned struct_ptrace_dbreg_struct_sz = sizeof(struct dbreg);