//===-- JITLoaderGDB.h ------------------------------------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// #ifndef LLDB_SOURCE_PLUGINS_JITLOADER_GDB_JITLOADERGDB_H #define LLDB_SOURCE_PLUGINS_JITLOADER_GDB_JITLOADERGDB_H #include <map> #include "lldb/Target/JITLoader.h" #include "lldb/Target/Process.h" class JITLoaderGDB : public lldb_private::JITLoader { … }; #endif // LLDB_SOURCE_PLUGINS_JITLOADER_GDB_JITLOADERGDB_H