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
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
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
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
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
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.
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
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
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
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
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
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:
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:
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
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
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 |
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
17 matches
Mail list logo