LLDB
mainline
llvm-project
lldb
source
Plugins
Process
Utility
RegisterContextFreeBSD_mips64.h
Go to the documentation of this file.
1
//===-- RegisterContextFreeBSD_mips64.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_MIPS64_H
10
#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTFREEBSD_MIPS64_H
11
12
#include "
RegisterInfoInterface.h
"
13
14
class
RegisterContextFreeBSD_mips64
15
:
public
lldb_private::RegisterInfoInterface
{
16
public
:
17
RegisterContextFreeBSD_mips64
(
const
lldb_private::ArchSpec
&target_arch);
18
19
size_t
GetGPRSize
()
const override
;
20
21
const
lldb_private::RegisterSet
*
GetRegisterSet
(
size_t
set)
const
;
22
23
size_t
GetRegisterSetCount
()
const
;
24
25
const
lldb_private::RegisterInfo
*
GetRegisterInfo
()
const override
;
26
27
uint32_t
GetRegisterCount
()
const override
;
28
};
29
30
#endif
RegisterInfoInterface.h
RegisterContextFreeBSD_mips64
Definition:
RegisterContextFreeBSD_mips64.h:15
RegisterContextFreeBSD_mips64::GetRegisterInfo
const lldb_private::RegisterInfo * GetRegisterInfo() const override
Definition:
RegisterContextFreeBSD_mips64.cpp:171
RegisterContextFreeBSD_mips64::GetGPRSize
size_t GetGPRSize() const override
Definition:
RegisterContextFreeBSD_mips64.cpp:155
RegisterContextFreeBSD_mips64::GetRegisterSet
const lldb_private::RegisterSet * GetRegisterSet(size_t set) const
Definition:
RegisterContextFreeBSD_mips64.cpp:160
RegisterContextFreeBSD_mips64::GetRegisterSetCount
size_t GetRegisterSetCount() const
Definition:
RegisterContextFreeBSD_mips64.cpp:167
RegisterContextFreeBSD_mips64::GetRegisterCount
uint32_t GetRegisterCount() const override
Definition:
RegisterContextFreeBSD_mips64.cpp:176
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
lldb_private::RegisterSet
Registers are grouped into register sets.
Definition:
lldb-private-types.h:87
Generated on Sat Dec 21 2024 14:49:04 for LLDB by
1.9.6