[Lldb-commits] [PATCH] D12115: [LLDB-MI] Fix -data-info-line and -symbol-list-lines when Windows filenames are used.

Chaoren Lin via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 4 18:01:39 PST 2015


Yeah, it seems like it's been passing for gcc-4.9 for a while now. Thanks
for checking!

On Wed, Nov 4, 2015 at 5:15 PM, Dawn Perchik <dawn+llvm at burble.org> wrote:

> dawn marked an inline comment as done.
> dawn added a comment.
>
> In http://reviews.llvm.org/D12115#248069, @chaoren wrote:
>
> > Could you please take a look at these issues?
> >
> > TestMiSymbol started to fail on Linux with gcc-4.9:
> >
> http://lab.llvm.org:8011/builders/lldb-x86_64-ubuntu-14.04-cmake/builds/6387
>
>
> Hi Chaoren,
> I believe the issue with gcc was fixed for gcc a while back.  Just
> checking to make sure you're no longer seeing the failure.  Let me know
> otherwise.
>
>
> ================
> Comment at: lldb/trunk/tools/lldb-mi/MIUtilParse.h:13
> @@ +12,3 @@
> +// Third party headers:
> +#include "../lib/Support/regex_impl.h"
> +
> ----------------
> chaoren wrote:
> > This caused a build failure on OS X:
> > http://lab.llvm.org:8011/builders/lldb-x86_64-darwin-13.4/builds/5801
> This was fixed by Sean - the XCode build wasn't including the full set of
> include paths when building lldb-mi.
>
>
> Repository:
>   rL LLVM
>
> http://reviews.llvm.org/D12115
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20151104/5d3f77b4/attachment.html>


More information about the lldb-commits mailing list