2 # gdb helper commands and functions for Linux kernel debugging
6 # Copyright (c) Siemens AG, 2012, 2013
9 # Jan Kiszka <jan.kiszka@siemens.com>
11 # This work is licensed under the terms of the GNU GPL version 2.
16 sys.path.insert(0, os.path.dirname(__file__) + "/scripts/gdb")
19 gdb.parse_and_eval("0")
20 gdb.execute("", to_string=True)
22 gdb.write("NOTE: gdb 7.2 or later required for Linux helper scripts to "