Commit 6139e3f
Debug info: emit real types for global variables
When emitting debug info for global variables, emit real types instead
of types that are internally used in codegen. This mainly applies to:
- pointers which are internally represented as integers
- structs which are internally represented as byte arrays
Similarly to kernel functions, we will need to emit debug info for
global variables that matches their BTF in the kernel so we need the
actual types.1 parent d979c2f commit 6139e3f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
350 | | - | |
| 350 | + | |
351 | 351 | | |
352 | 352 | | |
353 | 353 | | |
0 commit comments