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
source
API
SBBreakpointOptionCommon.h
Go to the documentation of this file.
1
//===-- SBBreakpointOptionCommon.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_SOURCE_API_SBBREAKPOINTOPTIONCOMMON_H
10
#define LLDB_SOURCE_API_SBBREAKPOINTOPTIONCOMMON_H
11
12
#include "
lldb/API/SBDefines.h
"
13
#include "
lldb/Utility/Baton.h
"
14
15
namespace
lldb
16
{
17
struct
CallbackData
{
18
SBBreakpointHitCallback
callback
;
19
void
*
callback_baton
;
20
};
21
22
class
SBBreakpointCallbackBaton
:
public
lldb_private::TypedBaton
<CallbackData> {
23
public
:
24
SBBreakpointCallbackBaton
(
SBBreakpointHitCallback
callback,
25
void
*baton);
26
27
~SBBreakpointCallbackBaton
()
override
;
28
29
static
bool
PrivateBreakpointHitCallback
(
void
*baton,
30
lldb_private::StoppointCallbackContext
*ctx,
31
lldb::user_id_t
break_id,
32
lldb::user_id_t
break_loc_id);
33
};
34
35
}
// namespace lldb
36
#endif
// LLDB_SOURCE_API_SBBREAKPOINTOPTIONCOMMON_H
Baton.h
SBDefines.h
lldb::SBBreakpointCallbackBaton
Definition:
SBBreakpointOptionCommon.h:22
lldb::SBBreakpointCallbackBaton::~SBBreakpointCallbackBaton
~SBBreakpointCallbackBaton() override
lldb::SBBreakpointCallbackBaton::PrivateBreakpointHitCallback
static bool PrivateBreakpointHitCallback(void *baton, lldb_private::StoppointCallbackContext *ctx, lldb::user_id_t break_id, lldb::user_id_t break_loc_id)
Definition:
SBBreakpointOptionCommon.cpp:49
lldb_private::StoppointCallbackContext
General Outline: When we hit a breakpoint we need to package up whatever information is needed to eva...
Definition:
StoppointCallbackContext.h:26
lldb_private::TypedBaton
Definition:
Baton.h:62
lldb
Definition:
SBAddress.h:15
lldb::SBBreakpointHitCallback
bool(* SBBreakpointHitCallback)(void *baton, lldb::SBProcess &process, lldb::SBThread &thread, lldb::SBBreakpointLocation &location)
Definition:
SBDefines.h:139
lldb::user_id_t
uint64_t user_id_t
Definition:
lldb-types.h:82
lldb::CallbackData
Definition:
SBBreakpointOptionCommon.h:17
lldb::CallbackData::callback_baton
void * callback_baton
Definition:
SBBreakpointOptionCommon.h:19
lldb::CallbackData::callback
SBBreakpointHitCallback callback
Definition:
SBBreakpointOptionCommon.h:18
Generated on Tue Feb 18 2025 18:04:09 for LLDB by
1.9.6