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
API
SBSymbolContextList.h
Go to the documentation of this file.
1
//===-- SBSymbolContextList.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_API_SBSYMBOLCONTEXTLIST_H
10
#define LLDB_API_SBSYMBOLCONTEXTLIST_H
11
12
#include "
lldb/API/SBDefines.h
"
13
#include "
lldb/API/SBSymbolContext.h
"
14
15
namespace
lldb
{
16
17
class
LLDB_API
SBSymbolContextList
{
18
public
:
19
SBSymbolContextList
();
20
21
SBSymbolContextList
(
const
lldb::SBSymbolContextList
&rhs);
22
23
~SBSymbolContextList
();
24
25
const
lldb::SBSymbolContextList
&
26
operator=(
const
lldb::SBSymbolContextList
&rhs);
27
28
explicit
operator
bool()
const
;
29
30
bool
IsValid()
const
;
31
32
uint32_t GetSize()
const
;
33
34
lldb::SBSymbolContext
GetContextAtIndex(uint32_t idx);
35
36
bool
GetDescription(
lldb::SBStream
&description);
37
38
void
Append(
lldb::SBSymbolContext
&sc);
39
40
void
Append(
lldb::SBSymbolContextList
&sc_list);
41
42
void
Clear();
43
44
protected
:
45
friend
class
SBModule
;
46
friend
class
SBTarget
;
47
friend
class
SBCompileUnit
;
48
49
lldb_private::SymbolContextList
*operator->()
const
;
50
51
lldb_private::SymbolContextList
&operator*()
const
;
52
53
private
:
54
std::unique_ptr<lldb_private::SymbolContextList>
m_opaque_up
;
55
};
56
57
}
// namespace lldb
58
59
#endif
// LLDB_API_SBSYMBOLCONTEXTLIST_H
SBDefines.h
LLDB_API
#define LLDB_API
Definition:
SBDefines.h:28
SBSymbolContext.h
lldb::SBCompileUnit
Definition:
SBCompileUnit.h:17
lldb::SBModule
Definition:
SBModule.h:20
lldb::SBStream
Definition:
SBStream.h:22
lldb::SBSymbolContextList
Definition:
SBSymbolContextList.h:17
lldb::SBSymbolContextList::~SBSymbolContextList
~SBSymbolContextList()
lldb::SBSymbolContextList::m_opaque_up
std::unique_ptr< lldb_private::SymbolContextList > m_opaque_up
Definition:
SBSymbolContextList.h:54
lldb::SBSymbolContext
Definition:
SBSymbolContext.h:28
lldb::SBTarget
Definition:
SBTarget.h:37
lldb_private::SymbolContextList
Defines a list of symbol context objects.
Definition:
SymbolContext.h:375
lldb
Definition:
SBAddress.h:15
Generated on Mon Feb 17 2025 20:30:20 for LLDB by
1.9.6