PassthroughScriptedThread¶
- class lldb.plugins.scripted_process.PassthroughScriptedThread(process, args)¶
Methods Summary
get_name
()Get the scripted thread name.
Get the scripted thread register context
Get the dictionary describing the stop reason type with some data.
Get the scripted thread identifier.
Methods Documentation
- get_name()¶
Get the scripted thread name.
- Returns:
str: The name of the scripted thread.
- get_register_context()¶
Get the scripted thread register context
- Returns:
str: A byte representing all register’s value.
- get_stop_reason()¶
- Get the dictionary describing the stop reason type with some data.
This method is optional.
- Returns:
Dict: The dictionary holding the stop reason type and the possibly the stop reason data.
- get_thread_id()¶
Get the scripted thread identifier.
- Returns:
int: The identifier of the scripted thread.