ThreadGroup

ThreadGroup

Class representing a thread group (aka target, aka inferior).

Constructor

new ThreadGroup(id, optionsopt)

Source:

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
Name Type Attributes Description
executable string <optional>

The executable of target.

pid number <optional>

The PID of the thread-group.

Members

id :number

Source:

The internal GDB ID of a thread group.

Type:
  • number

(nullable) executable :string

Source:

The executable of target.

Type:
  • string

(nullable) pid :number

Source:

The PID of the thread-group.

Type:
  • number