示例#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);
}