LLDB
mainline
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
i
j
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Variables
a
b
d
e
f
g
h
i
k
l
n
p
r
s
t
v
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerations
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
v
w
Enumerator
a
c
d
e
f
g
i
k
l
n
o
p
s
t
u
v
x
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
Related Functions
:
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
_
a
b
c
d
e
g
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
_
a
b
c
d
e
f
g
i
j
l
m
o
p
r
s
t
u
v
Enumerations
Enumerator
a
b
d
e
f
g
h
k
m
n
p
r
s
v
w
x
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
Examples
llvm-project
lldb
include
lldb
Interpreter
OptionGroupUUID.h
Go to the documentation of this file.
1
//===-- OptionGroupUUID.h ---------------------------------------*- C++ -*-===//
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
9
#ifndef LLDB_INTERPRETER_OPTIONGROUPUUID_H
10
#define LLDB_INTERPRETER_OPTIONGROUPUUID_H
11
12
#include "
lldb/Interpreter/OptionValueUUID.h
"
13
#include "
lldb/Interpreter/Options.h
"
14
15
namespace
lldb_private
{
16
17
// OptionGroupUUID
18
19
class
OptionGroupUUID
:
public
OptionGroup
{
20
public
:
21
OptionGroupUUID
() =
default
;
22
23
~OptionGroupUUID
()
override
=
default
;
24
25
llvm::ArrayRef<OptionDefinition>
GetDefinitions
()
override
;
26
27
Status
SetOptionValue
(uint32_t option_idx, llvm::StringRef option_value,
28
ExecutionContext
*execution_context)
override
;
29
30
void
OptionParsingStarting
(
ExecutionContext
*execution_context)
override
;
31
32
const
OptionValueUUID
&
GetOptionValue
()
const
{
return
m_uuid
; }
33
34
protected
:
35
OptionValueUUID
m_uuid
;
36
};
37
38
}
// namespace lldb_private
39
40
#endif
// LLDB_INTERPRETER_OPTIONGROUPUUID_H
OptionValueUUID.h
Options.h
lldb_private::ExecutionContext
"lldb/Target/ExecutionContext.h" A class that contains an execution context.
Definition:
ExecutionContext.h:292
lldb_private::OptionGroupUUID
Definition:
OptionGroupUUID.h:19
lldb_private::OptionGroupUUID::OptionParsingStarting
void OptionParsingStarting(ExecutionContext *execution_context) override
Definition:
OptionGroupUUID.cpp:45
lldb_private::OptionGroupUUID::m_uuid
OptionValueUUID m_uuid
Definition:
OptionGroupUUID.h:35
lldb_private::OptionGroupUUID::GetOptionValue
const OptionValueUUID & GetOptionValue() const
Definition:
OptionGroupUUID.h:32
lldb_private::OptionGroupUUID::GetDefinitions
llvm::ArrayRef< OptionDefinition > GetDefinitions() override
Definition:
OptionGroupUUID.cpp:21
lldb_private::OptionGroupUUID::~OptionGroupUUID
~OptionGroupUUID() override=default
lldb_private::OptionGroupUUID::OptionGroupUUID
OptionGroupUUID()=default
lldb_private::OptionGroupUUID::SetOptionValue
Status SetOptionValue(uint32_t option_idx, llvm::StringRef option_value, ExecutionContext *execution_context) override
Definition:
OptionGroupUUID.cpp:25
lldb_private::OptionGroup
Definition:
Options.h:234
lldb_private::OptionValueUUID
Definition:
OptionValueUUID.h:17
lldb_private::Status
An error handling class.
Definition:
Status.h:118
lldb_private
A class that represents a running process on the host machine.
Definition:
SBAddressRange.h:14
Generated on Fri Feb 21 2025 13:59:43 for LLDB by
1.9.6