Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
educg-net-22024-2210153
LoOS-3778
Commits
7b9f9963
Commit
7b9f9963
authored
1 year ago
by
Tiger1218
Browse files
Options
Download
Patches
Plain Diff
chores: remove rungdb.sh; merge into Makefile
parent
d3a56076
test-vm-memory-fsfixed
devel
devel-add-syscalls
devel-fsfixed
docs-mm
docs-syscalls-ii
judge-deploy
main
remotes/origin/devel
test-vm-memory
virtual-memory-management
virtual-memory-management-test
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+2
-1
Makefile
rungdb.sh
+0
-13
rungdb.sh
with
2 additions
and
14 deletions
+2
-14
Makefile
+
2
−
1
View file @
7b9f9963
include
scripts/main.mk
PARTS
=
core lolibc driver
RSHELL
:=
konsole
all
:
build
...
...
@@ -27,7 +28,7 @@ debug: build
make
-C
tools/
cp
tools/kernel.img /tmp/qemu/2k1000/2kfs.img
@
echo
'scsi reset; ext4load scsi 0:0 0x9000000008000000 /boot/kernel.bin ; go 0x9000000008000000'
| wl-copy
alacritty
-e
'./rungdb.sh
'
&
$(
RSHELL
)
-e
'/opt/gdb/bin/loongarch64-unknown-linux-gnu-gdb build/kernel -ex "target remote 127.0.0.1:3456"
'
&
(
cd
/tmp/qemu
;
./runqemu-debug
)
make_dir
:
...
...
This diff is collapsed.
Click to expand it.
rungdb.sh
deleted
100755 → 0
+
0
−
13
View file @
d3a56076
#! /bin/sh
#
# rungdb.sh
# Copyright (C) 2024 Tiger1218 <tiger1218@foxmail.com>
#
# Distributed under terms of the GNU AGPLv3 license.
#
# loongarch64-unknown-linux-gnu-gdb build/kernel -ex "target remote 127.0.0.1:3456"
/opt/gdb/bin/loongarch64-unknown-linux-gnu-gdb build/kernel
-ex
"target remote 127.0.0.1:3456"
# /home/tiger1218/repos/loongarch-gcc/loongson-gnu-toolchain-8.3-x86_64-loongarch64-linux-gnu-rc1.3-1/bin/loongarch64-linux-gnu-gdb build/kernel -ex "target remote 127.0.0.1:3456"
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets