ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
Loading...
Searching...
No Matches
ascii_query::BreakpointInfo Struct Reference

Breakpoint information. More...

#include <src/tooling/query/lldb_controller.h>

Data Fields

int32_t id
 LLDB breakpoint ID.
 
std::string file
 Source file.
 
uint32_t line
 Line number.
 
std::string condition
 Condition expression (may be empty)
 
uint32_t hit_count
 Number of times hit.
 
bool enabled
 Is breakpoint enabled?
 
bool resolved
 Is breakpoint resolved (has valid location)?
 

Detailed Description

Breakpoint information.

Definition at line 90 of file lldb_controller.h.

Field Documentation

◆ condition

std::string ascii_query::BreakpointInfo::condition

Condition expression (may be empty)

Definition at line 94 of file lldb_controller.h.

◆ enabled

bool ascii_query::BreakpointInfo::enabled

Is breakpoint enabled?

Definition at line 96 of file lldb_controller.h.

◆ file

std::string ascii_query::BreakpointInfo::file

Source file.

Definition at line 92 of file lldb_controller.h.

◆ hit_count

uint32_t ascii_query::BreakpointInfo::hit_count

Number of times hit.

Definition at line 95 of file lldb_controller.h.

◆ id

int32_t ascii_query::BreakpointInfo::id

LLDB breakpoint ID.

Definition at line 91 of file lldb_controller.h.

◆ line

uint32_t ascii_query::BreakpointInfo::line

Line number.

Definition at line 93 of file lldb_controller.h.

◆ resolved

bool ascii_query::BreakpointInfo::resolved

Is breakpoint resolved (has valid location)?

Definition at line 97 of file lldb_controller.h.


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