Re: [Lldb-commits] [PATCH] D17847: [SemaExprCXX] Avoid calling isInSystemHeader for invalid source locations

2016-03-04 Thread Pavel Labath via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL262700: [SemaExprCXX] Avoid calling isInSystemHeader for invalid source locations (authored by labath). Changed prior to commit: http://reviews.llvm.org/D17847?vs=49725&id=49805#toc Repository: rL LL

Re: [Lldb-commits] [PATCH] D17848: Add reverse file remapping for breakpoint set

2016-03-04 Thread Tamas Berghammer via lldb-commits
tberghammer added a comment. It is a good point. I don't think displaying incorrect path for a breakpoint is a big issue so I don't plan to address it now but we should do it at some point. http://reviews.llvm.org/D17848 ___ lldb-commits mailing li

Re: [Lldb-commits] [PATCH] D17848: Add reverse file remapping for breakpoint set

2016-03-04 Thread Tamas Berghammer via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL262711: Add reverse file remapping for breakpoint set (authored by tberghammer). Changed prior to commit: http://reviews.llvm.org/D17848?vs=49732&id=49812#toc Repository: rL LLVM http://reviews.llvm

[Lldb-commits] [lldb] r262711 - Add reverse file remapping for breakpoint set

2016-03-04 Thread Tamas Berghammer via lldb-commits
Author: tberghammer Date: Fri Mar 4 05:26:44 2016 New Revision: 262711 URL: http://llvm.org/viewvc/llvm-project?rev=262711&view=rev Log: Add reverse file remapping for breakpoint set LLDB can remap a source file to a new directory based on the "target.sorce-map" to handle the usecase when the so

[Lldb-commits] [lldb] r262713 - Resumbit "Fetch remote log files from LLGS tests"

2016-03-04 Thread Pavel Labath via lldb-commits
Author: labath Date: Fri Mar 4 05:27:00 2016 New Revision: 262713 URL: http://llvm.org/viewvc/llvm-project?rev=262713&view=rev Log: Resumbit "Fetch remote log files from LLGS tests" The problem with the original patch (and my first attempt to fix) was that the value debug monitor flags could pe

[Lldb-commits] [lldb] r262712 - Fix warning in IRExecutionUnit.cpp

2016-03-04 Thread Pavel Labath via lldb-commits
Author: labath Date: Fri Mar 4 05:26:56 2016 New Revision: 262712 URL: http://llvm.org/viewvc/llvm-project?rev=262712&view=rev Log: Fix warning in IRExecutionUnit.cpp Modified: lldb/trunk/source/Expression/IRExecutionUnit.cpp Modified: lldb/trunk/source/Expression/IRExecutionUnit.cpp URL:

[Lldb-commits] [lldb] r262715 - Add a log statement

2016-03-04 Thread Pavel Labath via lldb-commits
Author: labath Date: Fri Mar 4 06:43:05 2016 New Revision: 262715 URL: http://llvm.org/viewvc/llvm-project?rev=262715&view=rev Log: Add a log statement Modified: lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py Modified: lldb/trunk/packages/Python/lldbsuit

[Lldb-commits] Proposed fix for LLDB GUI segfault when continuing with the thread list expanded (bug 26842)

2016-03-04 Thread Mark Grimes via lldb-commits
Hi, I also filed bug 26842 , I wasn't sure if both a bug report and mail here were required? As described there, there's a segfault if the list of frames in the "Threads" GUI window is open and a "continue" is made to somewhere where the frame list is d

[Lldb-commits] [lldb] r262739 - Update after r262737 in clang changed the accessor.

2016-03-04 Thread James Y Knight via lldb-commits
Author: jyknight Date: Fri Mar 4 13:30:53 2016 New Revision: 262739 URL: http://llvm.org/viewvc/llvm-project?rev=262739&view=rev Log: Update after r262737 in clang changed the accessor. Modified: lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp Modified: lldb/trun

[Lldb-commits] [PATCH] D17897: Support floating point values in 128-bit SSE vector registers

2016-03-04 Thread Adrian Prantl via lldb-commits
aprantl created this revision. aprantl added a reviewer: clayborg. aprantl added a subscriber: lldb-commits. aprantl set the repository for this revision to rL LLVM. The System-V x86_64 ABI requires floating point values to be passed in 128-but SSE vector registers (xmm0, ...). When printing such