LLDB mainline
Static Public Member Functions | Static Private Member Functions | List of all members
lldb_private::ReportRetriever Class Reference

#include <ReportRetriever.h>

Static Public Member Functions

static bool NotifyBreakpointHit (lldb::ProcessSP process_sp, StoppointCallbackContext *context, lldb::user_id_t break_id, lldb::user_id_t break_loc_id)
 
static BreakpointSetupBreakpoint (lldb::ModuleSP, lldb::ProcessSP, ConstString)
 

Static Private Member Functions

static StructuredData::ObjectSP RetrieveReportData (const lldb::ProcessSP process_sp)
 
static std::string FormatDescription (StructuredData::ObjectSP report)
 

Detailed Description

Definition at line 16 of file ReportRetriever.h.

Member Function Documentation

◆ FormatDescription()

std::string ReportRetriever::FormatDescription ( StructuredData::ObjectSP  report)
staticprivate

Definition at line 145 of file ReportRetriever.cpp.

Referenced by NotifyBreakpointHit().

◆ NotifyBreakpointHit()

bool ReportRetriever::NotifyBreakpointHit ( lldb::ProcessSP  process_sp,
StoppointCallbackContext context,
lldb::user_id_t  break_id,
lldb::user_id_t  break_loc_id 
)
static

◆ RetrieveReportData()

StructuredData::ObjectSP ReportRetriever::RetrieveReportData ( const lldb::ProcessSP  process_sp)
staticprivate

◆ SetupBreakpoint()

Breakpoint * ReportRetriever::SetupBreakpoint ( lldb::ModuleSP  module_sp,
lldb::ProcessSP  process_sp,
ConstString  symbol_name 
)
static

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