예제 #1
0
파일: a2-tgdb.cpp 프로젝트: scottlu/cgdb
int a2_prepare_for_command(struct annotate_two *a2, struct tgdb_command *com)
{
    return commands_prepare_for_command(a2, a2->c, com);
}
예제 #2
0
파일: a2-tgdb.c 프로젝트: DoomHammer/cgdb
int a2_prepare_for_command(void *ctx, struct tgdb_command *com)
{
    struct annotate_two *a2 = (struct annotate_two *) ctx;

    return commands_prepare_for_command(a2, a2->c, com);
}