LLDB
mainline
src
llvm
tools
lldb
source
Plugins
Process
Utility
RegisterContextOpenBSD_x86_64.h
Go to the documentation of this file.
1
//===-- RegisterContextOpenBSD_x86_64.h -------------------------*- C++ -*-===//
2
//
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
// See https://llvm.org/LICENSE.txt for license information.
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
//
7
//===----------------------------------------------------------------------===//
8
9
#ifndef liblldb_RegisterContextOpenBSD_x86_64_H_
10
#define liblldb_RegisterContextOpenBSD_x86_64_H_
11
12
#include "
RegisterInfoInterface.h
"
13
14
class
RegisterContextOpenBSD_x86_64
15
:
public
lldb_private::RegisterInfoInterface
{
16
public
:
17
RegisterContextOpenBSD_x86_64
(
const
lldb_private::ArchSpec
&target_arch);
18
19
size_t
GetGPRSize
()
const override
;
20
21
const
lldb_private::RegisterInfo *
GetRegisterInfo
()
const override
;
22
23
uint32_t
GetRegisterCount
()
const override
;
24
25
private
:
26
const
lldb_private::RegisterInfo *m_register_info_p;
27
const
uint32_t
m_register_count;
28
};
29
30
#endif
lldb_private::RegisterInfoInterface
RegisterInfo interface to patch RegisterInfo structure for archs.
Definition:
RegisterInfoInterface.h:21
lldb_private::ArchSpec
An architecture specification class.
Definition:
ArchSpec.h:32
RegisterContextOpenBSD_x86_64::RegisterContextOpenBSD_x86_64
RegisterContextOpenBSD_x86_64(const lldb_private::ArchSpec &target_arch)
Definition:
RegisterContextOpenBSD_x86_64.cpp:90
RegisterInfoInterface.h
RegisterContextOpenBSD_x86_64::GetRegisterInfo
const lldb_private::RegisterInfo * GetRegisterInfo() const override
Definition:
RegisterContextOpenBSD_x86_64.cpp:98
RegisterContextOpenBSD_x86_64::GetRegisterCount
uint32_t GetRegisterCount() const override
Definition:
RegisterContextOpenBSD_x86_64.cpp:102
RegisterContextOpenBSD_x86_64
Definition:
RegisterContextOpenBSD_x86_64.h:14
RegisterContextOpenBSD_x86_64::GetGPRSize
size_t GetGPRSize() const override
Definition:
RegisterContextOpenBSD_x86_64.cpp:96
uint32_t
Generated on Mon Nov 4 2019 00:56:53 for LLDB by
1.8.13