Edit

IABSD.fr/src/sys/ddb

Branch :

  • Show log

    Commit

  • Author : mpi
    Date : 2019-11-12 07:34:43
    Hash : 3998cbb6
    Message : Default to 0 arguments if no symbol has been found in the CTF section. Symbols not present in the CTF data are generally assembly routines which have either no argument or do not follow the ABI that the various MD stack unwinders understand. This makes ddb(4) trace simpler to understand. ok jasper@