Home | History | Annotate | Download | only in gdb-remote

Lines Matching refs:compare

338             if (key.compare("name") == 0)
345 else if (key.compare("name_match") == 0)
347 if (value.compare("equals") == 0)
351 else if (value.compare("starts_with") == 0)
355 else if (value.compare("ends_with") == 0)
359 else if (value.compare("contains") == 0)
363 else if (value.compare("regex") == 0)
372 else if (key.compare("pid") == 0)
376 else if (key.compare("parent_pid") == 0)
380 else if (key.compare("uid") == 0)
384 else if (key.compare("gid") == 0)
388 else if (key.compare("euid") == 0)
392 else if (key.compare("egid") == 0)
396 else if (key.compare("all_users") == 0)
400 else if (key.compare("triple") == 0)
483 if (success && key.compare("response_size") == 0)