mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-08 14:16:47 +00:00
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:
parent
24b102b030
commit
65f6119c9f
17
package-lock.json
generated
17
package-lock.json
generated
@ -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
3
tools/.gdbinit
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
target remote localhost:1234
|
||||||
|
file bin/kernel/kernel.elf
|
||||||
|
set follow-fork-mode child
|
Loading…
x
Reference in New Issue
Block a user