LLDB mainline
Public Member Functions | Public Attributes | List of all members
lldb_private::WatchpointOptions::CommandData Struct Reference

#include <WatchpointOptions.h>

Public Member Functions

 CommandData ()=default
 
 ~CommandData ()=default
 

Public Attributes

StringList user_source
 
std::string script_source
 
bool stop_on_error = true
 

Detailed Description

Definition at line 163 of file WatchpointOptions.h.

Constructor & Destructor Documentation

◆ CommandData()

lldb_private::WatchpointOptions::CommandData::CommandData ( )
default

◆ ~CommandData()

lldb_private::WatchpointOptions::CommandData::~CommandData ( )
default

Member Data Documentation

◆ script_source

std::string lldb_private::WatchpointOptions::CommandData::script_source

Definition at line 169 of file WatchpointOptions.h.

◆ stop_on_error

bool lldb_private::WatchpointOptions::CommandData::stop_on_error = true

Definition at line 170 of file WatchpointOptions.h.

◆ user_source

StringList lldb_private::WatchpointOptions::CommandData::user_source

Definition at line 168 of file WatchpointOptions.h.


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