Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial take on LLDB support. #791

Merged
merged 1 commit into from Jun 23, 2014
Merged

Conversation

waywardmonkeys
Copy link
Member

No description provided.

@waywardmonkeys
Copy link
Member Author

This is for review / sharing. I'll write some documentation and other things before this is ready for a merge.

return value.GetValueAsUnsigned() == true_value

def dylan_byte_character_value(value):
byte_value = value.GetValueAsUnsigned() >> 2
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use a TAG_BITS = 2 constant?

@cgay
Copy link
Member

cgay commented Jun 23, 2014

Merging, and you can consider the constants later if you want.

cgay added a commit that referenced this pull request Jun 23, 2014
@cgay cgay merged commit 7daec81 into dylan-lang:master Jun 23, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants