添加信号处理

This commit is contained in:
2025-10-08 11:08:03 +08:00
parent b8231b78ff
commit c575092c00
11 changed files with 402 additions and 3 deletions

5
src/backtrace.h Normal file
View File

@@ -0,0 +1,5 @@
#pragma once
#include "buffer.h"
void backtrace_get(buffer_t *buffer);