add debug module

This commit is contained in:
2025-09-30 20:18:26 +05:30
parent af004cb864
commit 6afcffb4ed
5 changed files with 13 additions and 3 deletions

View File

@ -1,8 +1,8 @@
import ast
from llvmlite import ir
from pythonbpf import dwarf_constants as dc
from enum import Enum
from .maps_utils import MapProcessorRegistry
from ..debuginfo import dwarf_constants as dc
import logging
logger = logging.getLogger(__name__)