Changeset 71cede0 in rtems-tools

Timestamp:
11/25/18 22:56:50 (5 years ago)
Author:
Chris Johns <chrisj@…>
Branches:
5, master
Children:
af5cecf
Parents:
f632bd8
Message:

tester/gdb: mi_parser, fix on Python3 and remove globals

  • Fix mi_parser on Python3. Python3 does not support the cmp operator and rich comparision operators are required, See PEP 207.
  • Remove the global variables and make a class containing them. Update the gdb class to use the mi_parser session class. Removing the globals means the global lock in the gdb module can be removed.
(No files)

Note: See TracChangeset for help on using the changeset viewer.