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: [RFAv2 2/2] Test case for 'info variables|functions' with minimal symbols.


>>>>> "Philippe" == Philippe Waroquiers <philippe.waroquiers@skynet.be> writes:

Philippe> 2018-11-10  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
Philippe> 	* gdb.base/info_minsym.c: New file.
Philippe> 	* gdb.base/info_minsym.exp: New file.

...

Philippe> +gdb_test_no_output "info variables -q -t int minsym" "minsym variables do not match type"
Philippe> +gdb_test_no_output "info functions -q -t int minsym" "minsym functions do not match type"

I think these lines are too long and should be split.
Otherwise the patch is ok.

Tom


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