LLDB mainline
Public Member Functions | Public Attributes | List of all members
lldb_private::Process::PreResumeCallbackAndBaton Struct Reference

#include <Process.h>

Public Member Functions

 PreResumeCallbackAndBaton (PreResumeActionCallback in_callback, void *in_baton)
 
bool operator== (const PreResumeCallbackAndBaton &rhs)
 

Public Attributes

bool(* callback )(void *)
 
void * baton
 

Detailed Description

Definition at line 2995 of file Process.h.

Constructor & Destructor Documentation

◆ PreResumeCallbackAndBaton()

lldb_private::Process::PreResumeCallbackAndBaton::PreResumeCallbackAndBaton ( PreResumeActionCallback  in_callback,
void *  in_baton 
)
inline

Definition at line 2998 of file Process.h.

Member Function Documentation

◆ operator==()

bool lldb_private::Process::PreResumeCallbackAndBaton::operator== ( const PreResumeCallbackAndBaton rhs)
inline

Definition at line 3001 of file Process.h.

References baton, and callback.

Member Data Documentation

◆ baton

void* lldb_private::Process::PreResumeCallbackAndBaton::baton

Definition at line 2997 of file Process.h.

Referenced by operator==(), and lldb_private::Process::RunPreResumeActions().

◆ callback

bool(* lldb_private::Process::PreResumeCallbackAndBaton::callback) (void *)

Definition at line 2996 of file Process.h.

Referenced by operator==(), and lldb_private::Process::RunPreResumeActions().


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