Skip to content

[lldb] Fix embedded type summary regex handling (#8121) #8220

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

Merged

Conversation

kastiglione
Copy link

Fixes a logic error when determining if a type is a regex. Look for a leading ^ in
the type name, not the summary string.

Adds a test to verify regex handling.

Fixes a log message to help debugging.

(cherry-picked from commit 81ae1b5)

Fixes a logic error when determining if a type is a regex. Look for a leading `^` in 
the type name, not the summary string.

Adds a test to verify regex handling.

Fixes a log message to help debugging.

(cherry-picked from commit 81ae1b5)
@kastiglione kastiglione merged commit 6316425 into next Feb 16, 2024
@kastiglione kastiglione deleted the dl/next/lldb-Fix-embedded-type-summary-regex-handling-8121 branch February 16, 2024 18:03
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.

1 participant