Skip to content

Tags: ntavish/sdk-ng

Tags

v0.11.2

Toggle v0.11.2's commit message
VERSION: Bump for 0.11.2

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>

v0.11.1

Toggle v0.11.1's commit message
VERSION: Bump for 0.11.1

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>

v0.11.0

Toggle v0.11.0's commit message
VERSION: Bump for 0.11.0

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>

v0.11.0-beta-1

Toggle v0.11.0-beta-1's commit message
VERSION: Bump for 0.11.0-beta-1 release

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>

v0.11.0-alpha-8

Toggle v0.11.0-alpha-8's commit message
bump version for 0.11.0-alpha-8

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>

v0.11.0-alpha-7

Toggle v0.11.0-alpha-7's commit message
bump version for 0.11.0-alpha-7

Re-release of alpha-6, forgot to bump this file for that tag.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>

v0.11.0-alpha-6

Toggle v0.11.0-alpha-6's commit message
Enable toolchain for sparc

* Add build for sparc toolchain
* Enable sparc-softmmu in qemu

Signed-off-by: Yasushi SHOJI <yasushi.shoji@gmail.com>

v0.11.0-alpha-test

Toggle v0.11.0-alpha-test's commit message
gdb/remote: Fix write_ptid tid/pid overflow

For ARC in Zephyr RTOS TID's values start from 0x80000000.
Passing such big values to write_ptid function cause
overflow of "int tid" variable. As a result TID becomes
negative and trying to switch to such thread leads to such message:
	(gdb) thread xxx
	Thread ID xxx has terminated.

Adding this GDB patch fixes thread-aware debugging for Zephyr on ARC boards

Patch in patchwork:
http://patchwork.sourceware.org/patch/35764/

Signed-off-by: Evgeniy Didin <didin@synopsys.com>