We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
demo如下:
void _init(void) { DEBUG("init start"); DEBUG("pid:%d", getpid()); DEBUG("fopen:0x%x", fopen); std::thread(test_thread).detach(); } void test_thread() { while (true) { sleep(1); DEBUG("fopen read:%x", *(size_t*)fopen); } }
内核版本:5.15.123-android13
支持硬件断点: 130|air:/data/local/tmp # zcat /proc/config.gz | grep CONFIG_HAVE_HW_BREAKPOINT CONFIG_HAVE_HW_BREAKPOINT=y
The text was updated successfully, but these errors were encountered:
我5.15也不行,运行了什么输出也没有
Sorry, something went wrong.
No branches or pull requests
demo如下:
内核版本:5.15.123-android13
支持硬件断点:
130|air:/data/local/tmp # zcat /proc/config.gz | grep CONFIG_HAVE_HW_BREAKPOINT
CONFIG_HAVE_HW_BREAKPOINT=y
The text was updated successfully, but these errors were encountered: