LLDB
mainline
llvm-project
lldb
source
Plugins
Process
gdb-remote
GDBRemoteRegisterFallback.h
Go to the documentation of this file.
1
//===-- GDBRemoteRegisterFallback.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_GDB_REMOTE_GDBREMOTEREGISTERFALLBACK_H
10
#define LLDB_SOURCE_PLUGINS_PROCESS_GDB_REMOTE_GDBREMOTEREGISTERFALLBACK_H
11
12
#include <vector>
13
14
#include "
lldb/Target/DynamicRegisterInfo.h
"
15
#include "
lldb/Utility/ArchSpec.h
"
16
17
namespace
lldb_private
{
18
namespace
process_gdb_remote {
19
20
std::vector<DynamicRegisterInfo::Register>
21
GetFallbackRegisters
(
const
ArchSpec &arch_to_use);
22
23
}
// namespace process_gdb_remote
24
}
// namespace lldb_private
25
26
#endif
// LLDB_SOURCE_PLUGINS_PROCESS_GDB_REMOTE_GDBREMOTEREGISTERFALLBACK_H
ArchSpec.h
DynamicRegisterInfo.h
lldb_private::process_gdb_remote::GetFallbackRegisters
std::vector< DynamicRegisterInfo::Register > GetFallbackRegisters(const ArchSpec &arch_to_use)
Definition:
GDBRemoteRegisterFallback.cpp:83
lldb_private
A class that represents a running process on the host machine.
Definition:
SBAddressRange.h:14
Generated on Wed Nov 20 2024 18:15:19 for LLDB by
1.9.6