One Hat Cyber Team
Your IP :
52.14.6.145
Server IP :
104.21.32.1
Server :
Linux agrigation-prod 5.15.0-67-generic #74-Ubuntu SMP Wed Feb 22 14:14:39 UTC 2023 x86_64
Server Software :
nginx/1.24.0
PHP Version :
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
src
/
linux-headers-5.15.0-136
/
scripts
/
gdb
/
Edit File:
vmlinux-gdb.py
# # gdb helper commands and functions for Linux kernel debugging # # loader module # # Copyright (c) Siemens AG, 2012, 2013 # # Authors: # Jan Kiszka <jan.kiszka@siemens.com> # # This work is licensed under the terms of the GNU GPL version 2. # import os sys.path.insert(0, os.path.dirname(__file__) + "/scripts/gdb") try: gdb.parse_and_eval("0") gdb.execute("", to_string=True) except: gdb.write("NOTE: gdb 7.2 or later required for Linux helper scripts to " "work.\n") else: import linux.constants if linux.constants.LX_CONFIG_DEBUG_INFO_REDUCED: raise gdb.GdbError("Reduced debug information will prevent GDB " "from having complete types.\n") import linux.utils import linux.symbols import linux.modules import linux.dmesg import linux.tasks import linux.config import linux.cpus import linux.lists import linux.rbtree import linux.proc import linux.timerlist import linux.clk import linux.genpd import linux.device
Simpan