X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/64e5fa9a495e388c922157b9a616204c299f5e05..7b8a1bcad75628f9add4590db2bb9b8e418ee8eb:/lunaix-os/scripts/gdb/lunadbg/commands.py diff --git a/lunaix-os/scripts/gdb/lunadbg/commands.py b/lunaix-os/scripts/gdb/lunadbg/commands.py index 698ea85..f752020 100644 --- a/lunaix-os/scripts/gdb/lunadbg/commands.py +++ b/lunaix-os/scripts/gdb/lunadbg/commands.py @@ -1,8 +1,10 @@ from .region_dump import MemoryRegionDump from .proc_table_dump import ProcessDump, ProcessTableDump +from .syslog import SysLogDump def load_commands(): MemoryRegionDump() ProcessTableDump() - ProcessDump() \ No newline at end of file + ProcessDump() + SysLogDump() \ No newline at end of file