Replies: 2 comments 5 replies
-
There is nothing too special about the backing memory, |
Beta Was this translation helpful? Give feedback.
5 replies
-
I have had |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i'm trying to explore the contents of cqe in the debugger while debugging the application. gdb says it can't read the memory.
investigation showed that this memory is mmap'ed on the io_uring file descriptor, but ptrace access is not implemented.
is it planned to implement filling vma->vm_ops in io_uring_mmap with something that can provide ptrace access to the returned
memory, maybe there is some other way to examine its contents from the debugger in user space?
Beta Was this translation helpful? Give feedback.
All reactions