mirror of
https://git.rtems.org/rtems-tools/
synced 2025-10-20 14:03:01 +08:00
gdb-python: Update so 'rtems task' lists the classic tasks.
This is a first pass at cleaning up the support. To use: $ waf configure --prefix=$HOME/development/rtems/4.11 $ waf build install Start GDB and break at Init: (gdb) py import rtems (gdb) rtems task will list the classic API tasks.
This commit is contained in:
@@ -73,7 +73,7 @@ class register:
|
||||
|
||||
return val
|
||||
|
||||
def __init__(self,reg):
|
||||
def __init__(self, reg):
|
||||
self.reg = reg
|
||||
|
||||
def global_regs(self):
|
||||
@@ -139,4 +139,4 @@ class register:
|
||||
print '\b\b ]'
|
||||
|
||||
sr = self.status()
|
||||
print sr.to_string()
|
||||
print sr.to_string()
|
||||
|
Reference in New Issue
Block a user