X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fserver%2Fgdb_server.c;h=c578780c8d374cc865c3d2de90a7d2dc95894682;hb=bb8c0d55d4fa72fe48ef70f17ee40324a355b73f;hp=c49f87c1ca6da1309a7a63db97663676e0ef08b8;hpb=517ba0690dcc9e859a05df2113ce32401a5ab254;p=fw%2Fopenocd diff --git a/src/server/gdb_server.c b/src/server/gdb_server.c index c49f87c1c..c578780c8 100644 --- a/src/server/gdb_server.c +++ b/src/server/gdb_server.c @@ -1988,7 +1988,8 @@ static int get_reg_features_list(struct target *target, char **feature_list[], i if (reg_list[i]->exist == false) continue; - if ((reg_list[i]->feature->name != NULL) + if (reg_list[i]->feature != NULL + && reg_list[i]->feature->name != NULL && (strcmp(reg_list[i]->feature->name, ""))) { /* We found a feature, check if the feature is already in the * table. If not, allocate a new entry for the table and