Author: labath
Date: Fri Nov 3 15:12:50 2017
New Revision: 317377
URL: http://llvm.org/viewvc/llvm-project?rev=317377&view=rev
Log:
Remove ProcessGdbRemote::m_flags
The member is completely unused. Discussed on lldb-dev.
Modified:
lldb/trunk/source/Plugins/Process/gdb-remote/ProcessGDBRemot
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
source/Plugins/
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
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&id=121486#toc
Repository:
rL LLVM
https://reviews.llvm.org/D39
Author: labath
Date: Fri Nov 3 08:22:36 2017
New Revision: 317329
URL: http://llvm.org/viewvc/llvm-project?rev=317329&view=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
Reviewe
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
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/trunk/includ
Author: dhinton
Date: Fri Nov 3 07:59:36 2017
New Revision: 317327
URL: http://llvm.org/viewvc/llvm-project?rev=317327&view=rev
Log:
Add type to FileSpec::PathSyntax enum.
Summary:
Add type to FileSpec::PathSyntax enum to decrease size for
FileSpec on systems with 32 bit pointers.
Thanks to @zt
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
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
source/Plugins/Process/Linux/NativeRegisterContextLinux_ppc6
Author: labath
Date: Fri Nov 3 07:42:37 2017
New Revision: 317326
URL: http://llvm.org/viewvc/llvm-project?rev=317326&view=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:
lldb/trun
Author: labath
Date: Fri Nov 3 05:13:22 2017
New Revision: 317319
URL: http://llvm.org/viewvc/llvm-project?rev=317319&view=rev
Log:
Fix classifications on two concurrent event tests
I have classified one as a watchpoint test even though it wasn't and
vice versa. Fix that.
Modified:
lldb/tr
12 matches
Mail list logo