LLDB
mainline
llvm-project
lldb
include
lldb
Host
common
NativeBreakpointList.h
Go to the documentation of this file.
1
//===-- NativeBreakpointList.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_HOST_COMMON_NATIVEBREAKPOINTLIST_H
10
#define LLDB_HOST_COMMON_NATIVEBREAKPOINTLIST_H
11
12
#include "
lldb/lldb-private-forward.h
"
13
#include "
lldb/lldb-types.h
"
14
#include <map>
15
16
namespace
lldb_private
{
17
18
struct
HardwareBreakpoint
{
19
lldb::addr_t
m_addr
;
20
size_t
m_size
;
21
};
22
23
using
HardwareBreakpointMap
= std::map<lldb::addr_t, HardwareBreakpoint>;
24
}
25
26
#endif
// LLDB_HOST_COMMON_NATIVEBREAKPOINTLIST_H
lldb-private-forward.h
lldb-types.h
lldb_private
A class that represents a running process on the host machine.
Definition:
SBAddressRange.h:14
lldb_private::HardwareBreakpointMap
std::map< lldb::addr_t, HardwareBreakpoint > HardwareBreakpointMap
Definition:
NativeBreakpointList.h:23
lldb::addr_t
uint64_t addr_t
Definition:
lldb-types.h:80
lldb_private::HardwareBreakpoint
Definition:
NativeBreakpointList.h:18
lldb_private::HardwareBreakpoint::m_size
size_t m_size
Definition:
NativeBreakpointList.h:20
lldb_private::HardwareBreakpoint::m_addr
lldb::addr_t m_addr
Definition:
NativeBreakpointList.h:19
Generated on Wed Nov 20 2024 18:14:34 for LLDB by
1.9.6