tracex_parser.file_parser.get_object_registry

tracex_parser.file_parser.get_object_registry(endian_str, buf, start_idx, control_header)

@see https://docs.microsoft.com/en-us/azure/rtos/tracex/chapter11#event-trace-object-registry Unpacks the object registry into a list of dict-like CStructs

Parameters:
  • endian_str (str) –

  • buf (bytes) –

  • start_idx (int) –

  • control_header (CStruct) –

Return type:

Tuple[Dict[int, CStruct], int]