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: [PATCH 4/5] fix gdb.python to be parallel-safe


>> # Verify gdb loaded the script.
>> -gdb_test "info auto-load python-scripts" "Yes.*${testfile}.py.*full
>> name: .*/${testfile}.py.*"
>> +gdb_test "info auto-load python-scripts" "Yes.*${testfile}.py.*"
>> # Again, with a regexp this time.
>> -gdb_test "info auto-load python-scripts ${testfile}"
>> "Yes.*${testfile}.py.*full name: .*/${testfile}.py.*"
>> +gdb_test "info auto-load python-scripts ${testfile}" "Yes.*${testfile}.py.*"
>> # Again, with a regexp that matches no scripts.

Pedro> Curious.  Did the "full name:" bit disappear from the output?

Yes, because now the scripts are found by their full name.
I don't think it is especially relevant to the test.

Tom


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