Home
last modified time | relevance | path

Searched refs:RegisterContextMach_i386 (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
HDRegisterContextMach_i386.cpp18 RegisterContextMach_i386::RegisterContextMach_i386(Thread &thread, in RegisterContextMach_i386() function in RegisterContextMach_i386
22 RegisterContextMach_i386::~RegisterContextMach_i386() = default;
24 int RegisterContextMach_i386::DoReadGPR(lldb::tid_t tid, int flavor, GPR &gpr) { in DoReadGPR()
29 int RegisterContextMach_i386::DoReadFPU(lldb::tid_t tid, int flavor, FPU &fpu) { in DoReadFPU()
34 int RegisterContextMach_i386::DoReadEXC(lldb::tid_t tid, int flavor, EXC &exc) { in DoReadEXC()
39 int RegisterContextMach_i386::DoWriteGPR(lldb::tid_t tid, int flavor, in DoWriteGPR()
46 int RegisterContextMach_i386::DoWriteFPU(lldb::tid_t tid, int flavor, in DoWriteFPU()
53 int RegisterContextMach_i386::DoWriteEXC(lldb::tid_t tid, int flavor, in DoWriteEXC()
HDRegisterContextMach_i386.h14 class RegisterContextMach_i386 : public RegisterContextDarwin_i386 {
16 RegisterContextMach_i386(lldb_private::Thread &thread,
19 ~RegisterContextMach_i386() override;