# # ChangeLog for tools/gdb in rtems-tools # # Generated by Trac 1.2.1.dev0 # 04/20/24 01:56:54 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