[RTEMS Project] #2746: RTEMS gdb python script do not load.

RTEMS trac trac at rtems.org
Fri Jun 24 23:49:54 UTC 2016


#2746: RTEMS gdb python script do not load.
---------------------+---------------------
 Reporter:  chrisj   |       Owner:
     Type:  defect   |      Status:  new
 Priority:  normal   |   Milestone:  4.12.1
Component:  General  |     Version:  4.12
 Severity:  normal   |  Resolution:
 Keywords:           |
---------------------+---------------------
Description changed by chrisj:

Old 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)

New 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)
 }}}

--

--
Ticket URL: <http://devel.rtems.org/ticket/2746#comment:1>
RTEMS Project <http://www.rtems.org/>
RTEMS Project


More information about the bugs mailing list