LLDB mainline
CommandObjectLanguage.cpp
Go to the documentation of this file.
1//===-- CommandObjectLanguage.cpp -----------------------------------------===//
2//
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
6//
7//===----------------------------------------------------------------------===//
8
10
11
12
14
15using namespace lldb;
16using namespace lldb_private;
17
20 interpreter, "language", "Commands specific to a source language.",
21 "language <language-name> <subcommand> [<subcommand-options>]") {
22 // Let the LanguageRuntime populates this command with subcommands
24}
25
CommandObjectLanguage(CommandInterpreter &interpreter)
static void InitializeCommands(CommandObject *parent)
A class that represents a running process on the host machine.
Definition: SBAttachInfo.h:14
Definition: SBAddress.h:15