Bruno Mendes

Results 9 issues of Bruno Mendes

It would be great if we could trigger an upload/download via a GUI button not in the top bar, e.g. in the extension settings.

**Describe the bug** `gdb` is unable to show threads list while debugging an executable on Zephyr `QEMU` targets. Instead of full thread list only the one running thread (current thread)...

Since https://github.com/zephyrproject-rtos/zephyr/commit/c3eeae8, Zephyr OS exposes offset of mode_exc_return in the arch struct for ARM. Accounting for this allows for consistency and enables logic with further offsets that may be added...

This ARC-specific patch allows reading caller-saved registers from the thread's stack if an interrupt entry caused them to be automatically pushed on the thread's stack (RIRQ) or by the ISR...

Make it simpler and more optimized from the ground up.

Closes #260 This linter rule makes code review easier for internationalized apps, by preventing the usage of string literals in widgets. This may be annoying, since we need string literals...

When using internalization (e.g. through a package such as `i18n`), no text placed in the UI should be hardcoded to one language. We could implement a custom linter rule to...