Browse Source

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

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

Signed-off-by: longjin <[email protected]>
LoGin 2 weeks ago
parent
commit
65f6119c9f
2 changed files with 3 additions and 17 deletions
  1. 0 17
      package-lock.json
  2. 3 0
      tools/.gdbinit

+ 0 - 17
package-lock.json

@@ -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 - 0
tools/.gdbinit

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