For instance, instead of: $ ./frysk/bindir/fhpd (fhpd) load /bin/bash Loaded executable file: /bin/bash (fhpd) load /bin/bash Loaded executable file: /bin/bash (fhpd) start Attached to process 16895 Attached to process 16896 (fhpd) info auxv AT_SYSINFO : 1115136 . . . AT_NULL : 0 (fhpd) display: ... (fhpd) info auxv [0.0] AT_SYSINFO : 1115136 . . . AT_NULL : 0 [1.0] AT_SYSINFO : 1115136 . . . AT_NULL : 0 (fhpd)
2008-01-09 Phil Muldoon <pmuldoon@redhat.com> * TestAuxvCommand.java (testAuxVCoreCommand): Pass in proc to BuildAuxv. * MapsCommand.java (interpret): With with multiple processes, over multipe sets. * AuxvCommand.java (interpret): Work with multiple processes, over multipe sets. * InfoCommand.java (Help): Delete internal help command.