# # ChangeLog for tools/gdb in rtems-tools # # Generated by Trac 1.2.1.dev0 # 04/25/24 18:55:35 Sat, 24 Aug 2013 14:56:06 GMT Dhananjay Balan [7a415d4] * tools/gdb/python/classic.py (modified) * tools/gdb/python/objects.py (modified) * tools/gdb/python/threads.py (modified) Catch empty task names, - All the tasks do not have a name. 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. Fri, 23 Aug 2013 04:28:22 GMT Dhananjay Balan [a0bf9f2] * tools/gdb/python/README.md (modified) Update README.md Fix Links. Fri, 23 Aug 2013 04:25:48 GMT Dhananjay Balan [b5c4f41] * tools/gdb/python/README.md (modified) Update README.md Fix indentation. Fri, 23 Aug 2013 04:25:07 GMT Dhananjay Balan [52fc200] * tools/gdb/python/README.md (modified) Update Readme. Add wiki pages, usage instructions etc. 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. Sun, 04 Aug 2013 18:37:47 GMT Dhananjay Balan [66d0779] * tools/gdb/python/classic.py (modified) Barrier taks queue Print the barrier taks queue. 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 ... Tue, 30 Jul 2013 03:24:35 GMT Dhananjay Balan [e60a5ee] * tools/gdb/python/classic.py (modified) * tools/gdb/python/supercore_printer.py (modified) * tools/gdb/python/threads.py (modified) Fix Task and state printer bugs. - Removed ITRON api objects in ... Mon, 29 Jul 2013 10:54:24 GMT Dhananjay Balan [e282b6e] * tools/gdb/python/README.md (modified) Move todo Why else is there issues? Mon, 29 Jul 2013 04:56:02 GMT Dhananjay Balan [59c4946] * tools/gdb/python/README.md (modified) New todo 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 12:25:22 GMT Dhananjay Balan [c63080d] * tools/gdb/python/README.md (modified) Update Readme. ToDo. 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. Sun, 28 Jul 2013 07:31:06 GMT Dhananjay Balan [c3d06d5] * tools/gdb/python/heaps.py (added) Abstraction for HEAP. Heap_Control Abstraction is added. It will ... 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. Tue, 16 Jul 2013 12:47:03 GMT Dhananjay Balan [591fbf6] * tools/gdb/python/objects.py (modified) Fix typo: Global timer control object name. 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:37:46 GMT Dhananjay Balan [a785e25] * tools/gdb/python/classic_printer.py (added) * tools/gdb/python/supercore.py (added) * tools/gdb/python/supercore_printer.py (added) Add printers to stage. 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 ... Tue, 09 Jul 2013 16:51:27 GMT Dhananjay Balan [6e75f4e] * tools/gdb/python/README.md (modified) Update readme. Included useage instructions. Tue, 09 Jul 2013 09:07:20 GMT Dhananjay Balan [3856406] * tools/gdb/python/classic.py (modified) * tools/gdb/python/objects.py (modified) Fix pretty printers pretty printers for rtems_id and rtems_attribute 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, 08 Jul 2013 16:10:21 GMT Dhananjay Balan [ce55b57] * tools/gdb/python/objects.py (modified) Object can have index from 1 to 'maximum' Mon, 24 Jun 2013 04:10:59 GMT Dhananjay Balan [10bcd5d] * tools/gdb/python/chains.py (modified) * tools/gdb/python/objects.py (modified) * tools/gdb/python/threads.py (modified) Update chains structures - Fixes chains structure parsing - Fix ... 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. Mon, 17 Jun 2013 15:31:09 GMT Dhananjay Balan [911e710] * tools/gdb/python/.gitignore (added) * tools/gdb/python/README.md (added) Initial commit