|
ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
|
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? | |
Thread information.
Definition at line 47 of file lldb_controller.h.
| std::string ascii_query::ThreadInfo::file |
Current source file.
Definition at line 53 of file lldb_controller.h.
| std::string ascii_query::ThreadInfo::function |
Current function name.
Definition at line 52 of file lldb_controller.h.
| uint64_t ascii_query::ThreadInfo::id |
Thread ID.
Definition at line 48 of file lldb_controller.h.
| uint32_t ascii_query::ThreadInfo::index |
Index in thread list.
Definition at line 49 of file lldb_controller.h.
| bool ascii_query::ThreadInfo::is_selected |
Is this the selected thread?
Definition at line 55 of file lldb_controller.h.
| uint32_t ascii_query::ThreadInfo::line |
Current line number.
Definition at line 54 of file lldb_controller.h.
| std::string ascii_query::ThreadInfo::name |
Thread name (may be empty)
Definition at line 50 of file lldb_controller.h.
| std::string ascii_query::ThreadInfo::stop_reason |
Why thread is stopped (if stopped)
Definition at line 51 of file lldb_controller.h.