diff options
Diffstat (limited to 'python/examples/debug_info.py')
| -rwxr-xr-x | python/examples/debug_info.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/examples/debug_info.py b/python/examples/debug_info.py index 28175ba1..0dd25786 100755 --- a/python/examples/debug_info.py +++ b/python/examples/debug_info.py @@ -222,7 +222,7 @@ for p in bn.debuginfo.DebugInfoParser: print(f" {bn.debuginfo.DebugInfoParser[p.name].name}") # Test calling our `is_valid` callback -bv = bn.open_view(filename, options={"analysis.experimental.parseDebugInfo": False}) +bv = bn.open_view(filename, options={"loader.debugInfoInternal": False}) if parser.is_valid_for_view(bv): print("Parser is valid") else: |
