Skip to content

Commit

Permalink
synthetic_lookup=None
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Nov 11, 2020
1 parent 5e33d9d commit ef1ec55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lldb_lookup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def summary_lookup(valobj, dict):
def synthetic_lookup(valobj, dict):
# type: (SBValue, dict) -> object
"""Returns the synthetic provider for the given value"""
return None
rust_type = classify_rust_type(valobj.GetType())
print('synthetic_lookup rust_type=%r' % (rust_type,), file=sys.stderr)

Expand Down

0 comments on commit ef1ec55

Please sign in to comment.