-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Change the order where register aliases fetch their numeric value to prioritize r_reg_get over r_flag_get ##radare2 #24792
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -981,7 +981,7 @@ R_API bool r_run_config_env(RRunProfile *p) { | |||||
| r_socket_free (fd); | ||||||
| return false; | ||||||
| } | ||||||
| r_socket_block_time(fd, true, 99999, 0); | ||||||
| r_socket_block_time(fd, true, 0, 0); | ||||||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This socket thing can be one pr. And the other flag reg thing in a separate one if u want. If u add a config var to change the behaviour of num to pick values from rega instead of flags and disable it by default the tests will pass |
||||||
|
|
||||||
| if (p->_pty) { | ||||||
| if (!redirect_socket_to_pty (fd)) { | ||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you can also use r_reg_getv