git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
feat: lunadbg GDB plugin to ease kernel debugging process.
[lunaix-os.git]
/
lunaix-os
/
scripts
/
gdb
/
lunadbg
/
utils.py
1
2
def pid_argument(argument):
3
if not argument:
4
return "__current"
5
else:
6
return f"sched_ctx._procs[({argument})]"