sdk/tools/netcoredbg.git
2 years agoBump to 2.2.0-7 version accepted/tizen_7.0_unified_hotfix tizen_7.0_hotfix accepted/tizen/7.0/unified/20221110.060947 accepted/tizen/7.0/unified/hotfix/20221116.112220 accepted/tizen/unified/20220922.062128 accepted/tizen/unified/20220922.062750 tizen_7.0_m2_release
Alexander Soldatov [Fri, 16 Sep 2022 15:57:45 +0000 (18:57 +0300)]
Bump to 2.2.0-7 version

2 years agoFix VSCode protocol `scopes` command, add `expensive` field.
Mikhail Kurinnoi [Tue, 13 Sep 2022 14:04:16 +0000 (17:04 +0300)]
Fix VSCode protocol `scopes` command, add `expensive` field.

Related to https://github.com/Samsung/netcoredbg/issues/104

2 years agoBump to 2.2.0-5 version
Alexander Soldatov [Fri, 2 Sep 2022 15:33:25 +0000 (18:33 +0300)]
Bump to 2.2.0-5 version

2 years agoPrevent VARARG and GENERIC methods parse in WalkMethods.
Mikhail Kurinnoi [Fri, 2 Sep 2022 12:07:33 +0000 (15:07 +0300)]
Prevent VARARG and GENERIC methods parse in WalkMethods.

Related to https://github.com/Samsung/netcoredbg/issues/101

2 years agoAdd debuggee process stop at attach for CLI protocol.
Mikhail Kurinnoi [Wed, 31 Aug 2022 12:29:32 +0000 (15:29 +0300)]
Add debuggee process stop at attach for CLI protocol.

Fix CLI and MI/GDB protocols exit behavior in case debuggee process was attached,
will detach now instead of terminate attached debuggee process.

2 years agoFix run_tests.sh
Aleksandr Shaurtaev [Tue, 30 Aug 2022 14:38:46 +0000 (17:38 +0300)]
Fix run_tests.sh

2 years agoBump to 2.2.0-1 version accepted/tizen/unified/20220831.133840 submit/tizen/20220830.105441
Alexander Soldatov [Tue, 30 Aug 2022 10:52:27 +0000 (13:52 +0300)]
Bump to 2.2.0-1 version

2 years agoBump to 2.1.0-4 version accepted/tizen_6.5_unified tizen_6.5 accepted/tizen/6.5/unified/20220830.133607 accepted/tizen/unified/20220830.133738 submit/tizen/20220829.140311 submit/tizen_6.5/20220829.140502
Alexander Soldatov [Mon, 29 Aug 2022 14:00:54 +0000 (17:00 +0300)]
Bump to 2.1.0-4 version

2 years agoFix breakpoint setup for running process without stop.
Mikhail Kurinnoi [Fri, 26 Aug 2022 13:33:39 +0000 (16:33 +0300)]
Fix breakpoint setup for running process without stop.

2 years agoIndexers for nullable generic classes/standard containers evaluation support added.
Oleg Lekarev [Tue, 23 Aug 2022 15:28:41 +0000 (18:28 +0300)]
Indexers for nullable generic classes/standard containers evaluation support added.

2 years agoBump to 2.1.0-1 version accepted/tizen/unified/20220826.060839 submit/tizen/20220825.183313
Alexander Soldatov [Thu, 25 Aug 2022 18:31:30 +0000 (21:31 +0300)]
Bump to 2.1.0-1 version

2 years agoMinor code improvements and refactor (LOC/DC related).
Mikhail Kurinnoi [Thu, 18 Aug 2022 13:01:58 +0000 (16:01 +0300)]
Minor code improvements and refactor (LOC/DC related).

2 years agoIndexers for generic classes/standard containers evaluation support
Oleg Lekarev [Tue, 2 Aug 2022 16:09:57 +0000 (19:09 +0300)]
Indexers for generic classes/standard containers evaluation support

2 years agoSplit Modules class.
Mikhail Kurinnoi [Tue, 16 Aug 2022 15:23:46 +0000 (18:23 +0300)]
Split Modules class.

2 years agoAdd System.Type array arg for application update methods.
Mikhail Kurinnoi [Thu, 4 Aug 2022 14:24:44 +0000 (17:24 +0300)]
Add System.Type array arg for application update methods.

2 years agoAdd application update support in case Hot Reload without process stop. accepted/tizen/unified/20220805.131740 submit/tizen/20220804.224219
Mikhail Kurinnoi [Tue, 2 Aug 2022 12:51:09 +0000 (15:51 +0300)]
Add application update support in case Hot Reload without process stop.

2 years agoIndexers support by evluator implemented.
Oleg Lekarev [Tue, 12 Jul 2022 15:20:57 +0000 (18:20 +0300)]
Indexers support by evluator implemented.

2 years agoRemove old tests.
Mikhail Kurinnoi [Tue, 2 Aug 2022 14:23:08 +0000 (17:23 +0300)]
Remove old tests.

2 years agoAdd generate xml file to run_tests.sh
a-shaurtaev [Wed, 27 Jul 2022 11:38:47 +0000 (14:38 +0300)]
Add generate xml file to run_tests.sh

2 years agoCreate pull request template
Alexander Soldatov/Platform Lab /SRR/Staff Engineer/Samsung Electronics [Mon, 1 Aug 2022 16:11:11 +0000 (19:11 +0300)]
Create pull request template

2 years agoInitial MetadataUpdateHandler attribute support implementation.
Mikhail Kurinnoi [Mon, 25 Jul 2022 14:54:06 +0000 (17:54 +0300)]
Initial MetadataUpdateHandler attribute support implementation.

2 years agoAdd method array args support for eval.
Mikhail Kurinnoi [Fri, 22 Jul 2022 10:52:30 +0000 (13:52 +0300)]
Add method array args support for eval.

2 years agoImprove debuggee process pause routine.
Mikhail Kurinnoi [Wed, 20 Jul 2022 12:55:33 +0000 (15:55 +0300)]
Improve debuggee process pause routine.

Add thread ID support to VSCode protocol "pause" command.

2 years agoFix Newtonsoft.Json vulnerable before 13.0.1
Alexander Soldatov/Platform Lab /SRR/Staff Engineer/Samsung Electronics [Tue, 19 Jul 2022 11:13:27 +0000 (14:13 +0300)]
Fix Newtonsoft.Json vulnerable before 13.0.1

GHSA-5crp-9r3c-p9vr
Improper Handling of Exceptional Conditions in Newtonsoft.Json

2 years agoImprove function eval related code.
Mikhail Kurinnoi [Mon, 18 Jul 2022 12:46:43 +0000 (15:46 +0300)]
Improve function eval related code.

2 years agoAdd line updates support for Hot Reload.
Mikhail Kurinnoi [Fri, 1 Jul 2022 09:08:23 +0000 (12:08 +0300)]
Add line updates support for Hot Reload.

Other changes:
- Change methods and variables names in order to reflect their real meaning.
- Simplify std::ifstream related code in ApplyMetadataAndILDeltas().
- Improve breakpoint resolve for constructor in partial class (in different sources).

2 years agoChanged delta api
Aleksandr Shaurtaev [Thu, 2 Jun 2022 15:46:48 +0000 (18:46 +0300)]
Changed delta api

2 years agoImprove evaluation output in case runtime-related errors.
Mikhail Kurinnoi [Mon, 18 Jul 2022 10:01:39 +0000 (13:01 +0300)]
Improve evaluation output in case runtime-related errors.

2 years agoAdd tests for evaluation with generic.
Mikhail Kurinnoi [Wed, 13 Jul 2022 15:19:22 +0000 (18:19 +0300)]
Add tests for evaluation with generic.

Fix property's getter call for generic class.

2 years agoFix 'async void' method stepping.
Mikhail Kurinnoi [Mon, 4 Jul 2022 14:53:14 +0000 (17:53 +0300)]
Fix 'async void' method stepping.

2 years agoFix CLI work on Windows.
Mikhail Kurinnoi [Fri, 10 Jun 2022 15:01:42 +0000 (18:01 +0300)]
Fix CLI work on Windows.

2 years agoFix dotnet download in Windows x64 build.
Mikhail Kurinnoi [Fri, 10 Jun 2022 13:25:46 +0000 (16:25 +0300)]
Fix dotnet download in Windows x64 build.

3 years agoBump to 2.0.0-78 version accepted/tizen/unified/20220616.141808 submit/tizen/20220615.133502
Alexander Soldatov [Tue, 7 Jun 2022 14:55:28 +0000 (17:55 +0300)]
Bump to 2.0.0-78 version

3 years agoFix deltas apply in case process running.
Mikhail Kurinnoi [Tue, 7 Jun 2022 14:53:16 +0000 (17:53 +0300)]
Fix deltas apply in case process running.

3 years agoAdd Hot Reload tests.
Mikhail Kurinnoi [Mon, 30 May 2022 11:52:34 +0000 (14:52 +0300)]
Add Hot Reload tests.

3 years agoAdd .NET Foundation license headers for code taken from CoreCLR
Alexander Soldatov [Thu, 26 May 2022 14:07:47 +0000 (17:07 +0300)]
Add .NET Foundation license headers for code taken from CoreCLR

3 years agoUpdate authors and contributors of project
Alexander Soldatov/Platform Lab /SRR/Staff Engineer/Samsung Electronics [Mon, 23 May 2022 11:40:11 +0000 (14:40 +0300)]
Update authors and contributors of project

3 years agoImprove breakpoint code.
Mikhail Kurinnoi [Mon, 16 May 2022 12:34:50 +0000 (15:34 +0300)]
Improve breakpoint code.

This changes is part of Hot Reload preparation.
For line breakpoint setup we use methods range map, that in case of Hot Reload must be corrected by PDB delta.
Note, we need only one map with last changes since CoreCLR can setup new breakpoints for last method version code only.

3 years agoFix Windows 32bit related issues.
Mikhail Kurinnoi [Wed, 18 May 2022 14:57:07 +0000 (17:57 +0300)]
Fix Windows 32bit related issues.

3 years agoAdd multiple PDB files (PDB deltas) support.
Mikhail Kurinnoi [Thu, 21 Apr 2022 14:02:32 +0000 (17:02 +0300)]
Add multiple PDB files (PDB deltas) support.

Also add multiple PDB support for:
* evaluation;
* async step;
* single step;
* scope variables related code;
* breakpoint (Debugger.Break());
* JMC;
* stack trace;

3 years agoFix managed part build type.
Mikhail Kurinnoi [Fri, 6 May 2022 10:17:59 +0000 (13:17 +0300)]
Fix managed part build type.

Should care about CMAKE_BUILD_TYPE and don't build "Debug" all the time.
In case CMAKE_BUILD_TYPE not set, "Release" is preferred for managed part.

3 years agoFix callbacks return code check.
Mikhail Kurinnoi [Wed, 4 May 2022 15:09:49 +0000 (18:09 +0300)]
Fix callbacks return code check.

Fix SIGSEGV in case DEBUG_EXCEPTION_FIRST_CHANCE exception was thrown outside of managed code.
Fix SIGSEGV in TypePrinter::GetTypeOfValue().
Remove wrong assertion.

3 years agoAdd stepping implementation related documentation.
Mikhail Kurinnoi [Tue, 16 Feb 2021 12:48:36 +0000 (04:48 -0800)]
Add stepping implementation related documentation.

3 years agoUpdate Catch2.
Mikhail Kurinnoi [Thu, 21 Apr 2022 21:40:14 +0000 (00:40 +0300)]
Update Catch2.

3 years agoAdding limits due to GCC11 changes https://www.gnu.org/software/gcc/gcc-11/porting_to...
Lukas [Fri, 18 Mar 2022 09:04:33 +0000 (10:04 +0100)]
Adding limits due to GCC11 changes https://gnu.org/software/gcc/gcc-11/porting_to.html#header-dep-changes

3 years agoAdd GetDeltaApi to TestFramework
a-shaurtaev [Fri, 11 Mar 2022 16:25:54 +0000 (19:25 +0300)]
Add GetDeltaApi to TestFramework

3 years agoUpdated version of Roslyn nuget package
a-shaurtaev [Fri, 11 Mar 2022 16:25:54 +0000 (19:25 +0300)]
Updated version of Roslyn nuget package

3 years agoBump to 2.0.0-63 version accepted/tizen/unified/20220412.100214 submit/tizen/20220406.190445
Alexander Soldatov [Wed, 6 Apr 2022 19:03:15 +0000 (22:03 +0300)]
Bump to 2.0.0-63 version

3 years agoAdd initial Hot Reload support.
Mikhail Kurinnoi [Tue, 5 Apr 2022 14:35:14 +0000 (07:35 -0700)]
Add initial Hot Reload support.

- Add launch parameter "--hot-reload".
- Add MI/GDB command "apply-deltas".
- Add "enable-hot-reload" parameter support for MI/GDB command "gdb-set".
- Add Metadata and IL deltas apply for particular DLL, that have PDB loaded.

3 years agoFix Tizen test package installation.
Mikhail Kurinnoi [Tue, 5 Apr 2022 13:48:17 +0000 (06:48 -0700)]
Fix Tizen test package installation.

Should use same command (sdb install skip) as VS Tizen Plugin, in order to prevent NI.DLL generation.

3 years agoImprove async stepping code.
Mikhail Kurinnoi [Mon, 28 Mar 2022 16:10:01 +0000 (19:10 +0300)]
Improve async stepping code.

3 years agoFix frame id assertion in case no frame id available.
Mikhail Kurinnoi [Fri, 25 Mar 2022 14:52:52 +0000 (17:52 +0300)]
Fix frame id assertion in case no frame id available.

3 years agoBump to 2.0.0-58 version accepted/tizen/unified/20220316.182816 submit/tizen/20220315.024618
Alexander Soldatov [Thu, 17 Feb 2022 15:41:46 +0000 (18:41 +0300)]
Bump to 2.0.0-58 version

3 years agoFix MCD.
Mikhail Kurinnoi [Wed, 2 Feb 2022 10:56:46 +0000 (02:56 -0800)]
Fix MCD.

3 years agoAdd info on fast start and debugging of Release dlls
Gleb Balykov/Platform Lab /SRR/Staff Engineer/Samsung Electronics [Wed, 2 Feb 2022 12:43:24 +0000 (15:43 +0300)]
Add info on fast start and debugging of Release dlls

3 years agoFix debugging with disabled JMC.
Mikhail Kurinnoi [Tue, 1 Feb 2022 17:02:47 +0000 (09:02 -0800)]
Fix debugging with disabled JMC.

3 years agoUpdate default sdk version to 6.0
Gleb Balykov/Platform Lab /SRR/Staff Engineer/Samsung Electronics [Fri, 28 Jan 2022 10:03:05 +0000 (13:03 +0300)]
Update default sdk version to 6.0

3 years agoBump to 2.0.0-53 version accepted/tizen/unified/20220215.211349 submit/tizen/20220215.173642
Alexander Soldatov [Tue, 15 Feb 2022 17:33:30 +0000 (20:33 +0300)]
Bump to 2.0.0-53 version

3 years agoFix Clang 10 build.
Mikhail Kurinnoi [Tue, 15 Feb 2022 11:32:31 +0000 (03:32 -0800)]
Fix Clang 10 build.

3 years agoAdd VSCode protocol async commands read and execution.
Mikhail Kurinnoi [Tue, 21 Dec 2021 10:26:34 +0000 (02:26 -0800)]
Add VSCode protocol async commands read and execution.

Add VSCode protocol 'cancel' command implementation.

3 years ago[CLI] Bug: No command prompt appears when breakpoint hit - fixed.
Oleg Lekarev [Tue, 28 Dec 2021 10:46:57 +0000 (13:46 +0300)]
[CLI] Bug: No command prompt appears when breakpoint hit - fixed.
      Windows only. When breakpoint is hit, no command prompt
      appears until user press <Enter>

3 years ago[CLI] Mark the current source line for <list> command.
Oleg Lekarev [Fri, 24 Dec 2021 12:55:27 +0000 (15:55 +0300)]
[CLI] Mark the current source line for <list> command.

3 years agoFix eval timeout return code.
Mikhail Kurinnoi [Fri, 17 Dec 2021 11:05:56 +0000 (03:05 -0800)]
Fix eval timeout return code.

In case of evaluation timeout we abort evaluation by "abort" feature with meaning, that evaluation is failed. But in case of successful evaluation abort, runtime return CORDBG_S_FUNC_EVAL_ABORTED successful return code.

3 years agoFix debug process race.
Mikhail Kurinnoi [Tue, 14 Dec 2021 14:44:18 +0000 (06:44 -0800)]
Fix debug process race.

3 years ago[CLI] Auto-exit ncdb when dubugging process is finished or detached.
Oleg Lekarev [Tue, 14 Dec 2021 10:34:45 +0000 (13:34 +0300)]
[CLI] Auto-exit ncdb when dubugging process is finished or detached.

3 years agoRename option in docs
Gleb Balykov/Platform Lab /SRR/Staff Engineer/Samsung Electronics [Fri, 28 Jan 2022 09:31:56 +0000 (12:31 +0300)]
Rename option in docs

3 years agoFix build error on OSX
a-shaurtaev [Wed, 15 Dec 2021 17:59:01 +0000 (20:59 +0300)]
Fix build error on OSX

3 years agoBump to 2.0.0-43 version
Alexander Soldatov [Fri, 10 Dec 2021 13:59:58 +0000 (16:59 +0300)]
Bump to 2.0.0-43 version

3 years agoFix not user code stack and scopes related work.
Mikhail Kurinnoi [Tue, 7 Dec 2021 14:21:58 +0000 (06:21 -0800)]
Fix not user code stack and scopes related work.

Fix thread ID related logic in stop event at debuggee process pause.
Fix arguments and local scope variables evaluation logic in not user code.
Fix static members and methods evaluation in not user code.

3 years agoUpdate CLI documentation
Alexander Soldatov/Platform Lab /SRR/Staff Engineer/Samsung Electronics [Thu, 2 Dec 2021 16:56:49 +0000 (19:56 +0300)]
Update CLI documentation

Add description of more commands
Cleanup output

3 years agoReduce methods cyclomatic complexity.
Mikhail Kurinnoi [Thu, 9 Dec 2021 10:13:14 +0000 (02:13 -0800)]
Reduce methods cyclomatic complexity.

3 years ago[CLI] Fixed: Frozen console input to the debugging application. (Windows only)
Oleg Lekarev [Thu, 9 Dec 2021 14:14:49 +0000 (17:14 +0300)]
[CLI] Fixed: Frozen console input to the debugging application. (Windows only)

3 years agoFix Windows OS build without .git folder in CoreCLR/debugger sources.
Mikhail Kurinnoi [Wed, 8 Dec 2021 13:00:41 +0000 (05:00 -0800)]
Fix Windows OS build without .git folder in CoreCLR/debugger sources.

3 years agoFix Windows OS build with CoreCLR 6.0 sources.
Mikhail Kurinnoi [Wed, 8 Dec 2021 10:43:49 +0000 (02:43 -0800)]
Fix Windows OS build with CoreCLR 6.0 sources.

Related to https://github.com/dotnet/runtime/commit/fcd862e06413a000f9cafa9d2f359226c60b9b42
Note, in case warning level 4, you also could need https://github.com/dotnet/runtime/pull/60967 changes.

3 years agoAdd Async methods arguments/local variable eval support.
Mikhail Kurinnoi [Thu, 2 Dec 2021 10:58:33 +0000 (02:58 -0800)]
Add Async methods arguments/local variable eval support.

Fix Lambda methods arguments/local variable eval support.
Fix local variable eval support in methods that contain Lambdas.
Add MI/GDB and VCode protocols tests.

3 years ago[CLI] Fixed wrong command prompt location after the commands run, next, step and...
Oleg Lekarev [Wed, 1 Dec 2021 14:42:18 +0000 (17:42 +0300)]
[CLI] Fixed wrong command prompt location after the commands run, next, step and continue

3 years ago[CLI] Bugfix: disable server mode for using with CLI interpreter.
Oleg Lekarev [Thu, 25 Nov 2021 16:12:29 +0000 (19:12 +0300)]
[CLI] Bugfix: disable server mode for using with CLI interpreter.

3 years ago[CLI] CLI output cleanup:
Oleg Lekarev [Mon, 22 Nov 2021 13:53:15 +0000 (16:53 +0300)]
[CLI] CLI output cleanup:
- remove unneeded empty lines;
- display resolved line breakpoints filenames (bugfix)

3 years agoFix Set Value by expression feature.
Mikhail Kurinnoi [Fri, 19 Nov 2021 11:13:07 +0000 (03:13 -0800)]
Fix Set Value by expression feature.

Fix VSCode `setExpression` command and MI/GDB `var-assign` command work with property setter.
MI/GDB var-create, var-show-attributes and var-list-children replies will provide "noneditable" attributes in case property don't have setter.

3 years agoUpdate cli.md
Oleg Lekarev/Platform Lab /SRR/Staff Engineer/Samsung Electronics [Thu, 24 Dec 2020 16:05:58 +0000 (19:05 +0300)]
Update cli.md

Add information about *.pdb required.

3 years agoUpdate cli.md
Oleg Lekarev/Platform Lab /SRR/Staff Engineer/Samsung Electronics [Mon, 14 Sep 2020 16:56:29 +0000 (19:56 +0300)]
Update cli.md

3 years agoCreate cli.md
Oleg Lekarev/Platform Lab /SRR/Staff Engineer/Samsung Electronics [Mon, 14 Sep 2020 16:22:14 +0000 (19:22 +0300)]
Create cli.md

The brief instructions how to use netcoredbg with examples.

3 years agoAdd coalesce operator
a-shaurtaev [Mon, 18 Oct 2021 12:41:44 +0000 (15:41 +0300)]
Add coalesce operator

3 years agoFix Set Value routine in MI/GDB and VSCode protocols.
Mikhail Kurinnoi [Fri, 12 Nov 2021 14:08:19 +0000 (06:08 -0800)]
Fix Set Value routine in MI/GDB and VSCode protocols.

- Add VSCode protocol setExpression command implementation.
- Add MI/GDB protocol var-evaluate-expression command implementation.
- Fix MI/GDB protocol "editable/noneditable" attribute in var-create, var-show-attributes and var-list-children replies.
- Add MI/GDB and VSCode protocols tests in order to cover all changes and fixed.

3 years agoFix eval search for function without full qualified name.
Oleg Lekarev [Thu, 11 Nov 2021 09:57:48 +0000 (12:57 +0300)]
Fix eval search for function without full qualified name.

3 years agoFix processing line from file
a-shaurtaev [Mon, 1 Nov 2021 11:43:43 +0000 (14:43 +0300)]
Fix processing line from file

3 years agoAdd exception rethrow tests.
Mikhail Kurinnoi [Thu, 28 Oct 2021 09:18:03 +0000 (02:18 -0700)]
Add exception rethrow tests.

3 years agosizeof() operator added to evaluator
Oleg Lekarev [Wed, 13 Oct 2021 10:29:59 +0000 (13:29 +0300)]
sizeof() operator added to evaluator

3 years agoBump to 2.0.0-22 version accepted/tizen/unified/20211028.122229 submit/tizen/20211025.194949
Alexander Soldatov [Mon, 25 Oct 2021 19:48:29 +0000 (22:48 +0300)]
Bump to 2.0.0-22 version

3 years agoRevert GetFrameLocation() changes.
Mikhail Kurinnoi [Mon, 25 Oct 2021 16:55:51 +0000 (09:55 -0700)]
Revert GetFrameLocation() changes.

Partially revert 0eb46078b47ba31a04269fcc8e19b42081cc0267.
Fix possible debugger hang at stack trace command.

3 years agoAdd new eval void return support.
Mikhail Kurinnoi [Fri, 22 Oct 2021 11:49:00 +0000 (04:49 -0700)]
Add new eval void return support.

3 years agoExit on --version and --help options
Alexander Soldatov [Tue, 19 Oct 2021 15:09:57 +0000 (18:09 +0300)]
Exit on --version and --help options

3 years agoAdd new eval arithmetic related code.
Mikhail Kurinnoi [Tue, 19 Oct 2021 15:06:45 +0000 (08:06 -0700)]
Add new eval arithmetic related code.

Implementation for SyntaxKinds: AddExpression, MultiplyExpression, SubtractExpression, DivideExpression, ModuloExpression, RightShiftExpression, LeftShiftExpression, BitwiseNotExpression, LogicalAndExpression, LogicalOrExpression, ExclusiveOrExpression, BitwiseAndExpression, BitwiseOrExpression, LogicalNotExpression, EqualsExpression, NotEqualsExpression, GreaterThanExpression, LessThanExpression, GreaterThanOrEqualExpression, LessThanOrEqualExpression.

3 years agoRemove old eval related code.
Mikhail Kurinnoi [Thu, 7 Oct 2021 16:04:16 +0000 (09:04 -0700)]
Remove old eval related code.

3 years ago[CLI] Print executed from command script commands
Alexander Soldatov [Mon, 18 Oct 2021 18:19:49 +0000 (21:19 +0300)]
[CLI] Print executed from command script commands

3 years ago[CLI] Remove ^done message for every command execution
Alexander Soldatov [Mon, 18 Oct 2021 18:07:00 +0000 (21:07 +0300)]
[CLI] Remove ^done message for every command execution

3 years ago[CLI] 'q' alias for quit command
Alexander Soldatov [Mon, 18 Oct 2021 17:53:40 +0000 (20:53 +0300)]
[CLI] 'q' alias for quit command

3 years ago[CLI] Add more readable backtrace
Alexander Soldatov [Mon, 18 Oct 2021 17:50:17 +0000 (20:50 +0300)]
[CLI] Add more readable backtrace

3 years agoFix control characters in JSON. submit/tizen/20211019.042902
Mikhail Kurinnoi [Mon, 18 Oct 2021 16:18:31 +0000 (09:18 -0700)]
Fix control characters in JSON.

Based on https://github.com/Samsung/netcoredbg/pull/60.

3 years agoAdd boolean and comparison operators
a-shaurtaev [Fri, 8 Oct 2021 13:03:46 +0000 (16:03 +0300)]
Add boolean and comparison operators