Move print logic to helper/printk_emitter.py

This commit is contained in:
Pragyansh Chaturvedi
2025-10-13 18:32:51 +05:30
parent 74d8014ade
commit 6b41f1fb84
3 changed files with 247 additions and 233 deletions

View File

@ -6,10 +6,10 @@ from .helper_registry import HelperHandlerRegistry
from .helper_utils import (
get_or_create_ptr_from_arg,
get_flags_val,
handle_fstring_print,
simple_string_print,
get_data_ptr_and_size,
)
from .printk_formatter import simple_string_print, handle_fstring_print
from logging import Logger
import logging