Opened 10 years ago
Closed 9 years ago
#46 closed enhancement (fixed)
Need a command/AF interfaces to the interpret_ptr_ subroutine. (MCR10031)
| Reported by: | Owned by: | Gary Dixon | |
|---|---|---|---|
| Priority: | minor | Milestone: | MR12.6f |
| Component: | Tools | Version: | MR12.6e |
| Keywords: | Cc: |
Description
The interpret_ptr_ subroutine does an excellent job of looking up entry point name in bound object segments, and displaying information about them. For example, given 243|3734, it returns information about process_overseer_$mme2_fault_handler_; most other pointer interpretations return info about >sss>bound_process_init_|3734.
I propose a simple command/af called interpret_ptr (iptr).
Syntax as a command: iptr virtual_ptr [-all | -a]
Syntax as an active function: [iptr virtual_ptr]
The command/AF would return the most likely interpretation for the pointer. The command with -all option would add to this interpretation information for all relevant fields of structure returned by interpret_ptr_ subroutine (see >ldd>incl>interpret_ptr_struc.incl.pl1).
Change History (4)
comment:1 by , 10 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 10 years ago
comment:3 by , 10 years ago
| Summary: | Need a command/AF interfaces to the interpret_ptr_ subroutine. → Need a command/AF interfaces to the interpret_ptr_ subroutine. (MCR10031) |
|---|
comment:4 by , 9 years ago
| Milestone: | → MR12.6f |
|---|---|
| Resolution: | → fixed |
| Status: | assigned → closed |
| Version: | → MR12.6e |

For details of this repair, see: http://swenson.org/multics_wiki/downloads/doc/MCR10031.pdf