Re: [Lldb-commits] [PATCH] D21064: [LLDB][MIPS] Fix Emulation of Compact branch and ADDIU instructions

2016-06-08 Thread Jaydeep Patil via lldb-commits
jaydeep accepted this revision. jaydeep added a comment. This revision is now accepted and ready to land. Looks good to me. Repository: rL LLVM http://reviews.llvm.org/D21064 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.

Re: [Lldb-commits] [PATCH] D21159: [zorg] Add a step to run unit tests to the scripted LLDB builder

2016-06-08 Thread Ying Chen via lldb-commits
chying accepted this revision. chying added a comment. This revision is now accepted and ready to land. thanks for making the changes, look good. http://reviews.llvm.org/D21159 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.l

[Lldb-commits] [PATCH] D21164: Improve watchpoint error reporting specially for arm/aarch64 targets

2016-06-08 Thread Muhammad Omair Javaid via lldb-commits
omjavaid created this revision. omjavaid added reviewers: tberghammer, labath. omjavaid added a subscriber: lldb-commits. Herald added subscribers: rengolin, aemerson. This patch takes a few corrective measures to make sure we display meaningful reason against a watchpoint creation failure. This

Re: [Lldb-commits] [lldb] r270745 - Mark some arm-linux specific xfails marking bug entries

2016-06-08 Thread Omair Javaid via lldb-commits
On 26 May 2016 at 18:07, Pavel Labath wrote: > Omair, > > please be careful about using arm xfails. You are using too wide > annotations and disabling tests even on configurations where they are > known to pass. > > > On 25 May 2016 at 19:48, Omair Javaid via lldb-commits > wrote: >> Modified: >

[Lldb-commits] [PATCH] D21159: [zorg] Add a step to run unit tests to the scripted LLDB builder

2016-06-08 Thread Pavel Labath via lldb-commits
labath created this revision. labath added reviewers: chying, gkistanova. labath added a subscriber: lldb-commits. For the time being they are run with flunkOnFailure=False. If they prove to be reliable. I will switch them to True. http://reviews.llvm.org/D21159 Files: zorg/buildbot/builders/L

[Lldb-commits] [PATCH] D21152: Hunt for unused memory properly when dealing with processes that can tell us about memory mappings

2016-06-08 Thread Sean Callanan via lldb-commits
spyffe created this revision. spyffe added reviewers: tfiala, clayborg. spyffe added a subscriber: lldb-commits. spyffe set the repository for this revision to rL LLVM. Right now the default initial address is 0x0, which is very problematic on embedded targets where that's the CPU's initializatio

[Lldb-commits] [lldb] r272189 - Add a test for the failure described by pr28055. Mark it as xfail.

2016-06-08 Thread Jim Ingham via lldb-commits
Author: jingham Date: Wed Jun 8 14:06:00 2016 New Revision: 272189 URL: http://llvm.org/viewvc/llvm-project?rev=272189&view=rev Log: Add a test for the failure described by pr28055. Mark it as xfail. Added: lldb/trunk/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_com