Constructor
new ThreadGroup(id, optionsopt)
Create a thread group object. Usually you don't need to create it yourself unless you're doing some low-level stuff.
Parameters:
Name | Type | Attributes | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id |
number | The internal GDB ID of a thread group. |
|||||||||||||
options |
object |
<optional> |
The options object. Properties
|
Members
id :number
The internal GDB ID of a thread group.
Type:
- number
(nullable) executable :string
The executable of target.
Type:
- string
(nullable) pid :number
The PID of the thread-group.
Type:
- number