-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
Debug.h.in
323 lines (243 loc) · 5.38 KB
/
Debug.h.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
/*
* Copyright (c) 2020-2024, the SerenityOS developers.
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once
#ifndef AUDIO_DEBUG
# cmakedefine01 AUDIO_DEBUG
#endif
#ifndef BMP_DEBUG
# cmakedefine01 BMP_DEBUG
#endif
#ifndef BINDINGS_GENERATOR_DEBUG
# cmakedefine01 BINDINGS_GENERATOR_DEBUG
#endif
#ifndef CACHE_DEBUG
# cmakedefine01 CACHE_DEBUG
#endif
#ifndef CALLBACK_MACHINE_DEBUG
# cmakedefine01 CALLBACK_MACHINE_DEBUG
#endif
#ifndef CANVAS_RENDERING_CONTEXT_2D_DEBUG
# cmakedefine01 CANVAS_RENDERING_CONTEXT_2D_DEBUG
#endif
#ifndef CRYPTO_DEBUG
# cmakedefine01 CRYPTO_DEBUG
#endif
#ifndef CSS_LOADER_DEBUG
# cmakedefine01 CSS_LOADER_DEBUG
#endif
#ifndef CSS_PARSER_DEBUG
# cmakedefine01 CSS_PARSER_DEBUG
#endif
#ifndef CSS_TOKENIZER_DEBUG
# cmakedefine01 CSS_TOKENIZER_DEBUG
#endif
#ifndef CSS_TRANSITIONS_DEBUG
# cmakedefine01 CSS_TRANSITIONS_DEBUG
#endif
#ifndef DNS_DEBUG
# cmakedefine01 DNS_DEBUG
#endif
#ifndef EDITOR_DEBUG
# cmakedefine01 EDITOR_DEBUG
#endif
#ifndef EMOJI_DEBUG
# cmakedefine01 EMOJI_DEBUG
#endif
#ifndef FILE_WATCHER_DEBUG
# cmakedefine01 FILE_WATCHER_DEBUG
#endif
#ifndef FLAC_ENCODER_DEBUG
# cmakedefine01 FLAC_ENCODER_DEBUG
#endif
#ifndef GENERATE_DEBUG
# cmakedefine01 GENERATE_DEBUG
#endif
#ifndef GHASH_PROCESS_DEBUG
# cmakedefine01 GHASH_PROCESS_DEBUG
#endif
#ifndef GIF_DEBUG
# cmakedefine01 GIF_DEBUG
#endif
#ifndef HEAP_DEBUG
# cmakedefine01 HEAP_DEBUG
#endif
#ifndef HIGHLIGHT_FOCUSED_FRAME_DEBUG
# cmakedefine01 HIGHLIGHT_FOCUSED_FRAME_DEBUG
#endif
#ifndef HTML_SCRIPT_DEBUG
# cmakedefine01 HTML_SCRIPT_DEBUG
#endif
#ifndef HTTPJOB_DEBUG
# cmakedefine01 HTTPJOB_DEBUG
#endif
#ifndef HUNKS_DEBUG
# cmakedefine01 HUNKS_DEBUG
#endif
#ifndef ICO_DEBUG
# cmakedefine01 ICO_DEBUG
#endif
#ifndef IDL_DEBUG
# cmakedefine01 IDL_DEBUG
#endif
#ifndef IMAGE_DECODER_DEBUG
# cmakedefine01 IMAGE_DECODER_DEBUG
#endif
#ifndef IMAGE_LOADER_DEBUG
# cmakedefine01 IMAGE_LOADER_DEBUG
#endif
#ifndef JOB_DEBUG
# cmakedefine01 JOB_DEBUG
#endif
#ifndef JS_BYTECODE_DEBUG
# cmakedefine01 JS_BYTECODE_DEBUG
#endif
#ifndef JS_MODULE_DEBUG
# cmakedefine01 JS_MODULE_DEBUG
#endif
#ifndef LEXER_DEBUG
# cmakedefine01 LEXER_DEBUG
#endif
#ifndef LIBWEB_CSS_ANIMATION_DEBUG
# cmakedefine01 LIBWEB_CSS_ANIMATION_DEBUG
#endif
#ifndef LIBWEB_CSS_DEBUG
# cmakedefine01 LIBWEB_CSS_DEBUG
#endif
#ifndef LIBWEB_WASM_DEBUG
# cmakedefine01 LIBWEB_WASM_DEBUG
#endif
#ifndef LINE_EDITOR_DEBUG
# cmakedefine01 LINE_EDITOR_DEBUG
#endif
#ifndef LZMA_DEBUG
# cmakedefine01 LZMA_DEBUG
#endif
#ifndef LZW_DEBUG
# cmakedefine01 LZW_DEBUG
#endif
#ifndef MACH_PORT_DEBUG
# cmakedefine01 MACH_PORT_DEBUG
#endif
#ifndef MATROSKA_DEBUG
# cmakedefine01 MATROSKA_DEBUG
#endif
#ifndef MATROSKA_TRACE_DEBUG
# cmakedefine01 MATROSKA_TRACE_DEBUG
#endif
#ifndef NETWORKJOB_DEBUG
# cmakedefine01 NETWORKJOB_DEBUG
#endif
#ifndef NT_DEBUG
# cmakedefine01 NT_DEBUG
#endif
#ifndef OPENTYPE_GPOS_DEBUG
# cmakedefine01 OPENTYPE_GPOS_DEBUG
#endif
#ifndef HTML_PARSER_DEBUG
# cmakedefine01 HTML_PARSER_DEBUG
#endif
#ifndef PATH_DEBUG
# cmakedefine01 PATH_DEBUG
#endif
#ifndef PLAYBACK_MANAGER_DEBUG
# cmakedefine01 PLAYBACK_MANAGER_DEBUG
#endif
#ifndef PNG_DEBUG
# cmakedefine01 PNG_DEBUG
#endif
#ifndef PROMISE_DEBUG
# cmakedefine01 PROMISE_DEBUG
#endif
#ifndef REGEX_DEBUG
# cmakedefine01 REGEX_DEBUG
#endif
#ifndef REQUESTSERVER_DEBUG
# cmakedefine01 REQUESTSERVER_DEBUG
#endif
#ifndef RESOURCE_DEBUG
# cmakedefine01 RESOURCE_DEBUG
#endif
#ifndef RSA_PARSE_DEBUG
# cmakedefine01 RSA_PARSE_DEBUG
#endif
#ifndef SHARED_QUEUE_DEBUG
# cmakedefine01 SHARED_QUEUE_DEBUG
#endif
#ifndef SPAM_DEBUG
# cmakedefine01 SPAM_DEBUG
#endif
#ifndef SYNTAX_HIGHLIGHTING_DEBUG
# cmakedefine01 SYNTAX_HIGHLIGHTING_DEBUG
#endif
#ifndef STYLE_INVALIDATION_DEBUG
# cmakedefine01 STYLE_INVALIDATION_DEBUG
#endif
#ifndef TEXTEDITOR_DEBUG
# cmakedefine01 TEXTEDITOR_DEBUG
#endif
#ifndef TIFF_DEBUG
# cmakedefine01 TIFF_DEBUG
#endif
#ifndef TIME_ZONE_DEBUG
# cmakedefine01 TIME_ZONE_DEBUG
#endif
#ifndef TLS_DEBUG
# cmakedefine01 TLS_DEBUG
#endif
#ifndef TOKENIZER_TRACE_DEBUG
# cmakedefine01 TOKENIZER_TRACE_DEBUG
#endif
#ifndef URL_PARSER_DEBUG
# cmakedefine01 URL_PARSER_DEBUG
#endif
#ifndef UTF8_DEBUG
# cmakedefine01 UTF8_DEBUG
#endif
#ifndef VPX_DEBUG
# cmakedefine01 VPX_DEBUG
#endif
#ifndef WASI_DEBUG
# cmakedefine01 WASI_DEBUG
#endif
#ifndef WASI_FINE_GRAINED_DEBUG
# cmakedefine01 WASI_FINE_GRAINED_DEBUG
#endif
#ifndef WASM_BINPARSER_DEBUG
# cmakedefine01 WASM_BINPARSER_DEBUG
#endif
#ifndef WASM_TRACE_DEBUG
# cmakedefine01 WASM_TRACE_DEBUG
#endif
#ifndef WASM_VALIDATOR_DEBUG
# cmakedefine01 WASM_VALIDATOR_DEBUG
#endif
#ifndef WEBDRIVER_DEBUG
# cmakedefine01 WEBDRIVER_DEBUG
#endif
#ifndef WEBDRIVER_ROUTE_DEBUG
# cmakedefine01 WEBDRIVER_ROUTE_DEBUG
#endif
#ifndef WEBGL_CONTEXT_DEBUG
# cmakedefine01 WEBGL_CONTEXT_DEBUG
#endif
#ifndef WEBVIEW_PROCESS_DEBUG
# cmakedefine01 WEBVIEW_PROCESS_DEBUG
#endif
#ifndef WEB_FETCH_DEBUG
# cmakedefine01 WEB_FETCH_DEBUG
#endif
#ifndef WEB_WORKER_DEBUG
# cmakedefine01 WEB_WORKER_DEBUG
#endif
#ifndef WEBP_DEBUG
# cmakedefine01 WEBP_DEBUG
#endif
#ifndef WORKER_THREAD_DEBUG
# cmakedefine01 WORKER_THREAD_DEBUG
#endif
#ifndef XML_PARSER_DEBUG
# cmakedefine01 XML_PARSER_DEBUG
#endif