LLDB mainline
lldb_private::AcceleratorBreakpointHitResponse Struct Reference

Response from the plugin when a breakpoint is hit. More...

#include <AcceleratorGDBRemotePackets.h>

Public Attributes

bool disable_bp = false
 Set to true if this breakpoint should be disabled.
bool auto_resume_native = true
 Set to true if the native process should automatically resume after the breakpoint is hit.
std::optional< AcceleratorActionsactions
 Optional new actions to perform (e.g. set additional breakpoints).

Detailed Description

Response from the plugin when a breakpoint is hit.

Definition at line 124 of file AcceleratorGDBRemotePackets.h.

Member Data Documentation

◆ actions

std::optional<AcceleratorActions> lldb_private::AcceleratorBreakpointHitResponse::actions

Optional new actions to perform (e.g. set additional breakpoints).

Definition at line 132 of file AcceleratorGDBRemotePackets.h.

Referenced by lldb_private::fromJSON(), and lldb_private::toJSON().

◆ auto_resume_native

bool lldb_private::AcceleratorBreakpointHitResponse::auto_resume_native = true

Set to true if the native process should automatically resume after the breakpoint is hit.

When false, the native process will stop and wait for user interaction.

Definition at line 130 of file AcceleratorGDBRemotePackets.h.

Referenced by lldb_private::fromJSON(), and lldb_private::toJSON().

◆ disable_bp

bool lldb_private::AcceleratorBreakpointHitResponse::disable_bp = false

Set to true if this breakpoint should be disabled.

Definition at line 126 of file AcceleratorGDBRemotePackets.h.

Referenced by lldb_private::fromJSON(), and lldb_private::toJSON().


The documentation for this struct was generated from the following file: