doc/scripts/gdb: Added gdb script to dump contents of the flight recorder
authorMarius Vlad <marius.vlad@collabora.com>
Fri, 19 Jul 2019 08:29:53 +0000 (11:29 +0300)
committerDaniel Stone <daniel@fooishbar.org>
Mon, 25 Nov 2019 20:29:49 +0000 (20:29 +0000)
commit36453951fb1301415b2f9309e072d05ca62130ce
treed96f5b9a820fd0e49e80da1d5fc785a4dbc38548
parentd2dbcd3d7ee87bbfc55e55dd66c226bf4be9d583
doc/scripts/gdb: Added gdb script to dump contents of the flight recorder

Mimics the C version that displays the contents of the flight recorder.
With a core-dump in place source the python file then call
'display_flight_rec' to dump the data.

Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
doc/scripts/gdb/flight_rec.py [new file with mode: 0755]