LLDB
mainline
llvm-project
lldb
source
Plugins
Process
Utility
RegisterContextOpenBSD_i386.h
Go to the documentation of this file.
1
//===-- RegisterContextOpenBSD_i386.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 LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTOPENBSD_I386_H
10
#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTOPENBSD_I386_H
11
12
#include "
RegisterInfoInterface.h
"
13
14
class
RegisterContextOpenBSD_i386
:
public
lldb_private::RegisterInfoInterface
{
15
public
:
16
RegisterContextOpenBSD_i386
(
const
lldb_private::ArchSpec
&target_arch);
17
18
size_t
GetGPRSize
()
const override
;
19
20
const
lldb_private::RegisterInfo
*
GetRegisterInfo
()
const override
;
21
22
uint32_t
GetRegisterCount
()
const override
;
23
};
24
25
#endif
RegisterInfoInterface.h
RegisterContextOpenBSD_i386
Definition:
RegisterContextOpenBSD_i386.h:14
RegisterContextOpenBSD_i386::GetGPRSize
size_t GetGPRSize() const override
Definition:
RegisterContextOpenBSD_i386.cpp:62
RegisterContextOpenBSD_i386::GetRegisterCount
uint32_t GetRegisterCount() const override
Definition:
RegisterContextOpenBSD_i386.cpp:74
RegisterContextOpenBSD_i386::GetRegisterInfo
const lldb_private::RegisterInfo * GetRegisterInfo() const override
Definition:
RegisterContextOpenBSD_i386.cpp:64
lldb_private::ArchSpec
An architecture specification class.
Definition:
ArchSpec.h:31
lldb_private::RegisterInfoInterface
RegisterInfo interface to patch RegisterInfo structure for archs.
Definition:
RegisterInfoInterface.h:21
lldb_private::RegisterInfo
Every register is described in detail including its name, alternate name (optional),...
Definition:
lldb-private-types.h:34
Generated on Mon Oct 7 2024 14:49:14 for LLDB by
1.9.6