1 //===-- GDBRemoteRegisterFallback.h -----------------------------*- C++ -*-===//
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
7 //===----------------------------------------------------------------------===//
9 #ifndef LLDB_SOURCE_PLUGINS_PROCESS_GDB_REMOTE_GDBREMOTEREGISTERFALLBACK_H
10 #define LLDB_SOURCE_PLUGINS_PROCESS_GDB_REMOTE_GDBREMOTEREGISTERFALLBACK_H
14 #include "lldb/Target/DynamicRegisterInfo.h"
15 #include "lldb/Utility/ArchSpec.h"
17 namespace lldb_private
{
18 namespace process_gdb_remote
{
20 std::vector
<DynamicRegisterInfo::Register
>
21 GetFallbackRegisters(const ArchSpec
&arch_to_use
);
23 } // namespace process_gdb_remote
24 } // namespace lldb_private
26 #endif // LLDB_SOURCE_PLUGINS_PROCESS_GDB_REMOTE_GDBREMOTEREGISTERFALLBACK_H