Author: vedantk
Date: Mon Mar 19 09:24:58 2018
New Revision: 327865
URL: http://llvm.org/viewvc/llvm-project?rev=327865&view=rev
Log:
Xcode: Include DWARFUnit.{h,cpp} in the build
This should address a bot failure due to r327809.
Modified:
lldb/trunk/lldb.xcodeproj/project.pbxproj
Modified:
I would be nice to have the option to nuke each test build directory if the
test passed. Can be an option that we specify. That way, the only folders left
over could be the tests that are failing. The options doesn't need to default
to true, but if anyone is in that code and would know how to do
clayborg added subscribers: labath, clayborg.
clayborg added a comment.
I would be nice to have the option to nuke each test build directory if the
test passed. Can be an option that we specify. That way, the only folders left
over could be the tests that are failing. The options doesn't need to
clayborg added inline comments.
Comment at: source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp:2043
+is_template_template_argument = true;
+[[clang::fallthrough]];
case DW_TAG_template_type_parameter:
Shouldn't we be using a #define so this works
friss added inline comments.
Comment at: source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp:2043
+is_template_template_argument = true;
+[[clang::fallthrough]];
case DW_TAG_template_type_parameter:
clayborg wrote:
> Shouldn't we be using a #define
Author: davide
Date: Mon Mar 19 12:35:20 2018
New Revision: 327893
URL: http://llvm.org/viewvc/llvm-project?rev=327893&view=rev
Log:
[ClangASTContext] Remove dead code. NFCI.
Modified:
lldb/trunk/source/Symbol/ClangASTContext.cpp
Modified: lldb/trunk/source/Symbol/ClangASTContext.cpp
URL:
h
zturner accepted this revision.
zturner added a comment.
This revision is now accepted and ready to land.
Feel free to use your own judgement, and if you think it doesn't pass some
complexity threshold, you can just submit without review and we can do
post-commit review.
Repository:
rL LLVM
Author: vedantk
Date: Mon Mar 19 13:50:50 2018
New Revision: 327906
URL: http://llvm.org/viewvc/llvm-project?rev=327906&view=rev
Log:
[test] Skip flaky tests in TestMiSyntax on Darwin
These tests tend to time out locally and on our bots.
Modified:
lldb/trunk/packages/Python/lldbsuite/test/t
Author: vedantk
Date: Mon Mar 19 13:50:49 2018
New Revision: 327905
URL: http://llvm.org/viewvc/llvm-project?rev=327905&view=rev
Log:
[test] Skip flaky TestThreadStates tests on Darwin
These tests do not pass/fail consistently, so just skip them.
This is llvm.org/pr15824 & rdar://problem/2855723
Author: jmolenda
Date: Mon Mar 19 14:55:48 2018
New Revision: 327913
URL: http://llvm.org/viewvc/llvm-project?rev=327913&view=rev
Log:
Add DWARFUnit.cpp to the correct target.
Modified:
lldb/trunk/lldb.xcodeproj/project.pbxproj
Modified: lldb/trunk/lldb.xcodeproj/project.pbxproj
URL:
http:/
Author: jmolenda
Date: Mon Mar 19 15:04:45 2018
New Revision: 327915
URL: http://llvm.org/viewvc/llvm-project?rev=327915&view=rev
Log:
Add the ios-mini target to the top-level xcodeproj, which builds
the debugserver-mini target in debugserver. Add a new plist
which needs to be installed for debug
Author: jmolenda
Date: Mon Mar 19 15:55:19 2018
New Revision: 327918
URL: http://llvm.org/viewvc/llvm-project?rev=327918&view=rev
Log:
I didn't see that SocketAddress.cpp was already being pulled
in to debugserver; my re-addition resulted in duplicated
symbols. Remove my added SocketAddress.cpp,
Author: jmolenda
Date: Mon Mar 19 16:07:31 2018
New Revision: 327922
URL: http://llvm.org/viewvc/llvm-project?rev=327922&view=rev
Log:
Rename remotectl_com.apple.internal.xpc.remote.debugserver.plist
to com.apple.internal.xpc.remote.debugserver.plist, not sure where
that remotectl_ prefix came fro
Author: jingham
Date: Mon Mar 19 16:15:06 2018
New Revision: 327924
URL: http://llvm.org/viewvc/llvm-project?rev=327924&view=rev
Log:
Modernize a test.
Modified:
lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/incomplete-types/TestCppIncompleteTypes.py
Modified:
lldb/trunk/packages/Pyth
owenpshaw added a comment.
In https://reviews.llvm.org/D42145#1034499, @labath wrote:
> I like this a lot. That's the kind of change I wanted to do as a follow-up
> one day. Thank you.
Thanks! I don't have commit access to land this.
https://reviews.llvm.org/D42145
__
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 rL327925: [SymbolFilePDB] Simplify getting the source file
path (authored by asmith, committed by ).
Changed prior to commi
On Mon, Mar 19, 2018 at 4:15 PM, Jim Ingham via lldb-commits
wrote:
> Author: jingham
> Date: Mon Mar 19 16:15:06 2018
> New Revision: 327924
>
> URL: http://llvm.org/viewvc/llvm-project?rev=327924&view=rev
> Log:
> Modernize a test.
>
> Modified:
>
> lldb/trunk/packages/Python/lldbsuite/test
Yes, I should have written this function much earlier. I've been trying to
convert over to it every time a tests draws my attention (in this case 'cause I
pointed it out for you to copy...)
It is the way to make a test in the sample_test/TestSampleTest.py. That seemed
the most effective way t
On Mon, Mar 19, 2018 at 6:38 PM, Jim Ingham wrote:
> Yes, I should have written this function much earlier. I've been trying to
> convert over to it every time a tests draws my attention (in this case 'cause
> I pointed it out for you to copy...)
>
> It is the way to make a test in the sample_t
So that file you are looking for is
"packages/Python/lldbsuite/test/README-testsuite. It would be great to have a
fresh pair of eyes look this over and add whatever you would have found
useful...
Jim
> On Mar 19, 2018, at 6:44 PM, Davide Italiano wrote:
>
> On Mon, Mar 19, 2018 at 6:38 PM,
Author: jingham
Date: Mon Mar 19 19:15:23 2018
New Revision: 327941
URL: http://llvm.org/viewvc/llvm-project?rev=327941&view=rev
Log:
Add a suggestion to convert dotest tests to use run_to_source_breakpoint.
Modified:
lldb/trunk/www/projects.html
Modified: lldb/trunk/www/projects.html
URL:
21 matches
Mail list logo