chaoren updated this revision to Diff 31558.
chaoren added a comment.
- Rename counter in terms of directories.
http://reviews.llvm.org/D11843
Files:
test/dosep.py
Index: test/dosep.py
===
--- test/dosep.py
+++ test/dosep.py
@@
chaoren created this revision.
chaoren added a reviewer: zturner.
chaoren added a subscriber: lldb-commits.
Update to D11843.
http://reviews.llvm.org/D11846
Files:
test/dosep.py
Index: test/dosep.py
===
--- test/dosep.py
+++ test
Ahh, ignore my comment then :)
On Fri, Aug 7, 2015 at 12:59 PM Chaoren Lin wrote:
> chaoren added a comment.
>
> > I was hoping to get my change in first, what do you think?
>
>
> What do you mean? This is an update to http://reviews.llvm.org/D11816. I
> can't commit it without your change.
>
>
chaoren added a comment.
> I was hoping to get my change in first, what do you think?
What do you mean? This is an update to http://reviews.llvm.org/D11816. I can't
commit it without your change.
http://reviews.llvm.org/D11843
___
lldb-commits ma
I was hoping to get my change in first, what do you think?
On Fri, Aug 7, 2015 at 12:54 PM Chaoren Lin wrote:
> chaoren created this revision.
> chaoren added a reviewer: zturner.
> chaoren added a subscriber: lldb-commits.
>
> Update to D11816.
>
> http://reviews.llvm.org/D11843
>
> Files:
>
chaoren created this revision.
chaoren added a reviewer: zturner.
chaoren added a subscriber: lldb-commits.
Update to D11816.
http://reviews.llvm.org/D11843
Files:
test/dosep.py
Index: test/dosep.py
===
--- test/dosep.py
+++ test
chaoren requested changes to this revision.
This revision now requires changes to proceed.
Comment at: test/dosep.py:1
@@ -1,2 +1,2 @@
-#!/usr/bin/env python
+#!/usr/bin/env python
I think you added a character here. Could you please double check
before submi
chaoren created this revision.
chaoren added a reviewer: Andrzej.
chaoren added a subscriber: lldb-commits.
Herald added subscribers: srhines, danalbert, tberghammer.
Adding `-latomic` to `ANDROID_LINKER_FLAGS` doesn't actually work.
Adding `atomic` to `LLDB_SYSTEM_LIBS` does.
Related: D11831.
h
paulmaybee added a comment.
I'm not sure what the misunderstanding is, so I'll rephrase our desire. The VS
debugger decorates code addresses with the name of the shared library from
which the code originated (example above). We wish to use the load address and
size of the shared library text f
abidh added a comment.
I asked this question in the other revision too. Can you give a reason why this
field is needed. The following description you gave in this revision does not
make much sense to me. I am not opposed to adding this field but would like to
know what problem it solves before
On 7 August 2015 at 02:39, Sagar Thakur via lldb-commits
wrote:
> Author: slthakur
> Date: Fri Aug 7 01:39:38 2015
> New Revision: 244308
>
> URL: http://llvm.org/viewvc/llvm-project?rev=244308&view=rev
> Log:
> [LLDB][MIPS] Fix offsets of all register sets and add MSA regset and FRE=1
> mode su
11 matches
Mail list logo