chore: 删除package-lock.json并恢复.gdbinit配置文件 (#1100)

撤销 [#1073](https://github.com/DragonOS-Community/DragonOS/pull/1073) 错误操作的两个文件

Signed-off-by: longjin <longjin@DragonOS.org>
This commit is contained in:
LoGin 2025-03-12 00:23:08 +08:00 committed by GitHub
parent 24b102b030
commit 65f6119c9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 17 deletions

17
package-lock.json generated
View File

@ -1,17 +0,0 @@
{
"name": "DragonOS",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"crypto-js": "^4.2.0"
}
},
"node_modules/crypto-js": {
"version": "4.2.0",
"resolved": "https://mirrors.huaweicloud.com/repository/npm/crypto-js/-/crypto-js-4.2.0.tgz",
"integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q=="
}
}
}

3
tools/.gdbinit Normal file
View File

@ -0,0 +1,3 @@
target remote localhost:1234
file bin/kernel/kernel.elf
set follow-fork-mode child