Skip to content

Commit

Permalink
symbol: add lldb_symbol attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
doronz88 committed Jan 7, 2022
1 parent 1535411 commit ead0487
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hilda/symbol.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ def create(cls, value: int, client):
symbol._file_address = file_address
symbol.type_ = type_
symbol.filename = filename
symbol.lldb_symbol = lldb_symbol

for method_name in Symbol.PROXY_METHODS:
getattr(symbol.__class__, method_name).__doc__ = \
Expand Down

0 comments on commit ead0487

Please sign in to comment.