Ticket #1430 (closed cage: done)

Opened 12 years ago

Last modified 12 years ago

Change trace offset numbers to hex format

Reported by: Austin_Hastings Owned by:
Priority: normal Milestone:
Component: none Version: 2.0.0
Severity: medium Keywords: parrot, trace, format, hexadecimal
Cc: Language:
Patch status: Platform:

Description

pbc_dump, as well as every other dumping tool on the planet, outputs in hex:

 00c6:  00000025 00000034                                     get_params_pc
 00cb:  000003d1 00000000 00000002 00000039                   set_p_p_kc
 00cf:  0000014c 00000000 00000006                            unless_null_p_ic

but trace outputs offset numbers in decimal:

   198 get_params PC52 (3), P1, P3, P2                                        PC52=FixedIntegerArray=PMC(0x81f09d8) P1=PMCNULL P3=PMCNULL P2=PMCNULL
   203 set P0, P2["to"]                                        P0=PMCNULL P2=Hash=PMC(0x818ee10) 
   207 unless_null P0, 6                                        P0=PMCProxy=PMC(0x818f950) 

Not that I _can't_ do decimal-to-hex conversions in my head in real time, or anything. But _other people_ might find the tools easier to use if they were consistent.

Change History

Changed 12 years ago by NotFound

  • status changed from new to closed
  • resolution set to done

Done in r45324

Note: See TracTickets for help on using tickets.