Skip to content

Commit a7b468e

Browse files
committed
Preparing for V1.13.0-pre5
1 parent 370f176 commit a7b468e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# ChangeLog
2+
# V1.13.0-pre5
3+
* Refactored all the SWO initialization gdb commands to one common method used by all gdb servers. This eliminated tons of duplicate code.
4+
* All gdb servers that have SWO will now use the SWO_Init (you can override it) GDB macro. See https://github.com/Marus/cortex-debug/wiki/SWO-Output and https://github.com/Marus/cortex-debug/blob/master/support/gdb-swo.init
5+
* Protected the advanced decoder from crashes in user supplied decoder Javascript code. It is a bit more robust
6+
* Warning: Despite our best efforts, this release may break existing advanced decoders...it is unclear to me how they are being used
7+
* The updated interface for the advanced decoder can be found here https://github.com/Marus/cortex-debug/blob/370f176be13949c47d3f5bec3cd6c42e3c71de24/src/frontend/swo/common.ts#L91 (Search for AdvancedDecoder)
28

39
# V1.13.0-pre4
410
* Feature: Support for setting values on expression from the Watch panel. The new value has to be something that GDB understands, so setting values on arrays, structures won't work but it should work on any scalar

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.13.0-pre4",
2+
"version": "1.13.0-pre5",
33
"preview": false,
44
"activationEvents": [
55
"onDebugResolve:cortex-debug",

0 commit comments

Comments
 (0)