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
8
8
Disclaimer: for the moment, all the commands that I use are rendered.
9
9
Commits will slow down. May not update at all.
10
10
11
+ ## [ 0.6.2] 2024-12-23
12
+ ### modified
13
+ * Rendering of frame items in gdb-log
14
+ * Rendering of file locations, experimental
15
+
11
16
## [ 0.6.1] 2024-12-14
12
17
### modified
13
- * rendering on option starting with '-' like for dissably -flavor
18
+ * rendering on option starting with '-' like for disassembly -flavor
14
19
### added
15
20
* GDB output logs will now be supported. For now this is experimental
16
21
Original file line number Diff line number Diff line change 5
5
6
6
[ ![ 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 )
7
7
8
- VSCode grammar extension to color higlight scripts for GDB
8
+ VSCode grammar extension to color higlight scripts for GDB and GDB outputs logs.
9
9
10
- ## [ 0.6.1 ] 2024-12-14
10
+ ## [ 0.6.2 ] 2024-12-23
11
11
### 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
15
14
16
15
Disclaimer: for the moment, all the commands that I use are rendered.
17
16
Commits will slow down. May not update at all.
18
17
19
18
## Features
20
19
21
20
This extension provides a grammar file to parse and color GDB command files.
21
+ * ` file.gdb ` will be treated as gdb source files
22
22
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 )
24
28
25
29
Unlike other languague, GDB will accept incomplete word when there's no ambiguity,
26
30
so ` set loggging overwrite off ` is as valid as ` set lo ov of ` .
Original file line number Diff line number Diff line change 5
5
"description" : " Syntax color for GDB command" ,
6
6
"repository" : " https://github.com/pirpyn/gdb-syntax-vscode" ,
7
7
"icon" : " images/archer.png" ,
8
- "version" : " 0.6.1 " ,
8
+ "version" : " 0.6.2 " ,
9
9
"engines" : {
10
10
"vscode" : " ^1.45.0"
11
11
},
You can’t perform that action at this time.
0 commit comments