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

Thread information. More...

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

Data Fields

uint64_t id
 Thread ID.
 
uint32_t index
 Index in thread list.
 
std::string name
 Thread name (may be empty)
 
std::string stop_reason
 Why thread is stopped (if stopped)
 
std::string function
 Current function name.
 
std::string file
 Current source file.
 
uint32_t line
 Current line number.
 
bool is_selected
 Is this the selected thread?
 

Detailed Description

Thread information.

Definition at line 47 of file lldb_controller.h.

Field Documentation

◆ file

std::string ascii_query::ThreadInfo::file

Current source file.

Definition at line 53 of file lldb_controller.h.

◆ function

std::string ascii_query::ThreadInfo::function

Current function name.

Definition at line 52 of file lldb_controller.h.

◆ id

uint64_t ascii_query::ThreadInfo::id

Thread ID.

Definition at line 48 of file lldb_controller.h.

◆ index

uint32_t ascii_query::ThreadInfo::index

Index in thread list.

Definition at line 49 of file lldb_controller.h.

◆ is_selected

bool ascii_query::ThreadInfo::is_selected

Is this the selected thread?

Definition at line 55 of file lldb_controller.h.

◆ line

uint32_t ascii_query::ThreadInfo::line

Current line number.

Definition at line 54 of file lldb_controller.h.

◆ name

std::string ascii_query::ThreadInfo::name

Thread name (may be empty)

Definition at line 50 of file lldb_controller.h.

◆ stop_reason

std::string ascii_query::ThreadInfo::stop_reason

Why thread is stopped (if stopped)

Definition at line 51 of file lldb_controller.h.


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