LLDB
mainline
llvm-project
lldb
source
Breakpoint
Stoppoint.cpp
Go to the documentation of this file.
1
//===-- Stoppoint.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
9
#include "
lldb/Breakpoint/Stoppoint.h
"
10
#include "
lldb/lldb-private.h
"
11
12
13
using namespace
lldb
;
14
using namespace
lldb_private
;
15
16
// Stoppoint constructor
17
Stoppoint::Stoppoint
() =
default
;
18
19
// Destructor
20
Stoppoint::~Stoppoint
() =
default
;
21
22
break_id_t
Stoppoint::GetID
()
const
{
return
m_bid
; }
23
24
void
Stoppoint::SetID
(
break_id_t
bid) {
m_bid
= bid; }
Stoppoint.h
lldb_private::Stoppoint::GetID
lldb::break_id_t GetID() const
Definition:
Stoppoint.cpp:22
lldb_private::Stoppoint::Stoppoint
Stoppoint()
lldb_private::Stoppoint::~Stoppoint
virtual ~Stoppoint()
lldb_private::Stoppoint::m_bid
lldb::break_id_t m_bid
Definition:
Stoppoint.h:36
lldb_private::Stoppoint::SetID
void SetID(lldb::break_id_t bid)
Definition:
Stoppoint.cpp:24
lldb-private.h
lldb_private
A class that represents a running process on the host machine.
Definition:
SBAddressRange.h:14
lldb
Definition:
SBAddress.h:15
lldb::break_id_t
int32_t break_id_t
Definition:
lldb-types.h:86
Generated on Tue Dec 3 2024 06:26:40 for LLDB by
1.9.6