-
Notifications
You must be signed in to change notification settings - Fork 13.3k
[lldb] Issue with structure string #135953
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
Comments
@llvm/issue-subscribers-lldb Author: Dhruv Srivastava (DhruvSrivastavaX)
As part of some of our general testing, identified the following issue:
Test case:
Complied with clang: And then this error is seen with the character array access:
I see this issue with Mac, Linux as well as our Demo branch in AIX. |
I think LLDB's current behavior is expected and fine. Allow me to elaborate. From LLDB's perspective, a |
I agree with Alex. lldb has no way of knowing how you meant to use that |
It's also consistent with gdb:
(well, mostly consistent, I think lldb doesn't have the "repeats N times" thing -- but it would be nice if it did) |
Okay, thanks for the clarification everyone |
As part of some of our general testing, identified the following issue:
Test case:
Complied with clang:
clang test2.c -o test2 -g
And then this error is seen with the character array access:
I see this issue with Mac, Linux as well as the Demo branch in AIX.
Please check.
The text was updated successfully, but these errors were encountered: