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; }
lldb::break_id_t
int32_t break_id_t
Definition:
lldb-types.h:88
lldb-private.h
lldb_private
A class that represents a running process on the host machine.
Definition:
SBCommandInterpreterRunOptions.h:16
Stoppoint.h
lldb
Definition:
SBAddress.h:15
Generated on Thu Jul 7 2022 03:03:29 for LLDB by
1.8.17