From 2e1915e770895b1e8e4ca1876a8bb7f57fc55600 Mon Sep 17 00:00:00 2001 From: Bert Kenward Date: Thu, 19 Mar 2026 08:44:33 +0000 Subject: [PATCH] Handle another new session field from UDB --- pkg/proc/gdbserial/undo.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/proc/gdbserial/undo.go b/pkg/proc/gdbserial/undo.go index 49a7d9be..e39ff568 100644 --- a/pkg/proc/gdbserial/undo.go +++ b/pkg/proc/gdbserial/undo.go @@ -182,6 +182,7 @@ type session struct { Sysroot interface{} `json:"sysroot,omitempty"` ConvenienceVariables interface{} `json:"convenience_variables,omitempty"` TelemetryId interface{} `json:"telemetry_id,omitempty"` + Language interface{} `json:"language,omitempty"` } // Get the path to the UDB session file for the current recording.