X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2FChangeLog;h=51842ed10d11df48b942ff0551047fa92d1e54be;hb=6665660a411ead049daa85cac5c629d637e22044;hp=eb0cb7c3875435bbd11e8f2595e971cd88fedb3a;hpb=5d7071341dd3c01d38fc01398ef8b23b1bd3783c;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index eb0cb7c387..51842ed10d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,29 @@ +2019-06-13 Pedro Alves + + * thread.c: Include "cli/cli-option.h". + (tp_array_compar_ascending): Global. + (tp_array_compar): Delete function. + (tp_array_compar_ascending, tp_array_compar_descending): New + functions. + (ascending_option_def, qcs_flag_option_def) + (thr_qcs_flags_option_defs) + (make_thread_apply_all_options_def_group) + (make_thread_apply_options_def_group): New. + (thread_apply_all_command): Use gdb::option::process_options. + (thread_apply_command_completer) + (thread_apply_all_command_completer): New. + (thread_apply_command): Use gdb::option::process_options. + (_initialize_thread): Delete THREAD_APPLY_FLAGS_HELP, replace it + with a new THREAD_APPLY_OPTION_HELP. Use gdb::option::build_help + to generate help text of "thread apply". Adjust "taas"'s help. + * tid-parse.c (tid_range_parser::in_thread_range): New method. + * tid-parse.h (tid_range_parser::in_thread_range): New method. + +2019-06-13 Pedro Alves + + * thread.c (thread_apply_command): Check for invalid TID with + isdigit instead of !isalpha. + 2019-06-13 Pedro Alves * cli/cli-utils.c (parse_flags_qcs): Use validate_flags_qcs.