Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.openwrt.org/project/libubox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-11-30udebug: add inline helper function to test if a buffer is allocatedFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2023-11-29udebug: add functions for manipulating entry lengthFelix Fietkau
Can be used to reserve worst case length using udebug_entry_append, then setting the final length using udebug_entry_set_length Signed-off-by: Felix Fietkau <nbd@nbd.name>
2023-11-27udebug: add udebug library codeFelix Fietkau
Copied and adapted from udebug.git Signed-off-by: Felix Fietkau <nbd@nbd.name>