Hi Jason,

On 12 November 2014 13:49, Ed Maste <[email protected]> wrote:
> URL: http://llvm.org/viewvc/llvm-project?rev=221805&view=rev
> ...
> -        if (temporary_module_sp->ResolveSymbolContextForAddress 
> (temporary_pc, resolve_scope, m_sym_ctx) & resolve_scope)
> +        if (temporary_module_sp &&
> +            temporary_module_sp->ResolveSymbolContextForAddress 
> (temporary_pc, resolve_scope, m_sym_ctx) & resolve_scope)

I'm not sure if it's expected that temporary_module_sp could be null,
so perhaps further changes are needed. But at least it makes sense to
continue on with m_sym_ctx_valid = false rather than crashing.
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to