nativeos/tools/gdbscripts
Dani Rodríguez 9b7eaffa4c i386: add gdbscripts for data structure debugging
Some macros are defined in the tools/gdbscripts directory, designed to
help testing kernel data structures:

* tools/gdbscripts/devices.gdb contains macros for debugging the list of
  devices and the list of drivers.
* tools/gdbscripts/heap.gdb contains macros for printing the current
  state of the kernel heap, including checks of the magic numbers.
* tools/gdbscripts/vfs.gdb contains macros for testing the list of
  mounted volumes and the list of available file system drivers.

These scripts are now sourced by gdbinit.I386 to make them available
in debug time.
2022-01-09 12:26:43 +01:00
..
devices.gdb i386: add gdbscripts for data structure debugging 2022-01-09 12:26:43 +01:00
heap.gdb i386: add gdbscripts for data structure debugging 2022-01-09 12:26:43 +01:00
vfs.gdb i386: add gdbscripts for data structure debugging 2022-01-09 12:26:43 +01:00