ramana-nvr added a comment.
Sorry, I wasn't clear in my previous comment.
In https://reviews.llvm.org/D48868#1158236, @jasonmolenda wrote:
> I don't have strong feelings about removing the m_thread_pcs() in
> UpdateThreadIDList(), but I think I would prefer leaving it in to changing it
> unles
jasonmolenda added a comment.
I think the m_thread_pcs.clear() in UpdateThreadIDList() is to clear out any
old thread pc values that we might have populated in the past. The only way I
can see this happening is if the remote stub SOMETIMES returned the thread-pcs:
list in the stop packet. Upd
teemperor added a comment.
@clayborg was quite specific about the requested changes (which are all applied
now), so I assume this is good to go.
https://reviews.llvm.org/D48659
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.
This revision was not accepted when it landed; it landed in state "Needs
Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rL336734: Refactor ClangUserExpression::Parse [NFC] (authored
by teemperor, committed by ).
Herald added a subscriber: llvm-
Author: teemperor
Date: Tue Jul 10 15:12:39 2018
New Revision: 336734
URL: http://llvm.org/viewvc/llvm-project?rev=336734&view=rev
Log:
Refactor ClangUserExpression::Parse [NFC]
Summary:
This patch splits out functionality from the `Parse` method into different
methods.
This benefits the code co
Author: stella.stamenova
Date: Tue Jul 10 15:05:33 2018
New Revision: 336732
URL: http://llvm.org/viewvc/llvm-project?rev=336732&view=rev
Log:
[windows] LLDB shows the wrong values when register read is executed at a frame
other than zero
Summary:
This is a clean version of the change suggested
krytarowski added a comment.
Through pkgsrc a user can install LLDB with either style of distribution,
including GCC with libstdc++ one (I'm using this myself also for the
development of LLVM related code).
BTW. NetBSD uses GPLv3 GNU toolchain.
Repository:
rL LLVM
https://reviews.llvm.org/
krytarowski added a comment.
Probably the former with ship GDB at least for long time, the latter will
switch to LLDB.
Repository:
rL LLVM
https://reviews.llvm.org/D49110
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llv
krytarowski added a comment.
NetBSD ships with GCC style and Clang style userland. The former one ships with
GNU libstdc++, the latter with libc++.
Repository:
rL LLVM
https://reviews.llvm.org/D49110
___
lldb-commits mailing list
lldb-commits@li
teemperor updated this revision to Diff 154885.
teemperor added a comment.
- Now using the new API for extracting the raw string from the option list.
https://reviews.llvm.org/D48465
Files:
include/lldb/Expression/ExpressionParser.h
include/lldb/Expression/UserExpression.h
packages/Python
davide created this revision.
davide added reviewers: jingham, jasonmolenda, friss.
`Scalar::MakeUnsigned` was implemented incorrectly so it didn't really change
the sign of the type (leaving signed types signed).
This showed up as a misevaluation when IR-interpreting `urem` but it's likely
to a
This revision was automatically updated to reflect the committed changes.
Closed by commit rL336724: [testsuite] Implement a category to skip libstdcxx
tests (authored by davide, committed by ).
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D49110?vs
Author: davide
Date: Tue Jul 10 13:37:24 2018
New Revision: 336724
URL: http://llvm.org/viewvc/llvm-project?rev=336724&view=rev
Log:
[testsuite] Implement a category to skip libstdcxx tests
On systems where it's not supported.
As far as I understand Linux is the only systems which now ships
with
This revision was automatically updated to reflect the committed changes.
Closed by commit rL336723: Refactor parsing of option lists with a raw string
suffix. (authored by teemperor, committed by ).
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D491
Author: teemperor
Date: Tue Jul 10 13:17:38 2018
New Revision: 336723
URL: http://llvm.org/viewvc/llvm-project?rev=336723&view=rev
Log:
Refactor parsing of option lists with a raw string suffix.
Summary:
A subset of the LLDB commands follows this command line interface style:
[arguments] --
jingham accepted this revision.
jingham added a comment.
This revision is now accepted and ready to land.
That looks good.
https://reviews.llvm.org/D49106
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailma
teemperor updated this revision to Diff 154862.
teemperor retitled this revision from "Refactor parsing of argument lists with
a raw string suffix." to "Refactor parsing of option lists with a raw string
suffix.".
teemperor edited the summary of this revision.
teemperor added a comment.
- Rename
davide added a comment.
Thank you Pavel!
https://reviews.llvm.org/D49110
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
labath accepted this revision.
labath added a comment.
Sorry for the slow response, I am OOO officially :P.
I think this is fine in general. As for the list of platforms, android should
be on that list but not for long (which is why one of the things I was planning
to do next week was to implem
JDevlieghere accepted this revision.
JDevlieghere added a comment.
This revision is now accepted and ready to land.
LGTM
https://reviews.llvm.org/D49110
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/
davide added a comment.
@labath this is breaking several bots for us internally so I would really love
to get this in.
As this seems to be reasonably close to what you ask, I might consider checking
this in before end of day (PST) today and we can iterate from there.
https://reviews.llvm.org/D
ramana-nvr added a comment.
In https://reviews.llvm.org/D48868#1156416, @jasonmolenda wrote:
> If jThreadsInfo isn't implemented, we fall back to looking for the
> thread-pcs: and threads: key-value pairs in the stop packet that we received.
>
> We look for the threads: list and if it is pres
aleksandr.urakov abandoned this revision.
aleksandr.urakov added a comment.
Thank you!
Yes, https://reviews.llvm.org/D49111 is more like other targets, so I think it
will be a better choice. So I will abandon the current revision.
https://reviews.llvm.org/D48960
23 matches
Mail list logo