Ticket #12 (closed defect: fixed)
ptrace is not fully working to zcb
Reported by: | kazutomo | Owned by: | kazutomo |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | ZeptoOS | Version: | |
Keywords: | Cc: |
Description
ptrace() can't get buffer from kernel. ptrace special mapping does not work with zcb
Change History
comment:1 Changed 15 years ago by kazutomo
- Owner changed from [email protected]… to kazutomo
- Status changed from new to assigned
Note: See
TracTickets for help on using
tickets.
access_process_vm() did not understand the flat memory address space. I added a code to address the flat memory address space. It seems working.