From: Igor Kulaychuk Date: Tue, 17 Oct 2017 17:33:19 +0000 (+0300) Subject: Update file list in init.sh X-Git-Tag: submit/tizen/20180620.071641~257 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=93320f4deae84f22c2fe479492b1c2ec67350fd6;p=sdk%2Ftools%2Fnetcoredbg.git Update file list in init.sh --- diff --git a/init.sh b/init.sh index cccb27b..b06679c 100755 --- a/init.sh +++ b/init.sh @@ -4,19 +4,19 @@ BASEDIR=$(dirname "$0") FILES=" breakpoints.cpp + breakpoints.h commands.cpp common.h cputil.h debugger.h expr.cpp + expr.h frames.cpp + frames.h jmc.cpp main.cpp modules.cpp modules.h - native.cpp - native.h - native_stubs.cpp platform.cpp platform.h symbolreader.cpp @@ -25,9 +25,11 @@ FILES=" typeprinter.cpp typeprinter.h valueprint.cpp + valueprint.h valuewalk.cpp valuewalk.h varobj.cpp + varobj.h " OWNER=i-kulaychuk