We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9dfb61 commit 6881d2eCopy full SHA for 6881d2e
pythonbpf/debuginfo/dwarf_constants.py
@@ -1,3 +1,9 @@
1
+"""
2
+DWARF debugging format constants.
3
+
4
+Generated constants from dwarf.h for use in debug information generation.
5
6
7
# generated constants from dwarf.h
8
9
DW_UT_compile = 0x01
pythonbpf/functions/return_utils.py
@@ -1,3 +1,10 @@
+Utility functions for handling return statements in BPF functions.
+Provides handlers for different types of returns including XDP actions,
+None returns, and standard returns.
import logging
import ast
10
0 commit comments