We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13ee0cd commit 4895d53Copy full SHA for 4895d53
1 file changed
tools/gdb-helpers.py
@@ -170,6 +170,17 @@ def event_value_to_description(event_num: int) -> str:
170
elif event_num == 2002:
171
return 'TS_EVENT_SSL_SESSION_REMOVE'
172
173
+ elif event_num == 2301:
174
+ return 'HTTP_TUNNEL_EVENT_DONE'
175
+ elif event_num == 2302:
176
+ return 'HTTP_TUNNEL_EVENT_PRECOMPLETE'
177
+ elif event_num == 2303:
178
+ return 'HTTP_TUNNEL_EVENT_CONSUMER_DETACH'
179
+ elif event_num == 2304:
180
+ return 'HTTP_TUNNEL_EVENT_ACTIVITY_CHECK'
181
+ elif event_num == 2305:
182
+ return 'HTTP_TUNNEL_EVENT_PARSE_ERROR'
183
+
184
elif event_num == 3900:
185
return 'TS_EVENT_AIO_DONE'
186
0 commit comments