Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

#2746 closed defect

RTEMS gdb python script do not load. — at Initial Version

Reported by: Chris Johns Owned by:
Priority: normal Milestone: 5.2
Component: tool/gdb Version: 5
Severity: normal Keywords:
Cc: Blocked By:
Blocking:

Description

Loading the scripts does not work ...

(gdb) python import rtems
Traceback (most recent call last):

File "<string>", line 1, in <module>
File "/opt/work/rtems/4.12/share/gdb/python/rtems/init.py", line 31, in <module>

import rtems

File "/opt/work/rtems/4.12/share/gdb/python/rtems/rtems.py", line 38, in <module>

import threads

File "/opt/work/rtems/4.12/share/gdb/python/rtems/threads.py", line 39, in <module>

import rbtrees

ImportError?: No module named rbtrees
Error while executing Python code.
(gdb)

Change History (0)

Note: See TracTickets for help on using tickets.