LLDB mainline
Public Member Functions | Protected Attributes | List of all members
lldb_private::NativeProcessSoftwareSingleStep Class Reference

#include <NativeProcessSoftwareSingleStep.h>

Inheritance diagram for lldb_private::NativeProcessSoftwareSingleStep:
Inheritance graph
[legend]

Public Member Functions

Status SetupSoftwareSingleStepping (NativeThreadProtocol &thread)
 

Protected Attributes

std::map< lldb::tid_t, lldb::addr_tm_threads_stepping_with_breakpoint
 

Detailed Description

Definition at line 19 of file NativeProcessSoftwareSingleStep.h.

Member Function Documentation

◆ SetupSoftwareSingleStepping()

Status NativeProcessSoftwareSingleStep::SetupSoftwareSingleStepping ( NativeThreadProtocol thread)

Member Data Documentation

◆ m_threads_stepping_with_breakpoint

std::map<lldb::tid_t, lldb::addr_t> lldb_private::NativeProcessSoftwareSingleStep::m_threads_stepping_with_breakpoint
protected

The documentation for this class was generated from the following files: