|
ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
|
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)? | |
Breakpoint information.
Definition at line 90 of file lldb_controller.h.
| std::string ascii_query::BreakpointInfo::condition |
Condition expression (may be empty)
Definition at line 94 of file lldb_controller.h.
| bool ascii_query::BreakpointInfo::enabled |
Is breakpoint enabled?
Definition at line 96 of file lldb_controller.h.
| std::string ascii_query::BreakpointInfo::file |
Source file.
Definition at line 92 of file lldb_controller.h.
| uint32_t ascii_query::BreakpointInfo::hit_count |
Number of times hit.
Definition at line 95 of file lldb_controller.h.
| int32_t ascii_query::BreakpointInfo::id |
LLDB breakpoint ID.
Definition at line 91 of file lldb_controller.h.
| uint32_t ascii_query::BreakpointInfo::line |
Line number.
Definition at line 93 of file lldb_controller.h.
| bool ascii_query::BreakpointInfo::resolved |
Is breakpoint resolved (has valid location)?
Definition at line 97 of file lldb_controller.h.