Commit e0e57217 authored by Federico Vaga's avatar Federico Vaga

sw:tool: implement gdbserver in C

The objective is to avoid ptyhon environment incompatibilities.
When users use this tool they are already stressed by a bug,
let not make them their live even worst by asking them to configure
the environment with: libual.so, PyUAL, and the python evironment.
Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 334b6ed2
GPATH
GRTAGS
GTAGS
Makefile.specific
\ No newline at end of file
-include Makefile.specific
# include parent_common.mk for buildsystem's defines
# use absolute path for REPO_PARENT
CURDIR:=$(shell /bin/pwd)
......
......@@ -7,3 +7,4 @@ mockturtle-smem
mockturtle-ping
mockturtle-variable
mockturtle-buffer
mockturtle-gdbserver
\ No newline at end of file
......@@ -27,6 +27,7 @@ PROGS += mockturtle-smem
PROGS += mockturtle-ping
PROGS += mockturtle-variable
PROGS += mockturtle-buffer
PROGS += mockturtle-gdbserver
all: $(PROGS)
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment