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


On 08/13/2013 10:03 PM, Tom Tromey wrote:

>  # 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.

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

-- 
Pedro Alves


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