-
Notifications
You must be signed in to change notification settings - Fork 25
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
[GDB] Can't find side_condition_ function globally #718
Comments
A deeper investigation proved that the problem, at least in GDB, was actually in finding the llvm function correspondent to the content of the
On GDB:
Library side functions have the same debug info available:
And, indeed, their symbol is recognized by GDB:
|
A partial fix would be to replace the |
However, even this fix can't solve the following case:
This difference happens because when using In this case, we generate two functions again:
|
3dde152 and 67c4a41 partially solve the problem above.
|
Further investigation is tracked in #746 |
Both GDB and LLDB, in Ubuntu 22.04 and MacOS 13.2, can't execute the match a rule with an integer.
Test file:
kompile:
run:
On GDB:
On LLDB:
The text was updated successfully, but these errors were encountered: