File tree Expand file tree Collapse file tree 4 files changed +17
-8
lines changed Expand file tree Collapse file tree 4 files changed +17
-8
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,14 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
88Disclaimer: for the moment, all the commands that I use are rendered.
99Commits will slow down. May not update at all.
1010
11+ ## [ 0.6.2] 2024-12-23
12+ ### modified
13+ * Rendering of frame items in gdb-log
14+ * Rendering of file locations, experimental
15+
1116## [ 0.6.1] 2024-12-14
1217### modified
13- * rendering on option starting with '-' like for dissably -flavor
18+ * rendering on option starting with '-' like for disassembly -flavor
1419### added
1520 * GDB output logs will now be supported. For now this is experimental
1621
Original file line number Diff line number Diff line change 55
66[ ![ Open VSX Version] ( https://img.shields.io/open-vsx/v/pierre-payen/gdb-syntax?label=Open%20VSX ) ![ Open VSX Downloads] ( https://img.shields.io/open-vsx/dt/pierre-payen/gdb-syntax )] ( https://open-vsx.org/extension/pierre-payen/gdb-syntax )
77
8- VSCode grammar extension to color higlight scripts for GDB
8+ VSCode grammar extension to color higlight scripts for GDB and GDB outputs logs.
99
10- ## [ 0.6.1 ] 2024-12-14
10+ ## [ 0.6.2 ] 2024-12-23
1111### modified
12- * rendering on option starting with '-' like for dissably-flavor
13- ### added
14- * GDB output logs will now be supported. For now this is experimental
12+ * Rendering of frame items in gdb-log
13+ * Rendering of file locations, experimental
1514
1615Disclaimer: for the moment, all the commands that I use are rendered.
1716Commits will slow down. May not update at all.
1817
1918## Features
2019
2120This extension provides a grammar file to parse and color GDB command files.
21+ * ` file.gdb ` will be treated as gdb source files
2222
23- ![ Color highlight] ( images/basic.png )
23+ ![ Color highlight for GDB source file] ( images/basic.png )
24+
25+ * ** EXPERIMENTAL** ` file.gdb-log ` , ` file.gdblog ` , ` file.gdb.log ` will be treated as gdb output logs.
26+
27+ ![ Color highlight for GDB output file] ( images/gdb-log.png )
2428
2529Unlike other languague, GDB will accept incomplete word when there's no ambiguity,
2630so ` set loggging overwrite off ` is as valid as ` set lo ov of ` .
Original file line number Diff line number Diff line change 55 "description" : " Syntax color for GDB command" ,
66 "repository" : " https://github.com/pirpyn/gdb-syntax-vscode" ,
77 "icon" : " images/archer.png" ,
8- "version" : " 0.6.1 " ,
8+ "version" : " 0.6.2 " ,
99 "engines" : {
1010 "vscode" : " ^1.45.0"
1111 },
You can’t perform that action at this time.
0 commit comments