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] Call get_compiler_info directly from test_compiler_info if needed.


On 12/10/2013 02:43 PM, Andrew Burgess wrote:
>  proc test_compiler_info { {compiler ""} } {
>      global compiler_info
>  
> +    # Check that compiler_info has been initialised
> +    if [string match "" $compiler_info] {
> +	if [get_compiler_info] {
> +	    warning "Could not get compiler info"
> +	    return -1
> +	}
> +    }

What about get_compiler_info's $arg?

-- 
Pedro Alves


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