LLDB
mainline
llvm-project
lldb
source
Plugins
Process
Utility
RegisterContextFreeBSD_i386.h
Go to the documentation of this file.
1
//===-- RegisterContextFreeBSD_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_REGISTERCONTEXTFREEBSD_I386_H
10
#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTFREEBSD_I386_H
11
12
#include "
RegisterInfoInterface.h
"
13
14
class
RegisterContextFreeBSD_i386
:
public
lldb_private::RegisterInfoInterface
{
15
public
:
16
RegisterContextFreeBSD_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
RegisterContextFreeBSD_i386
Definition:
RegisterContextFreeBSD_i386.h:14
RegisterContextFreeBSD_i386::GetGPRSize
size_t GetGPRSize() const override
Definition:
RegisterContextFreeBSD_i386.cpp:68
RegisterContextFreeBSD_i386::GetRegisterCount
uint32_t GetRegisterCount() const override
Definition:
RegisterContextFreeBSD_i386.cpp:80
RegisterContextFreeBSD_i386::GetRegisterInfo
const lldb_private::RegisterInfo * GetRegisterInfo() const override
Definition:
RegisterContextFreeBSD_i386.cpp:70
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:37
Generated on Sat Nov 23 2024 05:56:38 for LLDB by
1.9.6