[PATCH] [PR 23661] GDB testsuite's "core_find" function failed to find core file path on FreeBSD

Tom Tromey tom@tromey.com
Sat Sep 15 19:21:00 GMT 2018


>>>>> "Rajendra" == Rajendra SY <rajendra.sy@gmail.com> writes:

Rajendra> The "core_find" procedure defined in gdb/testsuite/lib/gdb.exp failed
Rajendra> to search core files generated on FreeBSD platform.

Thank you for the patch.

Rajendra> -    set coredir [standard_output_file coredir.[getpid]]
Rajendra> +    set coredir [standard_output_file coredir.[getpid]
Rajendra> +    set binfilename [file tail $binfile]]

The brackets are misplaced on these lines.

Tom



More information about the Gdb-patches mailing list