[Lldb-commits] [PATCH] D15738: [LLDB] Fix Read/Write memory to be compatible with both endians

2015-12-22 Thread Mohit Bhakkad via lldb-commits
mohit.bhakkad created this revision. mohit.bhakkad added a reviewer: clayborg. mohit.bhakkad added subscribers: jaydeep, bhushan, sagar, nitesh.jain, lldb-commits. mohit.bhakkad set the repository for this revision to rL LLVM. While copying a byte, copy a whole byte chunk instead of each bit, to

[Lldb-commits] Buildbot numbers for week of 12/13/2015 - 12/19/2015

2015-12-22 Thread Galina Kistanova via lldb-commits
Hello everyone, Below are some buildbot numbers for the last week of 12/13/2015 - 12/19/2015. Thanks Galina Number of commits by project: project | commits ---+--- llvm | 293 cfe |

[Lldb-commits] [lldb] r256283 - Allow test decorators to use lists (and not_in(list)) for arches

2015-12-22 Thread Adrian McCarthy via lldb-commits
Author: amccarth Date: Tue Dec 22 15:01:21 2015 New Revision: 256283 URL: http://llvm.org/viewvc/llvm-project?rev=256283&view=rev Log: Allow test decorators to use lists (and not_in(list)) for arches Differential Revision: https://mail.google.com/mail/u/0/?zx=w4areffgjbgg#inbox/151cb6afe6169bb0

[Lldb-commits] [PATCH] D15723: Allow test decorators to use lists (and not_in(list)) for arches

2015-12-22 Thread Adrian McCarthy via lldb-commits
amccarth created this revision. amccarth added a reviewer: zturner. amccarth added a subscriber: lldb-commits. Tweaks check_list_or_lambda to handle a partial match into a list of strings, and updates the decorators to use check_list_or_lambda for architectures. In addition to making things more

[Lldb-commits] [lldb] r256270 - XFAIL TestCppNsImport on FreeBSD

2015-12-22 Thread Ed Maste via lldb-commits
Author: emaste Date: Tue Dec 22 13:10:09 2015 New Revision: 256270 URL: http://llvm.org/viewvc/llvm-project?rev=256270&view=rev Log: XFAIL TestCppNsImport on FreeBSD It has an existing XFAIL annotation for GCC >= 4.9 but it also fails on FreeBSD 10.x with Clang 3.4.1. llvm.org/pr25925 Modified:

[Lldb-commits] [lldb] r256268 - Add expectedFailureFreeBSD to an additional thread state test failing on FreeBSD

2015-12-22 Thread Ed Maste via lldb-commits
Author: emaste Date: Tue Dec 22 13:08:46 2015 New Revision: 256268 URL: http://llvm.org/viewvc/llvm-project?rev=256268&view=rev Log: Add expectedFailureFreeBSD to an additional thread state test failing on FreeBSD This new failure has been noted in the existing PR, llvm.org/pr15824 Modified:

[Lldb-commits] [lldb] r256257 - skip TestEvents.py on Darwin

2015-12-22 Thread Todd Fiala via lldb-commits
Author: tfiala Date: Tue Dec 22 11:24:31 2015 New Revision: 256257 URL: http://llvm.org/viewvc/llvm-project?rev=256257&view=rev Log: skip TestEvents.py on Darwin This is generating a SIGSEGV somewhere around 1 in 10 runs on OS X. Skip the whole test to avoid testbot noise until we can get the SI

[Lldb-commits] [lldb] r256255 - test infra: fix lldbinline tests to work with rerun

2015-12-22 Thread Todd Fiala via lldb-commits
Author: tfiala Date: Tue Dec 22 11:14:47 2015 New Revision: 256255 URL: http://llvm.org/viewvc/llvm-project?rev=256255&view=rev Log: test infra: fix lldbinline tests to work with rerun Fixes: https://llvm.org/bugs/show_bug.cgi?id=25922 Added: lldb/trunk/packages/Python/lldbsuite/test/issue_v

[Lldb-commits] [lldb] r256251 - Improve error handling for `frame select` command when there are too many arguments.

2015-12-22 Thread Adrian McCarthy via lldb-commits
Author: amccarth Date: Tue Dec 22 10:50:28 2015 New Revision: 256251 URL: http://llvm.org/viewvc/llvm-project?rev=256251&view=rev Log: Improve error handling for `frame select` command when there are too many arguments. Bug: https://llvm.org/bugs/show_bug.cgi?id=25847 It now gives a more speci

[Lldb-commits] [lldb] r256250 - Add expectedFailureFreeBSD to tests failing in the same way as on Linux

2015-12-22 Thread Ed Maste via lldb-commits
Author: emaste Date: Tue Dec 22 10:47:04 2015 New Revision: 256250 URL: http://llvm.org/viewvc/llvm-project?rev=256250&view=rev Log: Add expectedFailureFreeBSD to tests failing in the same way as on Linux llvm.org/pr25819 Modified: lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/namespac

[Lldb-commits] [lldb] r256248 - Remove PC -1 offset from FreeBSD arm64 UpdateAfterBreakpoint

2015-12-22 Thread Ed Maste via lldb-commits
Author: emaste Date: Tue Dec 22 09:57:21 2015 New Revision: 256248 URL: http://llvm.org/viewvc/llvm-project?rev=256248&view=rev Log: Remove PC -1 offset from FreeBSD arm64 UpdateAfterBreakpoint It was a copy-and-paste leftover. Modified: lldb/trunk/source/Plugins/Process/FreeBSD/RegisterCon

Re: [Lldb-commits] [PATCH] D15715: Don't pack the structs of the jit debug interface

2015-12-22 Thread Tamas Berghammer via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL256244: Don't pack the structs of the jit debug interface (authored by tberghammer). Changed prior to commit: http://reviews.llvm.org/D15715?vs=43444&id=43445#toc Repository: rL LLVM http://reviews.

[Lldb-commits] [lldb] r256244 - Don't pack the structs of the jit debug interface

2015-12-22 Thread Tamas Berghammer via lldb-commits
Author: tberghammer Date: Tue Dec 22 09:23:33 2015 New Revision: 256244 URL: http://llvm.org/viewvc/llvm-project?rev=256244&view=rev Log: Don't pack the structs of the jit debug interface None of the documentation mentions that the entries are packed structs and also none of the other implementat

Re: [Lldb-commits] [PATCH] D15715: Don't pack the structs of the jit debug interface

2015-12-22 Thread Keno Fischer via lldb-commits
loladiro accepted this revision. loladiro added a comment. This revision is now accepted and ready to land. Ok, I see. Yes, I agree with this change. LGTM. http://reviews.llvm.org/D15715 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http

Re: [Lldb-commits] [PATCH] D15715: Don't pack the structs of the jit debug interface

2015-12-22 Thread Tamas Berghammer via lldb-commits
tberghammer added a comment. I hit the problem when debugging an arm32 target from an x86_64 host and this CL fixes that issue. It will break if a 32bit target use the same "pragma pack" attribute I just removed. The change have no effect for 64bit targets because symfile_size will be 8 byte a

Re: [Lldb-commits] [PATCH] D15715: Don't pack the structs of the jit debug interface

2015-12-22 Thread Keno Fischer via lldb-commits
loladiro added a comment. I don't think that was part of the code I originally had, but I suppose this was added for 32bit compatibility? Would this do the right thing with a 32bit target? http://reviews.llvm.org/D15715 ___ lldb-commits mailing li

[Lldb-commits] [PATCH] D15715: Don't pack the structs of the jit debug interface

2015-12-22 Thread Tamas Berghammer via lldb-commits
tberghammer created this revision. tberghammer added reviewers: tfiala, endlessroad, loladiro. tberghammer added a subscriber: lldb-commits. Don't pack the structs of the jit debug interface None of the documentation mentions that the entries are packed structs and also none of the other impleme