meta: rename

This commit is contained in:
2024-11-02 11:31:51 +00:00
parent 065fdeec65
commit 62ec4c93ab
140 changed files with 422 additions and 857 deletions

View File

@@ -5,7 +5,7 @@ lldb_cfg=$2
shift 2
if command -v gdb &> /dev/null; then
printf " \033[93;1mGDB\033[0m boot/socks_kernel\n"
printf " \033[93;1mGDB\033[0m boot/mango_kernel\n"
tmux \
new-session -d -s hz-debug "sleep 0.3; gdb -tui -x $gdb_cfg" \; \
split-window -h -l 80 \; \
@@ -13,7 +13,7 @@ if command -v gdb &> /dev/null; then
select-pane -t 1 \; \
resize-pane -R 20
elif command -v lldb &> /dev/null; then
printf " \033[93;1mLLDB\033[0m boot/socks_kernel\n"
printf " \033[93;1mLLDB\033[0m boot/mango_kernel\n"
tmux \
new-session -d -s hz-debug "sleep 0.1; lldb --source $lldb_cfg" \; \
split-window -h -l 160 \; \

View File

@@ -1,4 +1,4 @@
set confirm off
symbol-file build/socks_kernel.dbg
symbol-file build/mango_kernel.dbg
target remote localhost:1234
set confirm on

View File

@@ -1,2 +1,2 @@
file build/socks_kernel.dbg
file build/mango_kernel.dbg
gdb-remote localhost:1234