# # ChangeLog for tools/gdb/python/rtems.py in rtems-tools # # Generated by Trac 1.2.1.dev0 # 06/16/24 22:17:40 Sat, 24 Aug 2013 09:38:16 GMT Dhananjay Balan [a245635] * tools/gdb/python/main.py (modified) * tools/gdb/python/objects.py (modified) * tools/gdb/python/rtems.py (modified) * tools/gdb/python/supercore.py (modified) Add subcommand rtems tod - prints the time of day. Wed, 21 Aug 2013 13:01:01 GMT Dhananjay Balan [8da0a37] * tools/gdb/python/rtems.py (modified) Complete index subcommands. Wed, 21 Aug 2013 12:42:36 GMT Dhananjay Balan [ddbc530] * tools/gdb/python/rtems.py (modified) Refactor subcommands - index commands inherit from a parent class. Tue, 20 Aug 2013 16:28:16 GMT Dhananjay Balan [d4fc2d5] * tools/gdb/python/rtems.py (modified) Categories the commands. The subcommands fall onto DATA. See ... Tue, 20 Aug 2013 16:17:22 GMT Dhananjay Balan [8d035f8] * tools/gdb/python/__init__.py (modified) * tools/gdb/python/helper.py (modified) * tools/gdb/python/main.py (added) * tools/gdb/python/pretty.py (added) * tools/gdb/python/rtems.py (modified) Refactor - pretty printers moved to pretty module - command and ... Thu, 15 Aug 2013 14:56:30 GMT Dhananjay Balan [2c25dc5] * tools/gdb/python/rtems.py (modified) Add message_queue subcommand. Fri, 09 Aug 2013 12:16:37 GMT Dhananjay Balan [b743d63] * tools/gdb/python/rtems.py (modified) Catch nonvalid indexes. Catch IndexErrors generated while ... Fri, 09 Aug 2013 12:14:18 GMT Dhananjay Balan [a713688] * tools/gdb/python/rtems.py (modified) Add task subcommand rtems tasks - Prints tasks by index. Fri, 09 Aug 2013 08:37:43 GMT Dhananjay Balan [4797179] * tools/gdb/python/rtems.py (modified) Add subcommand semaphore rtems semaphore : prints rtems ... Sun, 04 Aug 2013 18:47:39 GMT Dhananjay Balan [559bd50] * tools/gdb/python/rtems.py (modified) Catch invalid object ID. Thu, 01 Aug 2013 06:50:23 GMT Dhananjay Balan [6d89e3c] * tools/gdb/python/classic.py (modified) * tools/gdb/python/rtems.py (modified) Refactor - The objects are intialized using the objects rather ... Mon, 29 Jul 2013 04:55:38 GMT Dhananjay Balan [8e0de06] * tools/gdb/python/classic.py (modified) * tools/gdb/python/rtems.py (modified) * tools/gdb/python/supercore.py (modified) Add classic barrier. - Add support for classic barrier object. - ... Sun, 28 Jul 2013 09:15:58 GMT Dhananjay Balan [b9ee5df] * tools/gdb/python/classic.py (modified) * tools/gdb/python/heaps.py (modified) * tools/gdb/python/helper.py (modified) * tools/gdb/python/objects.py (modified) * tools/gdb/python/rtems.py (modified) * tools/gdb/python/supercore.py (modified) Add region support. Abstractions for classic/region added. Sat, 27 Jul 2013 08:41:19 GMT Dhananjay Balan [09086b4] * tools/gdb/python/classic.py (modified) * tools/gdb/python/classic_printer.py (modified) * tools/gdb/python/rtems.py (modified) Support classic/partitions Added support for partition object. Wed, 17 Jul 2013 10:30:57 GMT Dhananjay Balan [086e689] * tools/gdb/python/classic.py (modified) * tools/gdb/python/rtems.py (modified) * tools/gdb/python/watchdog.py (modified) Added support for classic/timers. Sat, 13 Jul 2013 11:01:59 GMT Dhananjay Balan [0967a1b] * tools/gdb/python/__init__.py (modified) * tools/gdb/python/classic.py (modified) * tools/gdb/python/classic_printer.py (modified) * tools/gdb/python/helper.py (added) * tools/gdb/python/objects.py (modified) * tools/gdb/python/rtems.py (modified) * tools/gdb/python/supercore.py (modified) * tools/gdb/python/supercore_printer.py (modified) Refactoring - drop _printer suffix from printer classes. Fri, 12 Jul 2013 13:34:37 GMT Dhananjay Balan [b061a67] * tools/gdb/python/__init__.py (modified) * tools/gdb/python/chains.py (modified) * tools/gdb/python/classic.py (modified) * tools/gdb/python/objects.py (modified) * tools/gdb/python/rtems.py (modified) * tools/gdb/python/threads.py (modified) Heavy refactoring + Improved mesege queu printing. - pretty printers ... Mon, 08 Jul 2013 16:12:48 GMT Dhananjay Balan [f814c76] * tools/gdb/python/classic.py (modified) * tools/gdb/python/rtems.py (modified) Messege Queue Objects Added intial support for printing Mon, 17 Jun 2013 17:10:17 GMT Dhananjay Balan [56a70ae] * tools/gdb/python/__init__.py (added) * tools/gdb/python/chains.py (added) * tools/gdb/python/classic.py (added) * tools/gdb/python/objects.py (added) * tools/gdb/python/rtems.py (added) * tools/gdb/python/threads.py (added) * tools/gdb/python/watchdog.py (added) Intial commit. Chris's intial work on the extenstions.