This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: [RFA] ARIndex: move deprecated with zero count to regression


  For your information,
I checked this in,
as I got approval from Joel
in a private email.

Thanks Joel,


Pierre Muller
Pascal language support maintainer for GDB




> -----Message d'origine-----
> De?: gdb-patches-owner@sourceware.org [mailto:gdb-patches-
> owner@sourceware.org] De la part de Pierre Muller
> Envoyé?: Sunday, March 29, 2009 12:29 AM
> À?: gdb-patches@sourceware.org
> Objet?: [RFA] ARIndex: move deprecated with zero count to regression
> 
> I seek approval for this gdb_ari.sh
> change.
> 
>   This is a simple move for all
> bug labeled as ari_deprecate, but that have
> no occurrences left (a zero count on the ari web page)
> to ari_regression.
> 
>   It simply will make it much more visible if
> someone ever uses them again as they will appear
> on top of the ARI page before the long table.
> 
>   Is this OK?
> 
>   May I do the same for the ari_obsolete
> that also have a zero count?
> 
> 
> Pierre Muller
> Pascal language support maintainer for GDB
> 
> 
> commit message would be:
> 
> 	* move fixed deprecate bugs to regression category.
> 
> 
> 
> Index: gdb_ari.sh
> ===================================================================
> RCS file: /cvs/gdbadmin/ss/gdb_ari.sh,v
> retrieving revision 1.80
> diff -r1.80 gdb_ari.sh
> 753c753
> <     category["VARIABLES_INSIDE_BLOCK"] = ari_deprecate
> ---
> >     category["VARIABLES_INSIDE_BLOCK"] = ari_regression
> 761c761
> <     category["TEXT_SEGMENT_BASE"] = ari_deprecate
> ---
> >     category["TEXT_SEGMENT_BASE"] = ari_regression
> 769c769
> <     category["STATIC_TRANSFORM_NAME"] = ari_deprecate
> ---
> >     category["STATIC_TRANSFORM_NAME"] = ari_regression
> 793c793
> <     category["SOLIB_LOADED_LIBRARY_PATHNAME"] = ari_deprecate
> ---
> >     category["SOLIB_LOADED_LIBRARY_PATHNAME"] = ari_regression
> 801c801
> <     category["SOFUN_ADDRESS_MAYBE_MISSING"] = ari_deprecate
> ---
> >     category["SOFUN_ADDRESS_MAYBE_MISSING"] = ari_regression
> 809c809
> <     category["SKIP_PERMANENT_BREAKPOINT"] = ari_deprecate
> ---
> >     category["SKIP_PERMANENT_BREAKPOINT"] = ari_regression
> 817c817
> <     category["SIGCONTEXT_REGISTER_ADDRESS"] = ari_deprecate
> ---
> >     category["SIGCONTEXT_REGISTER_ADDRESS"] = ari_regression
> 825c825
> <     category["SETUP_ARBITRARY_FRAME"] = ari_deprecate
> ---
> >     category["SETUP_ARBITRARY_FRAME"] = ari_regression
> 833c833
> <     category["REGISTER_U_ADDR"] = ari_deprecate
> ---
> >     category["REGISTER_U_ADDR"] = ari_regression
> 841c841
> <     category["PROCESS_LINENUMBER_HOOK"] = ari_deprecate
> ---
> >     category["PROCESS_LINENUMBER_HOOK"] = ari_regression
> 857c857
> <     category["NUM_REALREGS"] = ari_deprecate
> ---
> >     category["NUM_REALREGS"] = ari_regression
> 865c865
> <     category["LOWEST_PC"] = ari_deprecate
> ---
> >     category["LOWEST_PC"] = ari_regression
> 873c873
> <     category["IS_STATIC_TRANSFORM_NAME"] = ari_deprecate
> ---
> >     category["IS_STATIC_TRANSFORM_NAME"] = ari_regression
> 881c881
> <     category["IN_SOLIB_DYNSYM_RESOLVE_CODE"] = ari_deprecate
> ---
> >     category["IN_SOLIB_DYNSYM_RESOLVE_CODE"] = ari_regression
> 889c889
> <     category["GDB_TARGET_IS_HPPA_20W"] = ari_deprecate
> ---
> >     category["GDB_TARGET_IS_HPPA_20W"] = ari_regression
> 913c913
> <     category["FUNCTION_EPILOGUE_SIZE"] = ari_deprecate
> ---
> >     category["FUNCTION_EPILOGUE_SIZE"] = ari_regression
> 921c921
> <     category["CLEAR_SOLIB"] = ari_deprecate
> ---
> >     category["CLEAR_SOLIB"] = ari_regression
> 929c929
> <     category["CHILD_SPECIAL_WAITSTATUS"] = ari_deprecate
> ---
> >     category["CHILD_SPECIAL_WAITSTATUS"] = ari_regression
> 937c937
> <     category["CHILD_GET_CURRENT_EXCEPTION_EVENT"] = ari_deprecate
> ---
> >     category["CHILD_GET_CURRENT_EXCEPTION_EVENT"] = ari_regression
> 945c945
> <     category["CHILD_ENABLE_EXCEPTION_CALLBACK"] = ari_deprecate
> ---
> >     category["CHILD_ENABLE_EXCEPTION_CALLBACK"] = ari_regression
> 1105c1105
> <     category["write_register"] = ari_deprecate
> ---
> >     category["write_register"] = ari_regression
> 1244c1244
> <     category["generic_target_write_pc"] = ari_deprecate
> ---
> >     category["generic_target_write_pc"] = ari_regression
> 1252c1252
> <     category["read_sp"] = ari_deprecate
> ---
> >     category["read_sp"] = ari_regression
> 1262c1262
> <     category["register_cached"] = ari_deprecate
> ---
> >     category["register_cached"] = ari_regression
> 1270c1270
> <     category["set_register_cached"] = ari_deprecate
> ---
> >     category["set_register_cached"] = ari_regression


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]