Re: [Lldb-commits] [lldb] r293269 - Unroll r292930 due to TestCallThatThrows test fail is not fixed in reasonable time.

2017-01-27 Thread Tim Hammerquist via lldb-commits
Thanks for following up! It's really appreciated! -Tim On Thu, Jan 26, 2017 at 11:51 PM, Boris Ulasevich via lldb-commits < lldb-commits@lists.llvm.org> wrote: > Author: bulasevich > Date: Fri Jan 27 01:51:43 2017 > New Revision: 293269 > > URL:

Re: [Lldb-commits] [lldb] r295897 - Changed builld-llvm.py to use .json files

2017-02-22 Thread Tim Hammerquist via lldb-commits
Hi Sean, Looks like this is breaking builds in Green Dragon (and locally for me from master branch). Can you take a look at the failures here? http://lab.llvm.org:8080/green/view/LLDB/job/lldb_build_test/26076/console Thanks! -Tim On Wed, Feb 22, 2017 at 2:57 PM, Sean Callanan via

[Lldb-commits] [lldb] r296406 - update pbxproj to match cmake config, broken in r296335

2017-02-27 Thread Tim Hammerquist via lldb-commits
Author: penryu Date: Mon Feb 27 16:56:27 2017 New Revision: 296406 URL: http://llvm.org/viewvc/llvm-project?rev=296406=rev Log: update pbxproj to match cmake config, broken in r296335 Modified: lldb/trunk/lldb.xcodeproj/project.pbxproj Modified: lldb/trunk/lldb.xcodeproj/project.pbxproj

Re: [Lldb-commits] [lldb] r282529 - Adding a RegisterContextMinidump_x86_64 converter

2016-09-28 Thread Tim Hammerquist via lldb-commits
This change seems to have introduced a linker failure while building the gtest suite: Ld build/Release/lldb-gtest normal x86_64 cd "/Users/buildslave/jenkins/sharedspace/lldb@2/lldb" export MACOSX_DEPLOYMENT_TARGET=10.9

Re: [Lldb-commits] [lldb] r282529 - Adding a RegisterContextMinidump_x86_64 converter

2016-09-28 Thread Tim Hammerquist via lldb-commits
Yep, looks like r282565 fixed the llvm.org tests, but broke another bot. r282566 fixed the other bot, but broke the llvm.org tests again. http://lab.llvm.org:8080/green/view/LLDB/job/lldb_build_test/20757/ On Wed, Sep 28, 2016 at 1:48 PM, Tim Hammerquist wrote: > Looks like

Re: [Lldb-commits] [lldb] r282529 - Adding a RegisterContextMinidump_x86_64 converter

2016-09-28 Thread Tim Hammerquist via lldb-commits
Looks like there was some work to address this in r282565 here: http://lab.llvm.org:8080/green/view/LLDB/job/lldb_build_test/20756/ However, the issue occurred again on the very next run. On Wed, Sep 28, 2016 at 1:41 PM, Tim Hammerquist wrote: > This change seems to have

Re: [Lldb-commits] [Project] LLDB

2016-09-27 Thread Tim Hammerquist via lldb-commits
penryu added a watcher: penryu. PROJECT DETAIL https://reviews.llvm.org/project/profile/39/ ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] r283082 - Fix regex in lldb lit test TestCallStopAndContinue

2016-10-02 Thread Tim Hammerquist via lldb-commits
Author: penryu Date: Sun Oct 2 19:07:24 2016 New Revision: 283082 URL: http://llvm.org/viewvc/llvm-project?rev=283082=rev Log: Fix regex in lldb lit test TestCallStopAndContinue https://reviews.llvm.org/D25167 Modified: lldb/trunk/lit/Expr/TestCallStopAndContinue.test Modified:

Re: [Lldb-commits] [lldb] r285068 - Revert "Improve the libstdc++ smart pointer formatters"

2016-10-25 Thread Tim Hammerquist via lldb-commits
Hi Pavel, Looks like some code left after this revert is still expecting this file (added contemporary to r284828) that was removed in this revision. --- lldb/trunk/source/Plugins/Language/CPlusPlus/LibStdcppSmartPointer.cpp (original) +++

Re: [Lldb-commits] [lldb] r286479 - Unify Darwin and Non-Darwin printing of version output

2016-11-10 Thread Tim Hammerquist via lldb-commits
Failing differently here. Progress! 2016-11-10 13:47:14.203 xcodebuild[65554:42448173] Error Domain=NSCocoaErrorDomain Code=3840 "Unexpected character / at line 1" UserInfo={NSDebugDescription=Unexpected character / at line 1, kCFPropertyListOldStyleParsingError=Error Domain=NSCocoaErrorDomain

Re: [Lldb-commits] [lldb] r286479 - Unify Darwin and Non-Darwin printing of version output

2016-11-10 Thread Tim Hammerquist via lldb-commits
Thanks, Chris! On Thu, Nov 10, 2016 at 2:22 PM, Todd Fiala wrote: > Okay cool, thanks Chris! > > -Todd > > On Nov 10, 2016, at 1:40 PM, Chris Bieneman wrote: > > I just pushed r286504, which expects the string to not be quoted. This > should solve the bot

Re: [Lldb-commits] [lldb] r286479 - Unify Darwin and Non-Darwin printing of version output

2016-11-10 Thread Tim Hammerquist via lldb-commits
Looks like the quotes around the lldb version string aren't properly preserved in the xcodeproj file as they are in CMake. Can any of the LLDB devs more comfortable with plumbing the depths of Xcode project configuration provide some guidance here?

Re: [Lldb-commits] [lldb] r288386 - Handle UTF-16 and UTF-32 constant CFStrings

2016-12-01 Thread Tim Hammerquist via lldb-commits
Builds with this patch have been failing due to a segfaulting testcase. See: http://lab.llvm.org:8080/green/view/LLDB/job/lldb_build_test/22721/ http://lab.llvm.org:8080/green/view/LLDB/job/lldb_build_test/22722/ At first glance, it's possible the failure was introduced by either this commit

Re: [Lldb-commits] [lldb] r288386 - Handle UTF-16 and UTF-32 constant CFStrings

2016-12-01 Thread Tim Hammerquist via lldb-commits
Thanks, Sean! On Thu, Dec 1, 2016 at 11:25 AM, Sean Callanan wrote: > $ svn commit > Sendingsource/Plugins/ExpressionParser/Clang/IRForTarget.cpp > Transmitting file data .done > Committing transaction... > Committed revision 288403. > > Sorry for the noise, folks.

Re: [Lldb-commits] [lldb] r288542 - Update test expectations after AddressSanitizer text descriptions changed in r288535.

2016-12-02 Thread Tim Hammerquist via lldb-commits
Thanks, Kuba! On Fri, Dec 2, 2016 at 2:11 PM, Kuba Mracek via lldb-commits < lldb-commits@lists.llvm.org> wrote: > Author: kuba.brecka > Date: Fri Dec 2 16:11:26 2016 > New Revision: 288542 > > URL: http://llvm.org/viewvc/llvm-project?rev=288542=rev > Log: > Update test expectations after

Re: [Lldb-commits] [PATCH] D27017: Support more report types in AddressSanitizerRuntime.cpp

2016-12-02 Thread Tim Hammerquist via lldb-commits
This commit is causing tests to fail in Darwin: TestReportData.AsanTestReportDataCase TestMemoryHistory.AsanTestCase http://lab.llvm.org:8080/green/job/lldb_build_test/22768/ http://lab.llvm.org:8080/green/job/lldb_build_test/22769/ FAIL: test_dwarf (TestReportData.AsanTestReportDataCase)

Re: [Lldb-commits] [lldb] r291198 - Make lldb -Werror clean for -Wstring-conversion

2017-01-05 Thread Tim Hammerquist via lldb-commits
Green Dragon build < http://lab.llvm.org:8080/green/job/lldb_build_test/23854/> failed with this commit with the error: CompileC build/debugserver.build/Release/debugserver.build/Objects-normal/x86_64/DNBDataRef.o source/DNBDataRef.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler

Re: [Lldb-commits] [lldb] r290819 - [unittests] Split DWARF tests out of PDB, fix standalone build

2017-01-03 Thread Tim Hammerquist via lldb-commits
It may also be the addition of a source file not being added to the Xcode project. This is currently handled by manual changes to the xcodeproj. -Tim On Tue, Jan 3, 2017 at 9:41 AM, Pavel Labath via lldb-commits < lldb-commits@lists.llvm.org> wrote: > I bet it's the Xcode build not

[Lldb-commits] [lldb] r298517 - Merge changes from r298466 into Xcode project

2017-03-22 Thread Tim Hammerquist via lldb-commits
Author: penryu Date: Wed Mar 22 11:47:14 2017 New Revision: 298517 URL: http://llvm.org/viewvc/llvm-project?rev=298517=rev Log: Merge changes from r298466 into Xcode project rdar://problem/31197116 Modified: lldb/trunk/lldb.xcodeproj/project.pbxproj Modified:

[Lldb-commits] [lldb] r299116 - add NetBSD files to Xcode project to resolve failure from r299109

2017-03-30 Thread Tim Hammerquist via lldb-commits
Author: penryu Date: Thu Mar 30 16:27:51 2017 New Revision: 299116 URL: http://llvm.org/viewvc/llvm-project?rev=299116=rev Log: add NetBSD files to Xcode project to resolve failure from r299109 Modified: lldb/trunk/lldb.xcodeproj/project.pbxproj Modified:

[Lldb-commits] [lldb] r298547 - Merge r298536 changes to Xcode

2017-03-22 Thread Tim Hammerquist via lldb-commits
Author: penryu Date: Wed Mar 22 15:21:52 2017 New Revision: 298547 URL: http://llvm.org/viewvc/llvm-project?rev=298547=rev Log: Merge r298536 changes to Xcode rdar://problem/31202813 Modified: lldb/trunk/lldb.xcodeproj/project.pbxproj Modified: lldb/trunk/lldb.xcodeproj/project.pbxproj

[Lldb-commits] [lldb] r298123 - allow for specification of compiler/lldb executables basename

2017-03-17 Thread Tim Hammerquist via lldb-commits
Author: penryu Date: Fri Mar 17 16:00:35 2017 New Revision: 298123 URL: http://llvm.org/viewvc/llvm-project?rev=298123=rev Log: allow for specification of compiler/lldb executables basename Modified: lldb/trunk/packages/Python/lldbsuite/test/dotest.py Modified:

[Lldb-commits] [lldb] r298111 - executables should be validated before spawning subprocesses

2017-03-17 Thread Tim Hammerquist via lldb-commits
Author: penryu Date: Fri Mar 17 13:10:58 2017 New Revision: 298111 URL: http://llvm.org/viewvc/llvm-project?rev=298111=rev Log: executables should be validated before spawning subprocesses dotest.py script doesn't validate executables passed on the command line before spawning dozens of

[Lldb-commits] [lldb] r298451 - Mirror CMake changes from r298412 to Xcode project

2017-03-21 Thread Tim Hammerquist via lldb-commits
Author: penryu Date: Tue Mar 21 17:08:16 2017 New Revision: 298451 URL: http://llvm.org/viewvc/llvm-project?rev=298451=rev Log: Mirror CMake changes from r298412 to Xcode project Mlldb.xcodeproj/project.pbxproj Modified: lldb/trunk/lldb.xcodeproj/project.pbxproj Modified:

[Lldb-commits] [lldb] r299261 - add more RegisterContext files to xcode project

2017-03-31 Thread Tim Hammerquist via lldb-commits
Author: penryu Date: Fri Mar 31 16:03:58 2017 New Revision: 299261 URL: http://llvm.org/viewvc/llvm-project?rev=299261=rev Log: add more RegisterContext files to xcode project Modified: lldb/trunk/lldb.xcodeproj/project.pbxproj Modified: lldb/trunk/lldb.xcodeproj/project.pbxproj URL:

Re: [Lldb-commits] [lldb] r296925 - Fix Darwin failures introduced in r296909

2017-04-10 Thread Tim Hammerquist via lldb-commits
to follow up on that, but they might want to reach out to you about it. -Tim > On 3 Mar 2017, at 15:33, Zachary Turner <ztur...@google.com> wrote: > > Thanks Tim! > > I have a few more file moves coming up as well, sorry for the trouble! > > On Fri, Mar 3, 2017 at 3:29

Re: [Lldb-commits] [lldb] r296925 - Fix Darwin failures introduced in r296909

2017-04-10 Thread Tim Hammerquist via lldb-commits
3 Mar 2017, at 15:33, Zachary Turner <ztur...@google.com > >> <mailto:ztur...@google.com>> wrote: > >> > >> Thanks Tim! > >> > >> I have a few more file moves coming up as well, sorry for the trouble! > >> > >> On Fri, Mar

[Lldb-commits] [lldb] r296925 - Fix Darwin failures introduced in r296909

2017-03-03 Thread Tim Hammerquist via lldb-commits
Author: penryu Date: Fri Mar 3 17:17:29 2017 New Revision: 296925 URL: http://llvm.org/viewvc/llvm-project?rev=296925=rev Log: Fix Darwin failures introduced in r296909 Modified: lldb/trunk/lldb.xcodeproj/project.pbxproj Modified: lldb/trunk/lldb.xcodeproj/project.pbxproj URL:

[Lldb-commits] [lldb] r297538 - fix xunit attribute parsing

2017-03-10 Thread Tim Hammerquist via lldb-commits
Author: penryu Date: Fri Mar 10 18:58:41 2017 New Revision: 297538 URL: http://llvm.org/viewvc/llvm-project?rev=297538=rev Log: fix xunit attribute parsing Modified: lldb/trunk/packages/Python/lldbsuite/test_event/formatter/xunit.py Modified:

[Lldb-commits] [lldb] r297228 - fix format specifier warnings

2017-03-07 Thread Tim Hammerquist via lldb-commits
Author: penryu Date: Tue Mar 7 15:26:04 2017 New Revision: 297228 URL: http://llvm.org/viewvc/llvm-project?rev=297228=rev Log: fix format specifier warnings Modified: lldb/trunk/tools/debugserver/source/MacOSX/DarwinLog/DarwinLogCollector.cpp

[Lldb-commits] [lldb] r310499 - Fix VASprintfTest.cpp for Darwin, add checks

2017-08-09 Thread Tim Hammerquist via lldb-commits
Author: penryu Date: Wed Aug 9 10:27:02 2017 New Revision: 310499 URL: http://llvm.org/viewvc/llvm-project?rev=310499=rev Log: Fix VASprintfTest.cpp for Darwin, add checks Summary: The EncodingError test ensures that trying to encode a multibyte wchar with a given codepage fails. If setlocale()

[Lldb-commits] [lldb] r307712 - switch on enum should be exhaustive and warning-free

2017-07-11 Thread Tim Hammerquist via lldb-commits
Author: penryu Date: Tue Jul 11 14:06:20 2017 New Revision: 307712 URL: http://llvm.org/viewvc/llvm-project?rev=307712=rev Log: switch on enum should be exhaustive and warning-free Summary: Testing the value of type_code against the closed enum TypeCodes provides statically verifiable

[Lldb-commits] [lldb] r308393 - cmake build needs to run tests AND collect results

2017-07-18 Thread Tim Hammerquist via lldb-commits
Author: penryu Date: Tue Jul 18 16:45:06 2017 New Revision: 308393 URL: http://llvm.org/viewvc/llvm-project?rev=308393=rev Log: cmake build needs to run tests AND collect results CMake target "check-lldb" runs the lldb dotest.py suite, but doesn't collect the results in a usable format. In

[Lldb-commits] [lldb] r306765 - Fix some type-based warnings

2017-06-29 Thread Tim Hammerquist via lldb-commits
Author: penryu Date: Thu Jun 29 16:33:40 2017 New Revision: 306765 URL: http://llvm.org/viewvc/llvm-project?rev=306765=rev Log: Fix some type-based warnings Modified: lldb/trunk/source/Commands/CommandObjectThread.cpp lldb/trunk/source/Plugins/Language/ObjC/Cocoa.cpp

[Lldb-commits] [lldb] r307228 - add googlemock include dir to lldb-gtest Xcode target

2017-07-05 Thread Tim Hammerquist via lldb-commits
Author: penryu Date: Wed Jul 5 17:08:54 2017 New Revision: 307228 URL: http://llvm.org/viewvc/llvm-project?rev=307228=rev Log: add googlemock include dir to lldb-gtest Xcode target Add the googlemock include directory from LLVM to CFLAGS arguments in Xcode's lldb-gtest. Modified:

[Lldb-commits] [lldb] r307335 - Fix Xcode project file for gtest schemes.

2017-07-06 Thread Tim Hammerquist via lldb-commits
Author: penryu Date: Thu Jul 6 16:25:35 2017 New Revision: 307335 URL: http://llvm.org/viewvc/llvm-project?rev=307335=rev Log: Fix Xcode project file for gtest schemes. Modified: lldb/trunk/lldb.xcodeproj/project.pbxproj Modified: lldb/trunk/lldb.xcodeproj/project.pbxproj URL:

[Lldb-commits] [lldb] r301664 - Add remaining SBTrace headers to LLDB framework

2017-04-28 Thread Tim Hammerquist via lldb-commits
Author: penryu Date: Fri Apr 28 13:10:53 2017 New Revision: 301664 URL: http://llvm.org/viewvc/llvm-project?rev=301664=rev Log: Add remaining SBTrace headers to LLDB framework Modified: lldb/trunk/lldb.xcodeproj/project.pbxproj Modified: lldb/trunk/lldb.xcodeproj/project.pbxproj URL:

[Lldb-commits] [lldb] r301686 - Public headers need to be public.

2017-04-28 Thread Tim Hammerquist via lldb-commits
Author: penryu Date: Fri Apr 28 16:03:18 2017 New Revision: 301686 URL: http://llvm.org/viewvc/llvm-project?rev=301686=rev Log: Public headers need to be public. Modified: lldb/trunk/lldb.xcodeproj/project.pbxproj Modified: lldb/trunk/lldb.xcodeproj/project.pbxproj URL:

[Lldb-commits] [lldb] r301600 - integrate SBTrace changes into Xcode project

2017-04-27 Thread Tim Hammerquist via lldb-commits
Author: penryu Date: Thu Apr 27 18:09:08 2017 New Revision: 301600 URL: http://llvm.org/viewvc/llvm-project?rev=301600=rev Log: integrate SBTrace changes into Xcode project Modified: lldb/trunk/lldb.xcodeproj/project.pbxproj Modified: lldb/trunk/lldb.xcodeproj/project.pbxproj URL:

Re: [Lldb-commits] [lldb] r295369 - Fix build

2017-08-06 Thread Tim Hammerquist via lldb-commits
Hi Zachary, Pavel, I'm working on integrating the VASprintfTest.cpp test and other unittests into the Xcode project and I wonder if I can get some information about the EncodingError test in LLDB's VASprintfTest.cpp. It seems to try to store the current locale; set the locale to a new, invalid

[Lldb-commits] [lldb] r310417 - Add existing unit tests to Xcode project

2017-08-08 Thread Tim Hammerquist via lldb-commits
Author: penryu Date: Tue Aug 8 13:59:20 2017 New Revision: 310417 URL: http://llvm.org/viewvc/llvm-project?rev=310417=rev Log: Add existing unit tests to Xcode project Summary: This adds gtest test files to the Xcode project which were previously only in the cmake config. This is the first of

[Lldb-commits] [lldb] r310512 - Add remainder of unittests to Xcode project

2017-08-09 Thread Tim Hammerquist via lldb-commits
Author: penryu Date: Wed Aug 9 12:44:18 2017 New Revision: 310512 URL: http://llvm.org/viewvc/llvm-project?rev=310512=rev Log: Add remainder of unittests to Xcode project Resolves a few build settings required to run DWARF tests as well. rdar://problem/33664378 Modified:

[Lldb-commits] [lldb] r314849 - cmake + xcode: prevent gtests from using includes from project root

2017-10-03 Thread Tim Hammerquist via lldb-commits
Author: penryu Date: Tue Oct 3 14:20:18 2017 New Revision: 314849 URL: http://llvm.org/viewvc/llvm-project?rev=314849=rev Log: cmake + xcode: prevent gtests from using includes from project root Summary: At present, several gtests in the lldb open source codebase are using #include statements