hi all
    while i using crash to analysis kdump, i find some missing feature of crash
    crash can't switch frame and look up the local variable of stack like gdb
        p local_var_a
        p local_var_b
        info local
        f 1
        f 2
        f 3
        is there any plan support those operation?

thanks