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: [python][patch] Add GDB Parameters functionality


>>>>> "Phil" == Phil Muldoon <pmuldoon@redhat.com> writes:

Phil> This patch brings over GDB Parameter functionality from the Archer
Phil> project/repository.  This functionality remains largely the same; I've
Phil> reintroduced some functionality back into py-cmd that was stripped
Phil> from the last FSF import, and fixed several bugs related to enum
Phil> parameters.  It also introduces a new testsuite.

Phil> OK?

Very nice.  Thanks for doing this.

Phil> +gdb_test "set test-file-param None" "Argument required.*" 

I don't understand this test.  From my reading, test-file-param is a
filename parameter.  And, "None" is a valid file name.  So why would
this be expected to print an error message?

Tom


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