> The question was merely how to do it: call "gdb orterun" and catch it
> somewhere on breakpoint or attach to orterun later or smth else.
Reply to myself:
# gdb orterun
(gdb) br MPIR_Breakpoint
(gdb) run
(gdb) <get the table>
(gdb) detach
(gdb) exit
Am I right?
Best regards,
Konstantin.
|