-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Support for parsing USDT arguments to RISC-V #4751
Conversation
@xmzzz Would you mind reviewing and testing this change ? Thanks. |
@xmzzz , Hi! |
On 10/16/23 15:55, @andreyandvitya wrote:
@xmzzz <https://github.com/xmzzz> , Hi!
Is there any news about the PR check?
Sorry, I'll give some feedback in the next week or so.
Thanks!
… —
Reply to this email directly, view it on GitHub
<#4751 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACVZJN5VHR6R6QPQMROJ3GDX7TR63ANCNFSM6AAAAAA5LCPQKY>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi @xmzzz ! Is there any news? |
Hi @andreyviktorov2 . I reproduced the error about Here are my test results and test environment:
|
1872af4
to
8136dc0
Compare
Thanks for the feedback, @xmzzz ! Yes, you are right, I forgot to rebase to master. Fixed it. |
@xmzzz Hi! |
8136dc0
to
78e0173
Compare
Hi, @xmzzz @chenhengqi |
Merged, thanks. |
It is currently not possible to use USDT on risc-v due to lack of support for argument parsing. When trying to connect to USDT the following error occurs: link. This patch provides this implementation.