[Lldb-commits] [PATCH] D12877: [LLDB] Switch to assembly view if source is moved

Jim Ingham via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 15 14:32:44 PDT 2015


> On Sep 15, 2015, at 2:27 PM, Greg Clayton <clayborg at gmail.com> wrote:
> 
> clayborg accepted this revision.
> clayborg added a comment.
> 
> I would rather not see a warning. If you don't have sources I don't really want to see:
> 
> warning: couldn't find foo.c
> 0x1000: add r1, r2, r3
> ....
> 
> 

Why not?  That would tell you you DID have debug information for the file but you've moved or deleted the sources.  That seems a useful piece of information.

Jim


> Repository:
>  rL LLVM
> 
> http://reviews.llvm.org/D12877
> 
> 
> 



More information about the lldb-commits mailing list