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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextMach_i386.cpp1 //===-- RegisterContextMach_i386.cpp ----------------------------*- C++ -*-===//
13 #include "RegisterContextMach_i386.h"
18 RegisterContextMach_i386::RegisterContextMach_i386(Thread &thread, function in class:RegisterContextMach_i386
22 RegisterContextMach_i386::~RegisterContextMach_i386() {}
24 int RegisterContextMach_i386::DoReadGPR(lldb::tid_t tid, int flavor, GPR &gpr) {
29 int RegisterContextMach_i386::DoReadFPU(lldb::tid_t tid, int flavor, FPU &fpu) {
34 int RegisterContextMach_i386::DoReadEXC(lldb::tid_t tid, int flavor, EXC &exc) {
39 int RegisterContextMach_i386
[all...]
H A DRegisterContextMach_i386.h1 //===-- RegisterContextMach_i386.h ------------------------------*- C++ -*-===//
14 class RegisterContextMach_i386 : public RegisterContextDarwin_i386 { class in inherits:RegisterContextDarwin_i386
16 RegisterContextMach_i386(lldb_private::Thread &thread,
19 virtual ~RegisterContextMach_i386();

Completed in 105 milliseconds