提交coredump转储功能代码

This commit is contained in:
linxin
2023-04-10 18:30:40 +08:00
parent 14254aeb95
commit 2c7ca6f413
8 changed files with 650 additions and 0 deletions

12
.vscode/sftp.json vendored Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "My Server",
"host": "192.168.169.12",
"protocol": "sftp",
"port": 22,
"username": "root",
"password": "root",
"remotePath": "/root/pipe",
"uploadOnSave": false,
"useTempFile": false,
"openSsh": false
}