LLDB
mainline
llvm-project
lldb
source
Commands
CommandObjectSource.h
Go to the documentation of this file.
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
//===----------------------------------------------------------------------===//
9
10
#ifndef LLDB_SOURCE_COMMANDS_COMMANDOBJECTSOURCE_H
11
#define LLDB_SOURCE_COMMANDS_COMMANDOBJECTSOURCE_H
12
13
#include "
lldb/Interpreter/CommandObjectMultiword.h
"
14
15
namespace
lldb_private
{
16
17
// CommandObjectMultiwordSource
18
19
class
CommandObjectMultiwordSource
:
public
CommandObjectMultiword
{
20
public
:
21
CommandObjectMultiwordSource
(
CommandInterpreter
&interpreter);
22
23
~CommandObjectMultiwordSource
()
override
;
24
};
25
26
}
// namespace lldb_private
27
28
#endif
// LLDB_SOURCE_COMMANDS_COMMANDOBJECTSOURCE_H
CommandObjectMultiword.h
lldb_private::CommandInterpreter
Definition:
CommandInterpreter.h:217
lldb_private::CommandObjectMultiwordSource
Definition:
CommandObjectSource.h:19
lldb_private::CommandObjectMultiwordSource::~CommandObjectMultiwordSource
~CommandObjectMultiwordSource() override
lldb_private::CommandObjectMultiword
Definition:
CommandObjectMultiword.h:20
lldb_private
A class that represents a running process on the host machine.
Definition:
SBAttachInfo.h:14
Generated on Fri Mar 31 2023 03:14:48 for LLDB by
1.9.6