Linux tsuru-no-tsurugi 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.0.18 & Your IP : 216.73.216.68
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
src /
linux-headers-5.15.0-185 /
scripts /
gdb /
Delete
Unzip
Name
Size
Permission
Date
Action
linux
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
Makefile
58
B
-rw-r--r--
2021-11-01 05:53
vmlinux-gdb.py
1.03
KB
-rw-r--r--
2026-06-20 00:54
Save
Rename
# # 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