sdk/tools/netcoredbg.git
6 years agoAdd exception bp for vscode and single thread (#111)
Anton Zhukov/AI Ecosystem Lab /SRR/Engineer/삼성전자 [Fri, 31 May 2019 15:04:47 +0000 (11:04 -0400)]
Add exception bp for vscode and single thread (#111)

* Add exception bp for vscode and single thread
* Add innerException for exception-bp
* Add nested InnerException for exceptionInfo response by vscode
* Fix BreakMode response
* Minor fixes from previous pull-request comments
* Fix ASan errors
* Move JSON header to third_party directory
* Add Catch2 v2.6.1 unit testing framework
* Add license files
* Empty commit for check building after merge with updstream master.
* Add exception bp for MI and single thread
* Fix User-Unhandled Exceptions
* Fix Exception BP MI commands
* Minor fix MI BP exception for single thread
* Add MI test for exception BP
* supported only single thread debug mode

6 years agoMerge pull request #126 from m-kurinnoi/test-suite-pull1
Alexander Aksenov/AI Ecosystem Lab /SRR/Engineer/삼성전자 [Wed, 22 May 2019 14:57:41 +0000 (07:57 -0700)]
Merge pull request #126 from m-kurinnoi/test-suite-pull1

Functional testing framework, initial commit.

6 years agoFunctional testing framework, initial commit.
Mikhail Kurinnoi [Wed, 10 Apr 2019 14:56:01 +0000 (17:56 +0300)]
Functional testing framework, initial commit.

6 years agoMerge pull request #133 from m-kurinnoi/mi_add_gdb-show
Igor Kulaychuk/AI Ecosystem Lab /SRR/Staff Engineer/삼성전자 [Tue, 23 Apr 2019 07:16:13 +0000 (10:16 +0300)]
Merge pull request #133 from m-kurinnoi/mi_add_gdb-show

Add GDB/MI "gdb-show" command.

6 years agoAdd GDB/MI "gdb-show" command.
Mikhail Kurinnoi [Thu, 18 Apr 2019 13:31:24 +0000 (16:31 +0300)]
Add GDB/MI "gdb-show" command.

6 years agoMerge pull request #16 from itn3000/ignore-case-in-resolvesequencepoint
Igor Kulaychuk [Thu, 18 Apr 2019 08:25:24 +0000 (11:25 +0300)]
Merge pull request #16 from itn3000/ignore-case-in-resolvesequencepoint

ignore case sensitivity in sourcefile mapping(#12)

6 years agoignore case sensitivity in sourcefile mapping(#12)
Yusuke Ito [Thu, 18 Apr 2019 08:05:09 +0000 (17:05 +0900)]
ignore case sensitivity in sourcefile mapping(#12)

6 years agoMerge pull request #132 from m-kurinnoi/vscode_evaluate_fix
Igor Kulaychuk/AI Ecosystem Lab /SRR/Staff Engineer/삼성전자 [Thu, 18 Apr 2019 08:04:25 +0000 (11:04 +0300)]
Merge pull request #132 from m-kurinnoi/vscode_evaluate_fix

Fix VSCode "evaluate" command behavior.

6 years agoFix VSCode "evaluate" command behavior.
Mikhail Kurinnoi [Wed, 17 Apr 2019 13:49:22 +0000 (16:49 +0300)]
Fix VSCode "evaluate" command behavior.

6 years agoMerge pull request #130 from m-kurinnoi/mi_exec-interrupt_fix
Igor Kulaychuk/AI Ecosystem Lab /SRR/Staff Engineer/삼성전자 [Wed, 17 Apr 2019 11:32:26 +0000 (14:32 +0300)]
Merge pull request #130 from m-kurinnoi/mi_exec-interrupt_fix

Fix GDB/MI "exec-interrupt" command behavior.

6 years agoMerge pull request #131 from m-kurinnoi/mi_bp_code_refactoring
Igor Kulaychuk/AI Ecosystem Lab /SRR/Staff Engineer/삼성전자 [Wed, 17 Apr 2019 11:30:25 +0000 (14:30 +0300)]
Merge pull request #131 from m-kurinnoi/mi_bp_code_refactoring

Minor GDB/MI breakpoints related code refactoring.

6 years agoMinor GDB/MI breakpoints related code refactoring.
Mikhail Kurinnoi [Wed, 17 Apr 2019 08:51:22 +0000 (11:51 +0300)]
Minor GDB/MI breakpoints related code refactoring.

6 years agoFix GDB/MI "exec-interrupt" command behavior.
Mikhail Kurinnoi [Mon, 15 Apr 2019 14:48:03 +0000 (17:48 +0300)]
Fix GDB/MI "exec-interrupt" command behavior.

6 years agoMerge pull request #129 from m-kurinnoi/mi_fbp_condition_fix
Igor Kulaychuk/AI Ecosystem Lab /SRR/Staff Engineer/삼성전자 [Tue, 16 Apr 2019 07:20:25 +0000 (10:20 +0300)]
Merge pull request #129 from m-kurinnoi/mi_fbp_condition_fix

Fix GDB/MI "break-condition" command behavior for function breakpoints.

6 years agoFix GDB/MI "break-condition" command behavior for function breakpoints.
Mikhail Kurinnoi [Mon, 15 Apr 2019 08:10:22 +0000 (11:10 +0300)]
Fix GDB/MI "break-condition" command behavior for function breakpoints.

6 years agoMerge pull request #128 from m-kurinnoi/mi_fbp_delete_fix
Igor Kulaychuk/AI Ecosystem Lab /SRR/Staff Engineer/삼성전자 [Mon, 15 Apr 2019 08:00:41 +0000 (11:00 +0300)]
Merge pull request #128 from m-kurinnoi/mi_fbp_delete_fix

Fix GDB/MI "break-delete" command behavior for function breakpoints.

6 years agoFix GDB/MI "break-delete" command behavior for function breakpoints.
Mikhail Kurinnoi [Fri, 12 Apr 2019 10:32:42 +0000 (13:32 +0300)]
Fix GDB/MI "break-delete" command behavior for function breakpoints.

6 years agoMerge pull request #127 from m-kurinnoi/fix_func_break
Igor Kulaychuk/AI Ecosystem Lab /SRR/Staff Engineer/삼성전자 [Thu, 11 Apr 2019 09:23:51 +0000 (12:23 +0300)]
Merge pull request #127 from m-kurinnoi/fix_func_break

Fix delete function breakpoints issue.

6 years agoFix delete function breakpoints issue.
Mikhail Kurinnoi [Wed, 10 Apr 2019 15:00:34 +0000 (18:00 +0300)]
Fix delete function breakpoints issue.

6 years agoMerge pull request #15 from mickaelistria/14-initialize-capabilities
Igor Kulaychuk [Thu, 4 Apr 2019 07:23:41 +0000 (10:23 +0300)]
Merge pull request #15 from mickaelistria/14-initialize-capabilities

Issue #14 - Send capabilities in initialize

6 years agoIssue #14 - Send capabilities in initialize
Mickael Istria [Wed, 3 Apr 2019 15:26:18 +0000 (17:26 +0200)]
Issue #14 - Send capabilities in initialize

Signed-off-by: Mickael Istria <mistria@redhat.com>
6 years agoMerge pull request #116 from dotnet/sdb-test-automation
Igor Kulaychuk/AI Ecosystem Lab /SRR/Staff Engineer/삼성전자 [Wed, 3 Apr 2019 11:01:14 +0000 (14:01 +0300)]
Merge pull request #116 from dotnet/sdb-test-automation

Update run_tests_sdb.sh script

6 years agoAdd Tizen emulator support
Igor Kulaychuk [Wed, 3 Apr 2019 07:22:51 +0000 (10:22 +0300)]
Add Tizen emulator support

6 years agoUse netcoreapp Tizen symlink
Igor Kulaychuk [Tue, 2 Apr 2019 13:08:03 +0000 (16:08 +0300)]
Use netcoreapp Tizen symlink

6 years agoAvoid issues with path to run_tests_sdb.sh containig spaces
Igor Kulaychuk [Tue, 2 Apr 2019 08:51:28 +0000 (11:51 +0300)]
Avoid issues with path to run_tests_sdb.sh containig spaces

6 years agoPut rm -rf paths inside quotes
Igor Kulaychuk [Tue, 2 Apr 2019 08:45:36 +0000 (11:45 +0300)]
Put rm -rf paths inside quotes

6 years agoUpdate run_tests_sdb.sh script
Igor Kulaychuk [Wed, 27 Mar 2019 13:16:08 +0000 (16:16 +0300)]
Update run_tests_sdb.sh script

Now the script performs all necessary actions by itself

6 years agoMerge pull request #98 from i-kulaychuk/add-third-party-dir
Igor Kulaychuk/AI Ecosystem Lab /SRR/Engineer/삼성전자 [Thu, 28 Feb 2019 20:52:49 +0000 (23:52 +0300)]
Merge pull request #98 from i-kulaychuk/add-third-party-dir

Add third_party directory

6 years agoAdd license files
Igor Kulaychuk [Thu, 28 Feb 2019 12:51:19 +0000 (15:51 +0300)]
Add license files

6 years agoFix ASan errors
Igor Kulaychuk [Wed, 13 Feb 2019 19:31:43 +0000 (22:31 +0300)]
Fix ASan errors

6 years agoAdd Catch2 v2.6.1 unit testing framework
Igor Kulaychuk [Thu, 14 Feb 2019 14:45:22 +0000 (17:45 +0300)]
Add Catch2 v2.6.1 unit testing framework

6 years agoMove JSON header to third_party directory
Igor Kulaychuk [Thu, 14 Feb 2019 14:03:21 +0000 (17:03 +0300)]
Move JSON header to third_party directory

6 years agoBuild without CoreCLR (#83)
Igor Kulaychuk/AI Ecosystem Lab /SRR/Engineer/삼성전자 [Tue, 12 Feb 2019 17:20:40 +0000 (20:20 +0300)]
Build without CoreCLR (#83)

* Enable build without coreclr build libraries
* Enable automatic build dependency downloading
* Rename build option: DBGSHIM_DIR -> DBGSHIM_RUNTIME_DIR
* Fix Tizen build spec
* Remove global clang compiler declaration in Travis
* Use Clang 5 and Xenial for linux release build on Travis

6 years agoMerge pull request #59 from v-andresov/tests
Igor Kulaychuk/AI Ecosystem Lab /SRR/Engineer/삼성전자 [Fri, 1 Feb 2019 17:19:51 +0000 (20:19 +0300)]
Merge pull request #59 from v-andresov/tests

Add lambda function test

6 years agoFix lambda variables display
Igor Kulaychuk [Fri, 1 Feb 2019 16:50:13 +0000 (19:50 +0300)]
Fix lambda variables display

6 years agoExtend LambdaTest with instance variable and nested lambdas
Igor Kulaychuk [Fri, 1 Feb 2019 11:35:59 +0000 (14:35 +0300)]
Extend LambdaTest with instance variable and nested lambdas

6 years agoAdd lambda function test
Vladislav Andresov [Thu, 1 Nov 2018 09:02:40 +0000 (12:02 +0300)]
Add lambda function test

6 years agoMerge pull request #78 from v-andresov/fix-getting-il-sequence-point
Igor Kulaychuk/AI Ecosystem Lab /SRR/Engineer/삼성전자 [Thu, 31 Jan 2019 18:42:26 +0000 (21:42 +0300)]
Merge pull request #78 from v-andresov/fix-getting-il-sequence-point

Fix getting sequence point by IL offset

6 years agoGetLineByILOffset -> GetSequencePointByILOffset
Vladislav Andresov [Fri, 25 Jan 2019 17:56:05 +0000 (20:56 +0300)]
GetLineByILOffset -> GetSequencePointByILOffset

6 years agoFix nearest sequence point searching for IL offset
Vladislav Andresov [Thu, 24 Jan 2019 19:20:26 +0000 (22:20 +0300)]
Fix nearest sequence point searching for IL offset

6 years agoMerge pull request #77 from i-kulaychuk/fix-win-variable-names
Alexander Aksenov/AI Ecosystem Lab /SRR/Engineer/삼성전자 [Tue, 29 Jan 2019 15:25:59 +0000 (07:25 -0800)]
Merge pull request #77 from i-kulaychuk/fix-win-variable-names

Fix string marshalling issues on Windows

6 years agoTest always interact with the debugger using utf8 encoding
Igor Kulaychuk [Tue, 29 Jan 2019 13:18:27 +0000 (16:18 +0300)]
Test always interact with the debugger using utf8 encoding

6 years agoAlways marshal strings in utf16 encoding
Igor Kulaychuk [Tue, 29 Jan 2019 13:17:08 +0000 (16:17 +0300)]
Always marshal strings in utf16 encoding

6 years agoAdd line number to test output about expected line
Igor Kulaychuk [Mon, 28 Jan 2019 08:49:10 +0000 (11:49 +0300)]
Add line number to test output about expected line

6 years agoMerge pull request #74 from i-kulaychuk/fix-function-breakpoints-on-win
Igor Kulaychuk/AI Ecosystem Lab /SRR/Engineer/삼성전자 [Tue, 29 Jan 2019 12:20:37 +0000 (15:20 +0300)]
Merge pull request #74 from i-kulaychuk/fix-function-breakpoints-on-win

Fix function breakpoints on Windows

6 years agoFunction breakpoint: fix setting by part of full name
Alexander Aksenov [Mon, 28 Jan 2019 17:20:30 +0000 (20:20 +0300)]
Function breakpoint: fix setting by part of full name

For, example, setting breakpoints for function named
ClassA.ClassB.func
by string
ClassB.func

Also, test case is updated

Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
6 years agoAllow either empty or full type prefix in function breakpoint
Igor Kulaychuk [Mon, 28 Jan 2019 09:35:09 +0000 (12:35 +0300)]
Allow either empty or full type prefix in function breakpoint

6 years agoFix Windows build
Igor Kulaychuk [Mon, 28 Jan 2019 07:17:09 +0000 (10:17 +0300)]
Fix Windows build

6 years agoMerge pull request #72 from a-aksenov/function-breakpoint-generic
Igor Kulaychuk/AI Ecosystem Lab /SRR/Engineer/삼성전자 [Thu, 24 Jan 2019 12:57:16 +0000 (15:57 +0300)]
Merge pull request #72 from a-aksenov/function-breakpoint-generic

Function breakpoint: support generic functions

6 years agoFunction breakpoint: support generic functions
Alexander Aksenov [Wed, 23 Jan 2019 14:08:48 +0000 (17:08 +0300)]
Function breakpoint: support generic functions

Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
6 years agoMerge pull request #63 from a-aksenov/function-breakpoint
Igor Kulaychuk/AI Ecosystem Lab /SRR/Engineer/삼성전자 [Tue, 22 Jan 2019 10:38:04 +0000 (13:38 +0300)]
Merge pull request #63 from a-aksenov/function-breakpoint

Function breakpoint: intial implementation

6 years agoFunction breakpoint: add setting breakpoints by short names
Alexander Aksenov [Mon, 21 Jan 2019 19:01:40 +0000 (22:01 +0300)]
Function breakpoint: add setting breakpoints by short names

Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
6 years agoFunction breakpoints: add module and params specifying
Alexander Aksenov [Thu, 17 Jan 2019 16:46:10 +0000 (19:46 +0300)]
Function breakpoints: add module and params specifying

Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
6 years agoFunction breakpoint: add test
Alexander Aksenov [Thu, 10 Jan 2019 12:31:02 +0000 (15:31 +0300)]
Function breakpoint: add test

Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
6 years agoFunction breakpoint: add MI protocol support
Alexander Aksenov [Wed, 9 Jan 2019 17:25:29 +0000 (20:25 +0300)]
Function breakpoint: add MI protocol support

Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
6 years agoAdd capabilities event
Alexander Aksenov [Tue, 11 Dec 2018 18:15:52 +0000 (21:15 +0300)]
Add capabilities event

It is required to tell VSCode that we supports any features,
for example, funcion breakpoints

Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
6 years agoFunction breakpoint: initial implementation
Alexander Aksenov [Wed, 28 Nov 2018 15:53:01 +0000 (18:53 +0300)]
Function breakpoint: initial implementation

- support VScode
- support basic function names (no modules, no arg types)

Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
6 years agoMove condition field in Breakpoint struct
Alexander Aksenov [Wed, 9 Jan 2019 12:08:11 +0000 (15:08 +0300)]
Move condition field in Breakpoint struct

Breakpoint struct aligns DAP Breakpoint interface by its top, so
conditional field is moved to 'exposed' bottom part, cause it breaks
alignment

Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
6 years agoMerge pull request #69 from i-kulaychuk/vscode-adapter-fix-launch-sequence
Igor Kulaychuk/AI Ecosystem Lab /SRR/Engineer/삼성전자 [Tue, 25 Dec 2018 11:05:48 +0000 (14:05 +0300)]
Merge pull request #69 from i-kulaychuk/vscode-adapter-fix-launch-sequence

Accept launch and configurationDone commands in any order

6 years agoAccept launch and configurationDone commands in any order
Igor Kulaychuk [Fri, 21 Dec 2018 11:46:21 +0000 (14:46 +0300)]
Accept launch and configurationDone commands in any order

6 years agoMerge pull request #66 from i-kulaychuk/fix-svace-errors master tizen_5.0 submit/tizen_5.0/20181217.133251 submit/tizen_5.0_unified/20181217.133158 submit/tizen_5.0_unified/20181218.064401
Igor Kulaychuk/AI Ecosystem Lab /SRR/Engineer/삼성전자 [Thu, 13 Dec 2018 11:33:03 +0000 (14:33 +0300)]
Merge pull request #66 from i-kulaychuk/fix-svace-errors

Fix SVACE errors

6 years agoRemove unused field in FileLogger
Igor Kulaychuk [Wed, 12 Dec 2018 19:49:56 +0000 (22:49 +0300)]
Remove unused field in FileLogger

6 years agoFix localtime thread-safety issues in Logger
Igor Kulaychuk [Wed, 12 Dec 2018 19:48:25 +0000 (22:48 +0300)]
Fix localtime thread-safety issues in Logger

6 years agoMerge pull request #64 from i-kulaychuk/disable-ni-x86 accepted/tizen/unified/20181205.154835 submit/tizen/20181205.102314
Igor Kulaychuk/AI Ecosystem Lab /SRR/Engineer/삼성전자 [Wed, 5 Dec 2018 10:16:02 +0000 (13:16 +0300)]
Merge pull request #64 from i-kulaychuk/disable-ni-x86

Disable crossgen for Tizen emulator

6 years agoDisable crossgen for Tizen emulator
Igor Kulaychuk [Fri, 30 Nov 2018 16:22:39 +0000 (19:22 +0300)]
Disable crossgen for Tizen emulator

6 years agoMerge pull request #8 from github-jane-doe/typos
Igor Kulaychuk [Mon, 19 Nov 2018 13:56:49 +0000 (16:56 +0300)]
Merge pull request #8 from github-jane-doe/typos

Typos

6 years agoMerge pull request #62 from i-kulaychuk/fix-filename-in-log
Igor Kulaychuk/AI Ecosystem Lab /SRR/Engineer/삼성전자 [Mon, 19 Nov 2018 13:55:13 +0000 (16:55 +0300)]
Merge pull request #62 from i-kulaychuk/fix-filename-in-log

Fix filename extraction in logs

6 years agoFix filename extraction in logs
Igor Kulaychuk/AI Ecosystem Lab /SRR/Engineer/삼성전자 [Mon, 19 Nov 2018 12:07:17 +0000 (15:07 +0300)]
Fix filename extraction in logs

6 years agoMerge pull request #61 from i-kulaychuk/log-iffailret
Igor Kulaychuk/AI Ecosystem Lab /SRR/Engineer/삼성전자 [Mon, 19 Nov 2018 11:29:25 +0000 (14:29 +0300)]
Merge pull request #61 from i-kulaychuk/log-iffailret

Log IfFailRet() macro failures

6 years agoUnkonwn -> Unknown
Jane Doe [Sat, 17 Nov 2018 20:31:50 +0000 (12:31 -0800)]
Unkonwn -> Unknown

6 years agointput -> input
Jane Doe [Sat, 17 Nov 2018 20:31:07 +0000 (12:31 -0800)]
intput -> input

6 years agogrammer -> grammar
Jane Doe [Sat, 17 Nov 2018 20:30:46 +0000 (12:30 -0800)]
grammer -> grammar

6 years agoLog IfFailRet() macro failures
Igor Kulaychuk [Thu, 15 Nov 2018 17:58:14 +0000 (20:58 +0300)]
Log IfFailRet() macro failures

6 years agoFix __FILENAME__ macro
Igor Kulaychuk [Thu, 15 Nov 2018 17:57:22 +0000 (20:57 +0300)]
Fix __FILENAME__ macro

6 years agoMerge pull request #60 from v-andresov/master
Alexander Aksenov/AI Ecosystem Lab /SRR/Engineer/삼성전자 [Wed, 7 Nov 2018 11:36:06 +0000 (14:36 +0300)]
Merge pull request #60 from v-andresov/master

Fix: Add "(gdb)\n" token after each result record

6 years agoFix: Add "(gdb)\n" token after each result record
Vladislav Andresov [Thu, 1 Nov 2018 17:28:27 +0000 (20:28 +0300)]
Fix: Add "(gdb)\n" token after each result record

GDB/MI protocol requires termination of each output
by terminal token.

6 years agoFix Tizen build in Travis
Igor Kulaychuk [Thu, 1 Nov 2018 19:13:50 +0000 (22:13 +0300)]
Fix Tizen build in Travis

6 years agoMerge pull request #7 from github-jane-doe/typos
Igor Kulaychuk [Thu, 1 Nov 2018 18:58:17 +0000 (21:58 +0300)]
Merge pull request #7 from github-jane-doe/typos

Typos

6 years agounmanged -> unmanaged
Jane Doe [Wed, 31 Oct 2018 22:56:33 +0000 (15:56 -0700)]
unmanged -> unmanaged

6 years agosucceessful -> successful
Jane Doe [Wed, 31 Oct 2018 22:44:40 +0000 (15:44 -0700)]
succeessful -> successful

6 years agoreferece -> reference
Jane Doe [Wed, 31 Oct 2018 22:38:20 +0000 (15:38 -0700)]
referece -> reference

6 years agoProperies -> Properties
Jane Doe [Wed, 31 Oct 2018 22:37:37 +0000 (15:37 -0700)]
Properies -> Properties

6 years agodirecly -> directly
Jane Doe [Wed, 31 Oct 2018 22:32:49 +0000 (15:32 -0700)]
direcly -> directly

6 years agocontants -> constants
Jane Doe [Wed, 31 Oct 2018 22:31:30 +0000 (15:31 -0700)]
contants -> constants

6 years agoMerge pull request #56 from a-aksenov/logger-impl
Igor Kulaychuk/AI Ecosystem Lab /SRR/Engineer/삼성전자 [Wed, 31 Oct 2018 11:23:39 +0000 (14:23 +0300)]
Merge pull request #56 from a-aksenov/logger-impl

Logger implementation

6 years agoLogger: move file log to platform-dependent temp
Alexander Aksenov [Thu, 25 Oct 2018 12:18:34 +0000 (15:18 +0300)]
Logger: move file log to platform-dependent temp

Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
6 years agoLogger: improve
Alexander Aksenov [Wed, 24 Oct 2018 14:49:30 +0000 (17:49 +0300)]
Logger: improve

- remove Tizen-dependent definitions from main.cpp;
- add manual log level specifying;
- small rework of logger interface.

Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
6 years agoLogger: add format string input
Alexander Aksenov [Tue, 23 Oct 2018 15:40:28 +0000 (18:40 +0300)]
Logger: add format string input

Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
6 years agoLogger: add dlog support
Alexander Aksenov [Mon, 22 Oct 2018 18:22:42 +0000 (21:22 +0300)]
Logger: add dlog support

Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
6 years agoLogger: add function entrance logging
Alexander Aksenov [Mon, 22 Oct 2018 17:14:34 +0000 (20:14 +0300)]
Logger: add function entrance logging

Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
6 years agoLogger: implementation
Alexander Aksenov [Mon, 22 Oct 2018 17:13:37 +0000 (20:13 +0300)]
Logger: implementation

Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
6 years agoMerge pull request #54 from i-kulaychuk/improve-spec-nuget
Igor Kulaychuk/AI Ecosystem Lab /SRR/Engineer/삼성전자 [Mon, 15 Oct 2018 12:10:32 +0000 (15:10 +0300)]
Merge pull request #54 from i-kulaychuk/improve-spec-nuget

Improve nuget handling in spec file

6 years agoImprove nuget handling in spec file
Igor Kulaychuk [Mon, 15 Oct 2018 08:52:42 +0000 (11:52 +0300)]
Improve nuget handling in spec file

6 years agoFix nuget logic accepted/tizen_5.0_unified accepted/tizen/5.0/unified/20181102.031933 accepted/tizen/5.0/unified/20181106.202757 accepted/tizen/unified/20181015.161430 submit/tizen/20181014.101412 submit/tizen_5.0/20181101.000009 submit/tizen_5.0/20181106.000001
Petr Bred [Sun, 14 Oct 2018 08:16:18 +0000 (11:16 +0300)]
Fix nuget logic

Signed-off-by: Petr Bred <p.bred@samsung.com>
6 years agoFix build for TV submit/tizen/20181014.073209
Igor Kulaychuk [Thu, 11 Oct 2018 13:58:15 +0000 (16:58 +0300)]
Fix build for TV

Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
6 years agoFix Windows build
Igor Kulaychuk [Wed, 10 Oct 2018 21:17:03 +0000 (00:17 +0300)]
Fix Windows build

6 years agoFix permissions of unpacked dlls in gbs
Igor Kulaychuk [Tue, 9 Oct 2018 15:16:20 +0000 (18:16 +0300)]
Fix permissions of unpacked dlls in gbs

6 years agoFix gbs build
Igor Kulaychuk [Tue, 9 Oct 2018 14:50:55 +0000 (17:50 +0300)]
Fix gbs build

6 years agoSpeed up named variables evaluation
Igor Kulaychuk [Mon, 8 Oct 2018 15:47:24 +0000 (18:47 +0300)]
Speed up named variables evaluation

6 years agoUpdate .gitignore
Igor Kulaychuk [Fri, 5 Oct 2018 18:24:43 +0000 (21:24 +0300)]
Update .gitignore