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] [PR 23661] GDB testsuite's "core_find" function failed to find core file path on FreeBSD


>>>>> "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


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