commit df65174d84ba40abab2ea058b3dfee8fcfdd6ee4 parent 8051760482b7aa8cb68978b944c8913830db984d Author: Brian Swetland <swetland@frotz.net> Date: Sat, 28 Dec 2013 06:13:33 -0800 a bit more cleanup Diffstat:
D | .cvsignore | | | 16 | ---------------- |
M | Makefile | | | 2 | +- |
R | .gdbinit.tmpl -> tools/gdbinit.tmpl | | | 0 | |
R | gdbutil -> tools/gdbutil | | | 0 |
4 files changed, 1 insertion(+), 17 deletions(-)
diff --git a/.cvsignore b/.cvsignore @@ -1,16 +0,0 @@ -*.asm -*.d -*.sym -_* -kernel -user1 -userfs -usertests -xv6.img -vectors.S -bochsout.txt -bootblock -bootother -bootother.out -parport.out -fmt diff --git a/Makefile b/Makefile @@ -242,7 +242,7 @@ qemu-memfs: xv6memfs.img qemu-nox: fs.img xv6.img $(QEMU) -nographic $(QEMUOPTS) -.gdbinit: .gdbinit.tmpl +.gdbinit: tools/gdbinit.tmpl sed "s/localhost:1234/localhost:$(GDBPORT)/" < $^ > $@ qemu-gdb: fs.img xv6.img .gdbinit diff --git a/.gdbinit.tmpl b/tools/gdbinit.tmpl diff --git a/gdbutil b/tools/gdbutil