[PowerPC] Collect some CallLowering arguments into a struct. [NFC]
[llvm-project.git] / lldb / source / Commands / CommandObjectSource.h
bloba4b8823a4fa940681d903e2030253cd702105e63
1 //===-- CommandObjectSource.h.h -----------------------------------*- C++
2 //-*-===//
3 //
4 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
5 // See https://llvm.org/LICENSE.txt for license information.
6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //
8 //===----------------------------------------------------------------------===//
10 #ifndef liblldb_CommandObjectSource_h_
11 #define liblldb_CommandObjectSource_h_
13 #include "lldb/Interpreter/CommandObjectMultiword.h"
15 namespace lldb_private {
17 // CommandObjectMultiwordSource
19 class CommandObjectMultiwordSource : public CommandObjectMultiword {
20 public:
21 CommandObjectMultiwordSource(CommandInterpreter &interpreter);
23 ~CommandObjectMultiwordSource() override;
26 } // namespace lldb_private
28 #endif // liblldb_CommandObjectSource_h_