mirror of
https://github.com/varun-r-mallya/Python-BPF.git
synced 2025-12-31 21:06:25 +00:00
Add TODO to specify flags and DISubprogram.
This commit is contained in:
@ -256,6 +256,7 @@ class DebugInfoGenerator:
|
|||||||
"scope": self.module._file_metadata,
|
"scope": self.module._file_metadata,
|
||||||
"file": self.module._file_metadata,
|
"file": self.module._file_metadata,
|
||||||
"type": subroutine_type,
|
"type": subroutine_type,
|
||||||
|
# TODO: the following flags do not exist at the moment in our dwarf constants file. We need to add them.
|
||||||
# "flags": dc.DW_FLAG_Prototyped | dc.DW_FLAG_AllCallsDescribed,
|
# "flags": dc.DW_FLAG_Prototyped | dc.DW_FLAG_AllCallsDescribed,
|
||||||
# "spFlags": dc.DW_SPFLAG_Definition | dc.DW_SPFLAG_Optimized,
|
# "spFlags": dc.DW_SPFLAG_Definition | dc.DW_SPFLAG_Optimized,
|
||||||
"unit": self.module._debug_compile_unit,
|
"unit": self.module._debug_compile_unit,
|
||||||
|
|||||||
Reference in New Issue
Block a user