summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2020-05-23 18:06:48 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2020-05-23 19:03:11 +0200
commit850010a96b6cbc3eae03edd891e50325e017b678 (patch)
tree391100fb00f0bf3fe7aae8c9a574c72d8ce9b17b /.gitmodules
parent470da05658a97a51bd2ad2db7834bcc13dd995fd (diff)
downloadpcsxr-850010a96b6cbc3eae03edd891e50325e017b678.tar.gz
Replaced in-house gdb stub by MIT-licensed implementation
Imported from a fork of https://github.com/mborgerson/gdbstub
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index a178facc..75dee188 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,6 @@
[submodule "dynstr/dynstr"]
path = dynstr/dynstr
url = https://github.com/XaviDCR92/dynstr
+[submodule "gdbstub/gdbstub"]
+ path = gdbstub/gdbstub
+ url = https://github.com/XaviDCR92/gdbstub