LLDB
mainline
llvm-project
lldb
source
Commands
CommandObjectApropos.h
Go to the documentation of this file.
1
//===-- CommandObjectApropos.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_COMMANDOBJECTAPROPOS_H
11
#define LLDB_SOURCE_COMMANDS_COMMANDOBJECTAPROPOS_H
12
13
#include "
lldb/Interpreter/CommandObject.h
"
14
15
namespace
lldb_private
{
16
17
// CommandObjectApropos
18
19
class
CommandObjectApropos
:
public
CommandObjectParsed
{
20
public
:
21
CommandObjectApropos
(
CommandInterpreter
&interpreter);
22
23
~CommandObjectApropos
()
override
;
24
25
protected
:
26
void
DoExecute
(
Args
&command,
CommandReturnObject
&result)
override
;
27
};
28
29
}
// namespace lldb_private
30
31
#endif
// LLDB_SOURCE_COMMANDS_COMMANDOBJECTAPROPOS_H
CommandObject.h
lldb_private::Args
A command line argument class.
Definition:
Args.h:33
lldb_private::CommandInterpreter
Definition:
CommandInterpreter.h:231
lldb_private::CommandObjectApropos
Definition:
CommandObjectApropos.h:19
lldb_private::CommandObjectApropos::~CommandObjectApropos
~CommandObjectApropos() override
lldb_private::CommandObjectApropos::DoExecute
void DoExecute(Args &command, CommandReturnObject &result) override
Definition:
CommandObjectApropos.cpp:29
lldb_private::CommandObjectParsed
Definition:
CommandObject.h:425
lldb_private::CommandReturnObject
Definition:
CommandReturnObject.h:28
lldb_private
A class that represents a running process on the host machine.
Definition:
SBAddressRange.h:14
Generated on Sat Dec 21 2024 14:48:31 for LLDB by
1.9.6