[Lldb-commits] [lldb] r317377 - Remove ProcessGdbRemote::m_flags

2017-11-03 Thread Pavel Labath via lldb-commits
Author: labath Date: Fri Nov 3 15:12:50 2017 New Revision: 317377 URL: http://llvm.org/viewvc/llvm-project?rev=317377=rev Log: Remove ProcessGdbRemote::m_flags The member is completely unused. Discussed on lldb-dev. Modified:

[Lldb-commits] [PATCH] D39602: Update tuple/list/deque data formatters to work with newest libc++

2017-11-03 Thread Pavel Labath via Phabricator via lldb-commits
labath created this revision. Herald added a reviewer: EricWF. A couple of members of these data structures have been renamed in recent months. This makes sure they still work with the latest libc++ version. https://reviews.llvm.org/D39602 Files: examples/synthetic/libcxx.py

[Lldb-commits] [PATCH] D39436: Add regex support to file (-f) and module (-s) breakpoint options.

2017-11-03 Thread Don Hinton via Phabricator via lldb-commits
hintonda added a comment. In https://reviews.llvm.org/D39436#912810, @clayborg wrote: > I was unhappy when we went over two pointers for a FileSpec when m_syntax was > added due to the extra size. Anything we can do to make this smaller would be > great, so the type on the enum would work, but

[Lldb-commits] [PATCH] D39487: Add float/vector registers for ppc64le

2017-11-03 Thread Pavel Labath via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL317329: Add float/vector registers for ppc64le (authored by labath). Changed prior to commit: https://reviews.llvm.org/D39487?vs=121478=121486#toc Repository: rL LLVM

[Lldb-commits] [lldb] r317329 - Add float/vector registers for ppc64le

2017-11-03 Thread Pavel Labath via lldb-commits
Author: labath Date: Fri Nov 3 08:22:36 2017 New Revision: 317329 URL: http://llvm.org/viewvc/llvm-project?rev=317329=rev Log: Add float/vector registers for ppc64le Summary: Add read and write functions for VSX, VMX and float registers and fix watchpoint size Reviewers: clayborg Reviewed

[Lldb-commits] [PATCH] D39487: Add float/vector registers for ppc64le

2017-11-03 Thread Pavel Labath via Phabricator via lldb-commits
labath added a comment. Thank you, I'll commit that right away. https://reviews.llvm.org/D39487 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [PATCH] D39574: Add type to FileSpec::PathSyntax enum.

2017-11-03 Thread Phabricator via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL317327: Add type to FileSpec::PathSyntax enum. (authored by dhinton). Repository: rL LLVM https://reviews.llvm.org/D39574 Files: lldb/trunk/include/lldb/Utility/FileSpec.h Index:

[Lldb-commits] [PATCH] D39487: Add float/vector registers for ppc64le

2017-11-03 Thread Alexandre Yukio Yamashita via Phabricator via lldb-commits
alexandreyy added a comment. Thanks @labath. I adjusted the VSX and VMX methods. https://reviews.llvm.org/D39487 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [PATCH] D39487: Add float/vector registers for ppc64le

2017-11-03 Thread Alexandre Yukio Yamashita via Phabricator via lldb-commits
alexandreyy updated this revision to Diff 121478. alexandreyy added a comment. Simplified vector register methods https://reviews.llvm.org/D39487 Files: packages/Python/lldbsuite/test/make/Makefile.rules source/Core/ArchSpec.cpp

[Lldb-commits] [lldb] r317326 - Xfail test_stack_info_in_minidump test

2017-11-03 Thread Pavel Labath via lldb-commits
Author: labath Date: Fri Nov 3 07:42:37 2017 New Revision: 317326 URL: http://llvm.org/viewvc/llvm-project?rev=317326=rev Log: Xfail test_stack_info_in_minidump test The test has been failing since we enabled the i386 ABI plugin on windows. See pr35193 for details. Modified: