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: Gary Dixon <gary.c.dixon@…> 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 Gary Dixon, 10 years ago

Owner: changed from Eric Swenson to Gary Dixon
Status: newassigned

comment:3 by Gary Dixon, 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 Eric Swenson, 9 years ago

Milestone: MR12.6f
Resolution: fixed
Status: assignedclosed
Version: MR12.6e
Note: See TracTickets for help on using tickets.