2 # gdb helper commands and functions for Linux kernel debugging
6 # Copyright (c) Siemens AG, 2012, 2013
11 # This work is licensed under the terms of the GNU GPL version 2.
16 sys.path.insert(0, os.path.dirname(os.path.abspath(__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 "
35 import linux.constants
36 import linux.timerlist