Addresses

class lauterbach.trace32.rcl.AddressService(conn)
from_string(string)

Generates Address object from string

Parameters:

string (str) – String representing the Address.

Returns:

Result

Return type:

Address

class lauterbach.trace32.rcl.Address(conn, *, access=None, value=None, **kwargs)
Parameters:
  • access (str)

  • value (int)

static from_string(conn, string)

Creates an Address object from string

Parameters:
  • conn (Debugger) – Connection to the debugger.

  • string (str) – String representing the Address

Returns:

Result

Return type:

Address

to_dualport()

Converts Address to dualport

Returns:

Result

Return type:

Address