|
LLDB mainline
|
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< AcceleratorActions > | actions |
| Optional new actions to perform (e.g. set additional breakpoints). | |
Response from the plugin when a breakpoint is hit.
Definition at line 124 of file AcceleratorGDBRemotePackets.h.
| 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().
| 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().
| 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().