We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bf85e7 commit ac74b03Copy full SHA for ac74b03
1 file changed
pythonbpf/debuginfo/debug_info_generator.py
@@ -256,6 +256,7 @@ def create_subprogram(
256
"scope": self.module._file_metadata,
257
"file": self.module._file_metadata,
258
"type": subroutine_type,
259
+ # TODO: the following flags do not exist at the moment in our dwarf constants file. We need to add them.
260
# "flags": dc.DW_FLAG_Prototyped | dc.DW_FLAG_AllCallsDescribed,
261
# "spFlags": dc.DW_SPFLAG_Definition | dc.DW_SPFLAG_Optimized,
262
"unit": self.module._debug_compile_unit,
0 commit comments