[Lldb-commits] [lldb] [lldb] Remove SymbolFilePDB and make the native one the default (PR #113647)

2024-10-24 Thread Stella Stamenova via lldb-commits
@@ -1,11 +1,9 @@ REQUIRES: system-windows, msvc sstamenova wrote: The tests in SymbolFile/PDB should probably move to SymbolFile/NativePDB for consistency https://github.com/llvm/llvm-project/pull/113647 ___ lldb-com

[Lldb-commits] [lldb] [lldb] Remove SymbolFilePDB and make the native one the default (PR #113647)

2024-10-24 Thread Stella Stamenova via lldb-commits
https://github.com/sstamenova approved this pull request. https://github.com/llvm/llvm-project/pull/113647 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Re: [Lldb-commits] [EXTERNAL] [lldb] fbaf48b - [lldb] Remove redundant .c_str() and .get() calls

2022-12-18 Thread Stella Stamenova via lldb-commits
I think this broke the windows lldb bot: https://lab.llvm.org/buildbot/#/builders/83/builds/27352 Can you address the failure or revert the change? I can revert it tomorrow otherwise. Thanks, -Stella -Original Message- From: lldb-commits On Behalf Of Fangrui Song via lldb-commits Sen

[Lldb-commits] [lldb] da45904 - Revert "[lldb][DWARF5] Enable macro evaluation"

2022-09-14 Thread Stella Stamenova via lldb-commits
Author: Stella Stamenova Date: 2022-09-14T09:30:49-07:00 New Revision: da459043f8c5d4187c798cc13a48bc7f7c1bd81a URL: https://github.com/llvm/llvm-project/commit/da459043f8c5d4187c798cc13a48bc7f7c1bd81a DIFF: https://github.com/llvm/llvm-project/commit/da459043f8c5d4187c798cc13a48bc7f7c1bd81a.di

[Lldb-commits] [lldb] 3271466 - Revert "Add the ability to show when variables fails to be available when debug info is valid."

2022-09-12 Thread Stella Stamenova via lldb-commits
Author: Stella Stamenova Date: 2022-09-12T11:31:17-07:00 New Revision: 327146639c049f3cff13c94ec44c12aa718b9fe4 URL: https://github.com/llvm/llvm-project/commit/327146639c049f3cff13c94ec44c12aa718b9fe4 DIFF: https://github.com/llvm/llvm-project/commit/327146639c049f3cff13c94ec44c12aa718b9fe4.di

[Lldb-commits] [lldb] bd323e4 - Revert "[lldb][bindings] Fix module_access handling of regex"

2022-09-06 Thread Stella Stamenova via lldb-commits
Author: Stella Stamenova Date: 2022-09-06T08:57:28-07:00 New Revision: bd323e42c84476f26bd2f8447f0b0f0dfc204bcb URL: https://github.com/llvm/llvm-project/commit/bd323e42c84476f26bd2f8447f0b0f0dfc204bcb DIFF: https://github.com/llvm/llvm-project/commit/bd323e42c84476f26bd2f8447f0b0f0dfc204bcb.di

[Lldb-commits] [lldb] 0cbaed3 - Revert "[LLDB][NFC] Fix optons parsing and misc. reliability in CommandObjectThread"

2022-08-16 Thread Stella Stamenova via lldb-commits
Author: Stella Stamenova Date: 2022-08-16T18:11:28-07:00 New Revision: 0cbaed3e14448de4b9ed32b7f531471bc6d4347f URL: https://github.com/llvm/llvm-project/commit/0cbaed3e14448de4b9ed32b7f531471bc6d4347f DIFF: https://github.com/llvm/llvm-project/commit/0cbaed3e14448de4b9ed32b7f531471bc6d4347f.di

[Lldb-commits] [lldb] c3a28e8 - Revert "[lldb] Add support for using integral const static data members in the expression evaluator"

2022-07-14 Thread Stella Stamenova via lldb-commits
Author: Stella Stamenova Date: 2022-07-14T10:47:01-07:00 New Revision: c3a28e8a99a6672339a38c468f2519ace5659fa2 URL: https://github.com/llvm/llvm-project/commit/c3a28e8a99a6672339a38c468f2519ace5659fa2 DIFF: https://github.com/llvm/llvm-project/commit/c3a28e8a99a6672339a38c468f2519ace5659fa2.di

[Lldb-commits] [lldb] b10579d - Revert "[lldb/Fuzzer] Create ninja target for target fuzzer"

2022-06-15 Thread Stella Stamenova via lldb-commits
Author: Stella Stamenova Date: 2022-06-15T12:40:33-07:00 New Revision: b10579d0b519571fa7487399d82e1e809fbfe6cb URL: https://github.com/llvm/llvm-project/commit/b10579d0b519571fa7487399d82e1e809fbfe6cb DIFF: https://github.com/llvm/llvm-project/commit/b10579d0b519571fa7487399d82e1e809fbfe6cb.di

[Lldb-commits] [lldb] 75acec8 - [lldb] Fix enums-layout test on Windows

2022-05-26 Thread Stella Stamenova via lldb-commits
Author: Stella Stamenova Date: 2022-05-26T12:16:52-07:00 New Revision: 75acec818e3a419836cf4827eb64faee719becb8 URL: https://github.com/llvm/llvm-project/commit/75acec818e3a419836cf4827eb64faee719becb8 DIFF: https://github.com/llvm/llvm-project/commit/75acec818e3a419836cf4827eb64faee719becb8.di

[Lldb-commits] [lldb] 8bd1988 - [lldb] Skip Test11588 on Windows

2022-03-14 Thread Stella Stamenova via lldb-commits
Author: Stella Stamenova Date: 2022-03-14T09:26:41-07:00 New Revision: 8bd1988e74f212f65de21e25c9e44b42a4b97bd9 URL: https://github.com/llvm/llvm-project/commit/8bd1988e74f212f65de21e25c9e44b42a4b97bd9 DIFF: https://github.com/llvm/llvm-project/commit/8bd1988e74f212f65de21e25c9e44b42a4b97bd9.di

Re: [Lldb-commits] [EXTERNAL] [PATCH] D114639: Raise the minimum Visual Studio version to VS2019

2022-01-29 Thread Stella Stamenova via lldb-commits
I will take care of it today. The bot does have vs2019 installed and it should be picking up latest VS (and it was when I updated it), so there is an easy fix (remove 2017) and then I can investigate why it stopped picking up latest. Get Outlook for iOS ___

[Lldb-commits] [lldb] 738d73f - [lldb] Update the lldb build instructions on Windows

2022-01-28 Thread Stella Stamenova via lldb-commits
Author: Stella Stamenova Date: 2022-01-28T10:18:19-08:00 New Revision: 738d73fbf4edc1ae4e6fc2e40f734df267420420 URL: https://github.com/llvm/llvm-project/commit/738d73fbf4edc1ae4e6fc2e40f734df267420420 DIFF: https://github.com/llvm/llvm-project/commit/738d73fbf4edc1ae4e6fc2e40f734df267420420.di

[Lldb-commits] [lldb] 8fec756 - [lldb] Disable one more watchpoint test on Windows

2022-01-12 Thread Stella Stamenova via lldb-commits
Author: Stella Stamenova Date: 2022-01-12T08:55:48-08:00 New Revision: 8fec756c0b54f8720b746b103ac277b5a153dff7 URL: https://github.com/llvm/llvm-project/commit/8fec756c0b54f8720b746b103ac277b5a153dff7 DIFF: https://github.com/llvm/llvm-project/commit/8fec756c0b54f8720b746b103ac277b5a153dff7.di

[Lldb-commits] [lldb] 10bc336 - Revert "[LLDB][NativePDB] Add support for inlined functions"

2022-01-12 Thread Stella Stamenova via lldb-commits
Author: Stella Stamenova Date: 2022-01-12T08:53:19-08:00 New Revision: 10bc3362a1a8a3df2660bf65db0ec1ccab646e1b URL: https://github.com/llvm/llvm-project/commit/10bc3362a1a8a3df2660bf65db0ec1ccab646e1b DIFF: https://github.com/llvm/llvm-project/commit/10bc3362a1a8a3df2660bf65db0ec1ccab646e1b.di

[Lldb-commits] [lldb] 9b5cf72 - [lldb] Disable several lldb tests that are flaky on Windows

2022-01-10 Thread Stella Stamenova via lldb-commits
Author: Stella Stamenova Date: 2022-01-10T10:21:12-08:00 New Revision: 9b5cf7267beb1e9c6f16402795890f0d02eb5145 URL: https://github.com/llvm/llvm-project/commit/9b5cf7267beb1e9c6f16402795890f0d02eb5145 DIFF: https://github.com/llvm/llvm-project/commit/9b5cf7267beb1e9c6f16402795890f0d02eb5145.di

[Lldb-commits] [lldb] f4abf28 - [lldb] Update the PDB tests to pass with the VS2019 toolset

2021-12-14 Thread Stella Stamenova via lldb-commits
Author: Stella Stamenova Date: 2021-12-14T13:06:07-08:00 New Revision: f4abf28c0a0ba2226379a1b1926a7c36d75265e9 URL: https://github.com/llvm/llvm-project/commit/f4abf28c0a0ba2226379a1b1926a7c36d75265e9 DIFF: https://github.com/llvm/llvm-project/commit/f4abf28c0a0ba2226379a1b1926a7c36d75265e9.di

[Lldb-commits] [lldb] c248601 - [lldb] Skip two lldb tests on Windows because they are flaky

2021-12-02 Thread Stella Stamenova via lldb-commits
Author: Stella Stamenova Date: 2021-12-02T09:53:28-08:00 New Revision: c24860118a7e4fe0611a9463498181a4a01b9459 URL: https://github.com/llvm/llvm-project/commit/c24860118a7e4fe0611a9463498181a4a01b9459 DIFF: https://github.com/llvm/llvm-project/commit/c24860118a7e4fe0611a9463498181a4a01b9459.di

[Lldb-commits] [lldb] 5891705 - [lldb] Skip several lldb tests that are flaky on Windows

2021-10-13 Thread Stella Stamenova via lldb-commits
Author: Stella Stamenova Date: 2021-10-13T09:46:41-07:00 New Revision: 58917054c29878ff3462f73b32a3e5dfa64d83f9 URL: https://github.com/llvm/llvm-project/commit/58917054c29878ff3462f73b32a3e5dfa64d83f9 DIFF: https://github.com/llvm/llvm-project/commit/58917054c29878ff3462f73b32a3e5dfa64d83f9.di

[Lldb-commits] [lldb] 10f16bc - Revert "[lldb] [ABI/X86] Split base x86 and i386 classes"

2021-10-06 Thread Stella Stamenova via lldb-commits
Author: Stella Stamenova Date: 2021-10-06T10:56:45-07:00 New Revision: 10f16bc7b2bfa0fb3589ac62fc8392854a3a2226 URL: https://github.com/llvm/llvm-project/commit/10f16bc7b2bfa0fb3589ac62fc8392854a3a2226 DIFF: https://github.com/llvm/llvm-project/commit/10f16bc7b2bfa0fb3589ac62fc8392854a3a2226.di

[Lldb-commits] [lldb] dfb6f7b - Revert "[lldb] [DWARF-5] Be lazier about loading .dwo files"

2021-07-30 Thread Stella Stamenova via lldb-commits
Author: Stella Stamenova Date: 2021-07-30T18:33:13-07:00 New Revision: dfb6f7b01595a0f4684615ed867c6c76e8ea51b3 URL: https://github.com/llvm/llvm-project/commit/dfb6f7b01595a0f4684615ed867c6c76e8ea51b3 DIFF: https://github.com/llvm/llvm-project/commit/dfb6f7b01595a0f4684615ed867c6c76e8ea51b3.di

[Lldb-commits] [lldb] 66ba4e3 - Revert "[lldb] Assert filecache and live memory match on debug under a setting"

2021-07-29 Thread Stella Stamenova via lldb-commits
Author: Stella Stamenova Date: 2021-07-29T10:48:57-07:00 New Revision: 66ba4e3dc608156797df8f863d61fa106608e45c URL: https://github.com/llvm/llvm-project/commit/66ba4e3dc608156797df8f863d61fa106608e45c DIFF: https://github.com/llvm/llvm-project/commit/66ba4e3dc608156797df8f863d61fa106608e45c.di

[Lldb-commits] [lldb] c8a9c78 - [lldb] Fix debug_loc.s which was broken after https://reviews.llvm.org/D103502

2021-06-29 Thread Stella Stamenova via lldb-commits
Author: Stella Stamenova Date: 2021-06-29T13:54:48-07:00 New Revision: c8a9c78e170e3b972041b301a50d0456afe83d10 URL: https://github.com/llvm/llvm-project/commit/c8a9c78e170e3b972041b301a50d0456afe83d10 DIFF: https://github.com/llvm/llvm-project/commit/c8a9c78e170e3b972041b301a50d0456afe83d10.di

[Lldb-commits] [lldb] 9952d59 - [lldb] Fix globals-bss.cpp which was broken in https://reviews.llvm.org/D105055

2021-06-29 Thread Stella Stamenova via lldb-commits
Author: Stella Stamenova Date: 2021-06-29T13:39:18-07:00 New Revision: 9952d591ccc49cbcbf9c89d5191e6111c44703a6 URL: https://github.com/llvm/llvm-project/commit/9952d591ccc49cbcbf9c89d5191e6111c44703a6 DIFF: https://github.com/llvm/llvm-project/commit/9952d591ccc49cbcbf9c89d5191e6111c44703a6.di

[Lldb-commits] [lldb] bb2cfca - Revert D104488 and friends since it broke the windows bot

2021-06-29 Thread Stella Stamenova via lldb-commits
Author: Stella Stamenova Date: 2021-06-29T12:58:55-07:00 New Revision: bb2cfca2f3237d7f722e95d4cab9f3d71f728c9c URL: https://github.com/llvm/llvm-project/commit/bb2cfca2f3237d7f722e95d4cab9f3d71f728c9c DIFF: https://github.com/llvm/llvm-project/commit/bb2cfca2f3237d7f722e95d4cab9f3d71f728c9c.di

[Lldb-commits] [lldb] ca10add - [lldb, win] Remove obsolete workaround for MSVC and python libs

2021-06-10 Thread Stella Stamenova via lldb-commits
Author: Stella Stamenova Date: 2021-06-10T11:13:38-07:00 New Revision: ca10add5dbe4c3fb2ccaa032d9c7f3e13ca4b14b URL: https://github.com/llvm/llvm-project/commit/ca10add5dbe4c3fb2ccaa032d9c7f3e13ca4b14b DIFF: https://github.com/llvm/llvm-project/commit/ca10add5dbe4c3fb2ccaa032d9c7f3e13ca4b14b.di

[Lldb-commits] [lldb] 802c5ce - [lldb] Un-XFAIL TestAutoInstallMainExecutable on Windows

2021-04-01 Thread Stella Stamenova via lldb-commits
Author: Stella Stamenova Date: 2021-04-01T08:46:23-07:00 New Revision: 802c5ce364a21c54c1568c8791b1d5f36c11829e URL: https://github.com/llvm/llvm-project/commit/802c5ce364a21c54c1568c8791b1d5f36c11829e DIFF: https://github.com/llvm/llvm-project/commit/802c5ce364a21c54c1568c8791b1d5f36c11829e.di

[Lldb-commits] [lldb] 801067f - [mlir][lldb] Fix several gcc warnings in mlir and lldb

2021-03-01 Thread Stella Stamenova via lldb-commits
Author: Stella Stamenova Date: 2021-03-01T13:48:22-08:00 New Revision: 801067f4c09bb8c3b625991c5adcb69b58eabaa1 URL: https://github.com/llvm/llvm-project/commit/801067f4c09bb8c3b625991c5adcb69b58eabaa1 DIFF: https://github.com/llvm/llvm-project/commit/801067f4c09bb8c3b625991c5adcb69b58eabaa1.di

[Lldb-commits] [lldb] ed98676 - Support multi-configuration generators correctly in several config files

2021-02-11 Thread Stella Stamenova via lldb-commits
Author: Stella Stamenova Date: 2021-02-11T09:32:20-08:00 New Revision: ed98676fa4833bb80632fc7c9db10c3328d78485 URL: https://github.com/llvm/llvm-project/commit/ed98676fa4833bb80632fc7c9db10c3328d78485 DIFF: https://github.com/llvm/llvm-project/commit/ed98676fa4833bb80632fc7c9db10c3328d78485.di

[Lldb-commits] [lldb] 3471455 - [lldb/test] Skip TestProcessAttach: test_attach_to_process_from_different_dir_by_id on Windows

2021-01-19 Thread Stella Stamenova via lldb-commits
Author: Stella Stamenova Date: 2021-01-19T14:09:09-08:00 New Revision: 347145538443347e705aaf1fb1473a5dcc5698e6 URL: https://github.com/llvm/llvm-project/commit/347145538443347e705aaf1fb1473a5dcc5698e6 DIFF: https://github.com/llvm/llvm-project/commit/347145538443347e705aaf1fb1473a5dcc5698e6.di

[Lldb-commits] [lldb] d9624f4 - Revert "[ThreadPlan] Add a test for `thread step-in -r`, NFC"

2020-11-11 Thread Stella Stamenova via lldb-commits
Author: Stella Stamenova Date: 2020-11-11T09:09:43-08:00 New Revision: d9624f444807bdac92e37f85ab07db1eb8a2bdf2 URL: https://github.com/llvm/llvm-project/commit/d9624f444807bdac92e37f85ab07db1eb8a2bdf2 DIFF: https://github.com/llvm/llvm-project/commit/d9624f444807bdac92e37f85ab07db1eb8a2bdf2.di

[Lldb-commits] [lldb] c464f1d - [lldb, tests] Correctly configure the yaml2obj paths

2020-09-10 Thread Stella Stamenova via lldb-commits
Author: Stella Stamenova Date: 2020-09-10T10:10:28-07:00 New Revision: c464f1d8f9a04d7b4b6cc81eac0891c46aba5950 URL: https://github.com/llvm/llvm-project/commit/c464f1d8f9a04d7b4b6cc81eac0891c46aba5950 DIFF: https://github.com/llvm/llvm-project/commit/c464f1d8f9a04d7b4b6cc81eac0891c46aba5950.di

[Lldb-commits] [lldb] 215a311 - Revert "Allow customized relative PYTHONHOME"

2020-02-21 Thread Stella Stamenova via lldb-commits
Author: Stella Stamenova Date: 2020-02-21T14:57:00-08:00 New Revision: 215a31115f89c851331a822e67aa4528ba5c21e6 URL: https://github.com/llvm/llvm-project/commit/215a31115f89c851331a822e67aa4528ba5c21e6 DIFF: https://github.com/llvm/llvm-project/commit/215a31115f89c851331a822e67aa4528ba5c21e6.di

[Lldb-commits] [lldb] 733923a - [lldb\utils] Place lldb-repro in a per-configuration directory to support multi-configuration generators

2020-02-06 Thread Stella Stamenova via lldb-commits
Author: Stella Stamenova Date: 2020-02-06T12:31:57-08:00 New Revision: 733923a97dff2d2c6096d6b17c3987421be69ab6 URL: https://github.com/llvm/llvm-project/commit/733923a97dff2d2c6096d6b17c3987421be69ab6 DIFF: https://github.com/llvm/llvm-project/commit/733923a97dff2d2c6096d6b17c3987421be69ab6.di

[Lldb-commits] [lldb] d53c8c6 - [lldb/tests] Correctly configure the lldb dotest arguments

2020-02-06 Thread Stella Stamenova via lldb-commits
Author: Stella Stamenova Date: 2020-02-06T10:27:10-08:00 New Revision: d53c8c6af5223e4098b395175f0bfaf75721fb79 URL: https://github.com/llvm/llvm-project/commit/d53c8c6af5223e4098b395175f0bfaf75721fb79 DIFF: https://github.com/llvm/llvm-project/commit/d53c8c6af5223e4098b395175f0bfaf75721fb79.di

Re: [Lldb-commits] [EXTERNAL] [lldb] 42c906b - [lldb/API] Fix non null-terminated stop-reason in SBThread::GetStopDescription

2020-02-05 Thread Stella Stamenova via lldb-commits
Does this fix the Windows failures that were reported this morning as well? -Original Message- From: lldb-commits On Behalf Of Med Ismail Bennani via lldb-commits Sent: Wednesday, February 5, 2020 3:21 PM To: lldb-commits@lists.llvm.org Subject: [EXTERNAL] [Lldb-commits] [lldb] 42c906b -

[Lldb-commits] [lldb] a111ffb - [lldb] Fix build break in ProcessDebugger due to StringRef usage changes

2020-01-29 Thread Stella Stamenova via lldb-commits
Author: Stella Stamenova Date: 2020-01-29T13:19:04-08:00 New Revision: a111ffbb03f7a9e61bfb2dc29689234887e30014 URL: https://github.com/llvm/llvm-project/commit/a111ffbb03f7a9e61bfb2dc29689234887e30014 DIFF: https://github.com/llvm/llvm-project/commit/a111ffbb03f7a9e61bfb2dc29689234887e30014.di

[Lldb-commits] [lldb] ab72db7 - [lldb/test] test_breakpoints_func_full from TestNamespace.NamespaceBreakpointTestCase is now passing on Windows

2020-01-14 Thread Stella Stamenova via lldb-commits
Author: Stella Stamenova Date: 2020-01-14T11:15:48-08:00 New Revision: ab72db7fc85266f094cc6b9452dd01f175c04cab URL: https://github.com/llvm/llvm-project/commit/ab72db7fc85266f094cc6b9452dd01f175c04cab DIFF: https://github.com/llvm/llvm-project/commit/ab72db7fc85266f094cc6b9452dd01f175c04cab.di

Re: [Lldb-commits] [EXTERNAL] [PATCH] D69535: build: improve python check for Windows

2019-12-27 Thread Stella Stamenova via lldb-commits
We have some internal machines that had Python 3.7 or Python 3.8 installed and after the recent changes for Python detection, the LLDB build started using the newer versions of Python. This caused a couple of hundred tests to end up "unresolved". There's no official Buildbot that verifies this s

[Lldb-commits] [lldb] r372634 - [lldb-suite] TestCallOverriddenMethod.py is now passing on Windows

2019-09-23 Thread Stella Stamenova via lldb-commits
Author: stella.stamenova Date: Mon Sep 23 10:51:27 2019 New Revision: 372634 URL: http://llvm.org/viewvc/llvm-project?rev=372634&view=rev Log: [lldb-suite] TestCallOverriddenMethod.py is now passing on Windows The test is now passing, so remove the expected failure. No other tests associated wit

Re: [Lldb-commits] [PATCH] D66546: Extend FindTypes w/ CompilerContext to allow filtering by language

2019-08-22 Thread Stella Stamenova via lldb-commits
Thanks! Thanks, - Stella From: Adrian Prantl via Phabricator Sent: Thursday, August 22, 2019 1:42:13 PM To: apra...@apple.com ; pa...@labath.sk ; clayb...@gmail.com ; jmole...@apple.com ; jo...@devlieghere.com Cc: Stella Stamenova ; llvm-comm...@lists.llvm.org

[Lldb-commits] [lldb] r368615 - Revert "[lldb] Fix dynamic_cast by no longer failing on variable without metadata"

2019-08-12 Thread Stella Stamenova via lldb-commits
Author: stella.stamenova Date: Mon Aug 12 13:08:05 2019 New Revision: 368615 URL: http://llvm.org/viewvc/llvm-project?rev=368615&view=rev Log: Revert "[lldb] Fix dynamic_cast by no longer failing on variable without metadata" This reverts commit b448d1bf212219febbb182d00c210bad1bd25e7f. Removed

[Lldb-commits] [lldb] r368616 - Revert "[lldb] Refactor guard variable checks in IRForTarget"

2019-08-12 Thread Stella Stamenova via lldb-commits
Author: stella.stamenova Date: Mon Aug 12 13:08:07 2019 New Revision: 368616 URL: http://llvm.org/viewvc/llvm-project?rev=368616&view=rev Log: Revert "[lldb] Refactor guard variable checks in IRForTarget" This reverts commit 94fbbf712e906464f5f3abbeabcfcbc05d5352ec. Modified: lldb/trunk/sour

[Lldb-commits] [lldb] r365533 - [lldb, windows] Include WindowsError instead of ErrorHandling in ThreadLauncher

2019-07-09 Thread Stella Stamenova via lldb-commits
Author: stella.stamenova Date: Tue Jul 9 11:41:31 2019 New Revision: 365533 URL: http://llvm.org/viewvc/llvm-project?rev=365533&view=rev Log: [lldb, windows] Include WindowsError instead of ErrorHandling in ThreadLauncher ErrorHandling.h does not include WindowsError.h which is needed for mapWi

[Lldb-commits] [lldb] r365527 - [lldb-suite] Skip TestMachCore on Windows

2019-07-09 Thread Stella Stamenova via lldb-commits
Author: stella.stamenova Date: Tue Jul 9 11:18:02 2019 New Revision: 365527 URL: http://llvm.org/viewvc/llvm-project?rev=365527&view=rev Log: [lldb-suite] Skip TestMachCore on Windows This test was originally marked as expected failure on Windows, but it is timing out instead of outright failin

[Lldb-commits] [lldb] r365526 - [lldb, windows] Update two more locations that use LaunchThread to the new function signature

2019-07-09 Thread Stella Stamenova via lldb-commits
Author: stella.stamenova Date: Tue Jul 9 11:10:36 2019 New Revision: 365526 URL: http://llvm.org/viewvc/llvm-project?rev=365526&view=rev Log: [lldb, windows] Update two more locations that use LaunchThread to the new function signature Modified: lldb/trunk/source/Host/windows/HostProcessWin

[Lldb-commits] [lldb] r365400 - [lldb, windows] When StartMonitoring fails, return a proper error

2019-07-08 Thread Stella Stamenova via lldb-commits
Author: stella.stamenova Date: Mon Jul 8 15:09:08 2019 New Revision: 365400 URL: http://llvm.org/viewvc/llvm-project?rev=365400&view=rev Log: [lldb, windows] When StartMonitoring fails, return a proper error This is possible now that the function returns an llvm::Expected Modified: lldb/tru

[Lldb-commits] [lldb] r365388 - [lldb] Fix two more issues in Windows following rL365226: Change LaunchThread interface to return an expected

2019-07-08 Thread Stella Stamenova via lldb-commits
Author: stella.stamenova Date: Mon Jul 8 14:17:58 2019 New Revision: 365388 URL: http://llvm.org/viewvc/llvm-project?rev=365388&view=rev Log: [lldb] Fix two more issues in Windows following rL365226: Change LaunchThread interface to return an expected A couple of the function signatures changed

[Lldb-commits] [lldb] r365371 - Revert "Move common functionality from processwindows into processdebugger"

2019-07-08 Thread Stella Stamenova via lldb-commits
Author: stella.stamenova Date: Mon Jul 8 11:53:32 2019 New Revision: 365371 URL: http://llvm.org/viewvc/llvm-project?rev=365371&view=rev Log: Revert "Move common functionality from processwindows into processdebugger" This reverts commit 9c01eaff6aa3f59d91530f47b85bb470377a7780. The changes in

[Lldb-commits] [lldb] r364860 - [lldb] [lldbsuite] Use a unique class name for TestValueVarUpdate

2019-07-01 Thread Stella Stamenova via lldb-commits
Author: stella.stamenova Date: Mon Jul 1 15:12:55 2019 New Revision: 364860 URL: http://llvm.org/viewvc/llvm-project?rev=364860&view=rev Log: [lldb] [lldbsuite] Use a unique class name for TestValueVarUpdate It looks like when this test was added, it was based on TestHelloWorld and it ended up

[Lldb-commits] [lldb] r364826 - [lldb] [lldbsuite] Use a unique class name for TestBacktraceAll

2019-07-01 Thread Stella Stamenova via lldb-commits
Author: stella.stamenova Date: Mon Jul 1 11:13:20 2019 New Revision: 364826 URL: http://llvm.org/viewvc/llvm-project?rev=364826&view=rev Log: [lldb] [lldbsuite] Use a unique class name for TestBacktraceAll It looks like when this test was added, it was based on TestBreakAfterJoin and it ended u

[Lldb-commits] [lldb] r361064 - [CommandInterpreter] Fix trailing blanks after `all` or [0-9]+ for bt

2019-05-17 Thread Stella Stamenova via lldb-commits
Author: stella.stamenova Date: Fri May 17 11:52:42 2019 New Revision: 361064 URL: http://llvm.org/viewvc/llvm-project?rev=361064&view=rev Log: [CommandInterpreter] Fix trailing blanks after `all` or [0-9]+ for bt The change that was committed for this used \\s to match spaces which does not work

[Lldb-commits] [lldb] r360371 - Fix TestVSCode_attach on Linux

2019-05-09 Thread Stella Stamenova via lldb-commits
Author: stella.stamenova Date: Thu May 9 12:49:26 2019 New Revision: 360371 URL: http://llvm.org/viewvc/llvm-project?rev=360371&view=rev Log: Fix TestVSCode_attach on Linux The test is failing sometimes because the debugger is failing to attach for lack of permissions. The fix is to call lldb_e

[Lldb-commits] [lldb] r360368 - Use UNSUPPORTED: system-windows instead of REQUIRES: nowindows or UNSUPPORTED: windows. nowindows is not currently defined and windows does not cover all cases. system-

2019-05-09 Thread Stella Stamenova via lldb-commits
Author: stella.stamenova Date: Thu May 9 12:40:21 2019 New Revision: 360368 URL: http://llvm.org/viewvc/llvm-project?rev=360368&view=rev Log: Use UNSUPPORTED: system-windows instead of REQUIRES: nowindows or UNSUPPORTED: windows. nowindows is not currently defined and windows does not cover all

[Lldb-commits] [lldb] r359573 - Un-xfail the TestMiniDump tests on Windows

2019-04-30 Thread Stella Stamenova via lldb-commits
Author: stella.stamenova Date: Tue Apr 30 09:42:39 2019 New Revision: 359573 URL: http://llvm.org/viewvc/llvm-project?rev=359573&view=rev Log: Un-xfail the TestMiniDump tests on Windows After Aaron's commit for ObjectFilePECOFF:: GetUUID, the tests are now passing Modified: lldb/trunk/packa

[Lldb-commits] [lldb] r357641 - Un-xfail one of the TestMiniDumpUUID tests on Windows

2019-04-03 Thread Stella Stamenova via lldb-commits
Author: stella.stamenova Date: Wed Apr 3 14:57:41 2019 New Revision: 357641 URL: http://llvm.org/viewvc/llvm-project?rev=357641&view=rev Log: Un-xfail one of the TestMiniDumpUUID tests on Windows The test is passing on Windows and the windows bot is failing because of the unexpected pass Modif

[Lldb-commits] [lldb] r356065 - [lldbsuite] Un-xfail TestPyObjSynthProvider on Windows

2019-03-13 Thread Stella Stamenova via lldb-commits
Author: stella.stamenova Date: Wed Mar 13 09:53:53 2019 New Revision: 356065 URL: http://llvm.org/viewvc/llvm-project?rev=356065&view=rev Log: [lldbsuite] Un-xfail TestPyObjSynthProvider on Windows One of Davide's changes yesterday fixed the behavior on Windows, so the test is now passing. Modi

Re: [Lldb-commits] [lldb] r355406 - Revert "Fix embedded Python initialization according to changes in version 3.7"

2019-03-05 Thread Stella Stamenova via lldb-commits
It should be safe to checkin the change now. It looks like at some point during the last couple of days the timing of some of the threads tests on Windows changed so now instead of behaving and passing or failing nicely, they are getting struck and never completing. This does not happen on every

[Lldb-commits] [lldb] r355448 - [lit, windows] Disable stop-hook-threads on Windows

2019-03-05 Thread Stella Stamenova via lldb-commits
Author: stella.stamenova Date: Tue Mar 5 13:43:04 2019 New Revision: 355448 URL: http://llvm.org/viewvc/llvm-project?rev=355448&view=rev Log: [lit, windows] Disable stop-hook-threads on Windows This test is also no longer reliably failing or passing on Windows and it is hanging every few runs.

[Lldb-commits] [lldb] r355443 - [lldbsuite, windows] Skip the TestEvents tests on Windows

2019-03-05 Thread Stella Stamenova via lldb-commits
Author: stella.stamenova Date: Tue Mar 5 13:03:36 2019 New Revision: 355443 URL: http://llvm.org/viewvc/llvm-project?rev=355443&view=rev Log: [lldbsuite, windows] Skip the TestEvents tests on Windows These tests are flakey on Windows and recently they have started failing AND also hanging the w

Re: [Lldb-commits] [lldb] r355406 - Revert "Fix embedded Python initialization according to changes in version 3.7"

2019-03-05 Thread Stella Stamenova via lldb-commits
I ran the tests without that line on a machine that is equivalent to the Buildbot and they ran correctly, but I just noticed that while the Buildbot has had several runs that did not time out since the revert, there was also one that did time out. I am going to let the current build on the Buil

Re: [Lldb-commits] [lldb] r355406 - Revert "Fix embedded Python initialization according to changes in version 3.7"

2019-03-05 Thread Stella Stamenova via lldb-commits
The bot is running 3.6.6 and it does not have python 3.7 installed (it does have python 2.7 which is needed to run Buildbot). The change that was pushed, though, did not only impact python 3.7: m_was_already_initialized == PyGILState_UNLOCKED ? "un" : ""); m_gil_s

[Lldb-commits] [lldb] r354172 - [win] Resolve the module only if there isn't one already

2019-02-15 Thread Stella Stamenova via lldb-commits
Author: stella.stamenova Date: Fri Feb 15 13:40:59 2019 New Revision: 354172 URL: http://llvm.org/viewvc/llvm-project?rev=354172&view=rev Log: [win] Resolve the module only if there isn't one already Summary: This commit modifies the OnLoadModule method to resolve the module unless we already hav

[Lldb-commits] [lldb] r351080 - [lldbsuite] Skip two more flaky tests on Windows

2019-01-14 Thread Stella Stamenova via lldb-commits
Author: stella.stamenova Date: Mon Jan 14 09:55:17 2019 New Revision: 351080 URL: http://llvm.org/viewvc/llvm-project?rev=351080&view=rev Log: [lldbsuite] Skip two more flaky tests on Windows TestNamespaceLookup occasionally passes unexpectedly and TestExitDuringStep occasionally fails unexpecte

[Lldb-commits] [lldb] r350978 - [lldbsuite] Skip TestExitDuringStep on Windows

2019-01-11 Thread Stella Stamenova via lldb-commits
Author: stella.stamenova Date: Fri Jan 11 15:08:35 2019 New Revision: 350978 URL: http://llvm.org/viewvc/llvm-project?rev=350978&view=rev Log: [lldbsuite] Skip TestExitDuringStep on Windows This test is flaky on Windows and will occasionally hang or fail. Modified: lldb/trunk/packages/Pytho

[Lldb-commits] [lldb] r349977 - [cmake] Suppress 'warning C4201: nonstandard extension used: nameless struct/union' on Windows

2018-12-21 Thread Stella Stamenova via lldb-commits
Author: stella.stamenova Date: Fri Dec 21 15:59:24 2018 New Revision: 349977 URL: http://llvm.org/viewvc/llvm-project?rev=349977&view=rev Log: [cmake] Suppress 'warning C4201: nonstandard extension used: nameless struct/union' on Windows This warning comes up in the ObjC language plugin because

[Lldb-commits] [lldb] r349946 - [lldbsuite] Skip flakey Windows tests

2018-12-21 Thread Stella Stamenova via lldb-commits
Author: stella.stamenova Date: Fri Dec 21 12:10:45 2018 New Revision: 349946 URL: http://llvm.org/viewvc/llvm-project?rev=349946&view=rev Log: [lldbsuite] Skip flakey Windows tests Skip a number of tests on Windows that are flakey and will pass/fail unexpectedly every dozen or so runs. Modified

[Lldb-commits] [lldb] r349813 - [lldbsuite] Un-xfail several tests in TestInferiorCrashing on Windows

2018-12-20 Thread Stella Stamenova via lldb-commits
Author: stella.stamenova Date: Thu Dec 20 12:26:05 2018 New Revision: 349813 URL: http://llvm.org/viewvc/llvm-project?rev=349813&view=rev Log: [lldbsuite] Un-xfail several tests in TestInferiorCrashing on Windows Several of the tests are now passing. This change is enabling them. Modified:

[Lldb-commits] [lldb] r349784 - [lit] Skip stop-hook test on Windows

2018-12-20 Thread Stella Stamenova via lldb-commits
Author: stella.stamenova Date: Thu Dec 20 10:23:08 2018 New Revision: 349784 URL: http://llvm.org/viewvc/llvm-project?rev=349784&view=rev Log: [lit] Skip stop-hook test on Windows This test is now marked as unsupported on Windows - it is not technically "unsupported" on Windows, but it fails be

[Lldb-commits] [lldb] r349783 - [lldbsuite] Un-xfail TestMiniDump and TestThreadJump

2018-12-20 Thread Stella Stamenova via lldb-commits
Author: stella.stamenova Date: Thu Dec 20 10:21:17 2018 New Revision: 349783 URL: http://llvm.org/viewvc/llvm-project?rev=349783&view=rev Log: [lldbsuite] Un-xfail TestMiniDump and TestThreadJump Both of these are now passing. I've resolved the bugs as well for verification. Modified: lldb/

[Lldb-commits] [lldb] r349781 - [lldbsuite] Un-xfail TestEvents on Windows

2018-12-20 Thread Stella Stamenova via lldb-commits
Author: stella.stamenova Date: Thu Dec 20 10:00:20 2018 New Revision: 349781 URL: http://llvm.org/viewvc/llvm-project?rev=349781&view=rev Log: [lldbsuite] Un-xfail TestEvents on Windows There are a couple of tests in TestEvents that are now passing. Modified: lldb/trunk/packages/Python/lldbs

[Lldb-commits] [lldb] r349775 - [lldbsuite] Skip TestConflictingSymbol (test_shadowed) on Windows

2018-12-20 Thread Stella Stamenova via lldb-commits
Author: stella.stamenova Date: Thu Dec 20 09:19:56 2018 New Revision: 349775 URL: http://llvm.org/viewvc/llvm-project?rev=349775&view=rev Log: [lldbsuite] Skip TestConflictingSymbol (test_shadowed) on Windows The test is "passing" on windows, but it is a false positive. Skip it on Windows until

[Lldb-commits] [lldb] r349722 - [lldbsuite] Un-xfail TestRedefinitionsInInlines on Windows

2018-12-19 Thread Stella Stamenova via lldb-commits
Author: stella.stamenova Date: Wed Dec 19 19:04:14 2018 New Revision: 349722 URL: http://llvm.org/viewvc/llvm-project?rev=349722&view=rev Log: [lldbsuite] Un-xfail TestRedefinitionsInInlines on Windows Modified: lldb/trunk/packages/Python/lldbsuite/test/lang/c/inlines/TestRedefinitionsInInli

[Lldb-commits] [lldb] r349721 - [lldbsuite] Un-xfail TestDataFormatterSynthVal on Windows

2018-12-19 Thread Stella Stamenova via lldb-commits
Author: stella.stamenova Date: Wed Dec 19 18:22:09 2018 New Revision: 349721 URL: http://llvm.org/viewvc/llvm-project?rev=349721&view=rev Log: [lldbsuite] Un-xfail TestDataFormatterSynthVal on Windows Modified: lldb/trunk/packages/Python/lldbsuite/test/functionalities/data-formatter/data-for

[Lldb-commits] [lldb] r349719 - [lldbsuite] Un-xfail tests on Windows that are now passing (pt.5)

2018-12-19 Thread Stella Stamenova via lldb-commits
Author: stella.stamenova Date: Wed Dec 19 18:04:01 2018 New Revision: 349719 URL: http://llvm.org/viewvc/llvm-project?rev=349719&view=rev Log: [lldbsuite] Un-xfail tests on Windows that are now passing (pt.5) This is a set of tests that were all marked as failing becuse of pr24764. The bug is no

[Lldb-commits] [lldb] r349713 - [lldbsuite] Un-xfail tests on Windows that are now passing (pt.4)

2018-12-19 Thread Stella Stamenova via lldb-commits
Author: stella.stamenova Date: Wed Dec 19 17:25:35 2018 New Revision: 349713 URL: http://llvm.org/viewvc/llvm-project?rev=349713&view=rev Log: [lldbsuite] Un-xfail tests on Windows that are now passing (pt.4) This is a set of tests that were all marked as failing becuse of several different bugs

[Lldb-commits] [lldb] r349711 - [lldbsuite] Un-xfail tests on Windows that are now passing (pt.3)

2018-12-19 Thread Stella Stamenova via lldb-commits
Author: stella.stamenova Date: Wed Dec 19 16:58:48 2018 New Revision: 349711 URL: http://llvm.org/viewvc/llvm-project?rev=349711&view=rev Log: [lldbsuite] Un-xfail tests on Windows that are now passing (pt.3) This is a set of tests that were all marked as failing becuse of several different bugs

[Lldb-commits] [lldb] r349668 - [lldbsuite] Un-xfail tests on Windows that are now passing (pt.2)

2018-12-19 Thread Stella Stamenova via lldb-commits
Author: stella.stamenova Date: Wed Dec 19 11:10:25 2018 New Revision: 349668 URL: http://llvm.org/viewvc/llvm-project?rev=349668&view=rev Log: [lldbsuite] Un-xfail tests on Windows that are now passing (pt.2) This is a set of tests that were all marked as failing becuse of pr21765. The bug is no

[Lldb-commits] [lldb] r349665 - [lldbsuite] Un-xfail tests on Windows that are now passing

2018-12-19 Thread Stella Stamenova via lldb-commits
Author: stella.stamenova Date: Wed Dec 19 11:04:01 2018 New Revision: 349665 URL: http://llvm.org/viewvc/llvm-project?rev=349665&view=rev Log: [lldbsuite] Un-xfail tests on Windows that are now passing This is a set of tests that were all marked as failing becuse of pr24489. The bug is not fixed

[Lldb-commits] [lldb] r349573 - [lit] Rather than including stdio.h, forward-declare printf in TestConvenienceVariables.test

2018-12-18 Thread Stella Stamenova via lldb-commits
Author: stella.stamenova Date: Tue Dec 18 15:36:35 2018 New Revision: 349573 URL: http://llvm.org/viewvc/llvm-project?rev=349573&view=rev Log: [lit] Rather than including stdio.h, forward-declare printf in TestConvenienceVariables.test Modified: lldb/trunk/lit/Driver/Inputs/hello.c Modified

[Lldb-commits] [lldb] r349562 - [lit] Use the new build.py script in the lldb-mi tests

2018-12-18 Thread Stella Stamenova via lldb-commits
Author: stella.stamenova Date: Tue Dec 18 14:54:17 2018 New Revision: 349562 URL: http://llvm.org/viewvc/llvm-project?rev=349562&view=rev Log: [lit] Use the new build.py script in the lldb-mi tests This allows the tests to pass on Windows as well Modified: lldb/trunk/lit/Driver/Inputs/hello.

Re: [Lldb-commits] [PATCH] D55430: build.py: Implement "gcc" builder

2018-12-14 Thread Stella Stamenova via lldb-commits
Ah, yes, it does. It looks like it does contain /usr/bin. Script Arguments: Arch: 64 Compiler: any Outdir: /vstsdrive/_work/42/b/LLVMBuild/tools/lldb/lit/tools/lldb-mi/exec/Output Output: /vstsdrive/_work/42/b/LLVMBuild/tools/lldb/lit/tools/lldb-mi/exec/Output/exec-next-instruction.test.

Re: [Lldb-commits] [PATCH] D55430: build.py: Implement "gcc" builder

2018-12-14 Thread Stella Stamenova via lldb-commits
The verbose output is below. If I run the two commands on the command line, they both succeed, but when I run them through build.py, the link command is failing. I suspect that the process that gets created through python doesn't inherit the environment with the PATH set, so it can't find the li

Re: [Lldb-commits] [PATCH] D55575: [NativePDB] Support local variables

2018-12-14 Thread Stella Stamenova via lldb-commits
An unexpected pass makes the bot red. I might un-silence it despite the couple of issues left anyway, but it’s something to be aware of. Thanks, -Stella From: Zachary Turner Sent: Friday, December 14, 2018 11:04 AM To: Stella Stamenova Cc: reviews+d55575+public+5ea6161324294...@reviews.llvm.or

Re: [Lldb-commits] [PATCH] D55575: [NativePDB] Support local variables

2018-12-14 Thread Stella Stamenova via lldb-commits
It’s actually not green – the unexpected passes are counted as a failure. With Pavel’s change to add the gcc builder, most of those can now be enabled, so I am going to do that today, but there’s still a couple that are “unexpectedly passing” when they are in fact failing. We’ll need to fix that

[Lldb-commits] [lldb] r348775 - Do not use PATH_MAX with SmallString

2018-12-10 Thread Stella Stamenova via lldb-commits
Author: stella.stamenova Date: Mon Dec 10 09:23:28 2018 New Revision: 348775 URL: http://llvm.org/viewvc/llvm-project?rev=348775&view=rev Log: Do not use PATH_MAX with SmallString Summary: Instead use a more reasonable value to start and rely on the fact that SmallString will resize if necessary

[Lldb-commits] [lldb] r348664 - [lit] Fix case-insensitive test

2018-12-07 Thread Stella Stamenova via lldb-commits
Author: stella.stamenova Date: Fri Dec 7 15:30:38 2018 New Revision: 348664 URL: http://llvm.org/viewvc/llvm-project?rev=348664&view=rev Log: [lit] Fix case-insensitive test The test still only passes when not run from VS because the previous patch did not remove the original build commands

[Lldb-commits] [lldb] r348544 - [lit] Use the build.py script in the case-insensitive test

2018-12-06 Thread Stella Stamenova via lldb-commits
Author: stella.stamenova Date: Thu Dec 6 15:25:37 2018 New Revision: 348544 URL: http://llvm.org/viewvc/llvm-project?rev=348544&view=rev Log: [lit] Use the build.py script in the case-insensitive test This makes the test build correctly regardless of whether we use VS or ninja to run the tests

[Lldb-commits] [lldb] r348542 - [pecoff] Use PATH_MAX instead of MAX_PATH

2018-12-06 Thread Stella Stamenova via lldb-commits
Author: stella.stamenova Date: Thu Dec 6 15:22:46 2018 New Revision: 348542 URL: http://llvm.org/viewvc/llvm-project?rev=348542&view=rev Log: [pecoff] Use PATH_MAX instead of MAX_PATH PATH_MAX is defined on all platforms while MAX_PATH is Windows-specific Modified: lldb/trunk/source/Plugins

Re: [Lldb-commits] [PATCH] D54942: [PDB] Make PDB lit tests use the new builder

2018-12-06 Thread Stella Stamenova via lldb-commits
I am in favor of unique filenames because it will guarantee we avoid any problems like this in the future, but in most cases, as long as the names are unique *in the test suite*, that should be sufficient. So I don’t have any objections to Zachary’s approach of making the filenames unique enough

[Lldb-commits] [lldb] r348435 - [lldbsuite] Disable TestStopPCs when there's no XML support

2018-12-05 Thread Stella Stamenova via lldb-commits
Author: stella.stamenova Date: Wed Dec 5 16:11:17 2018 New Revision: 348435 URL: http://llvm.org/viewvc/llvm-project?rev=348435&view=rev Log: [lldbsuite] Disable TestStopPCs when there's no XML support The test relies on xml support to setup the correct registers. If there's no XML support, the

Re: [Lldb-commits] [PATCH] D54942: [PDB] Make PDB lit tests use the new builder

2018-12-05 Thread Stella Stamenova via lldb-commits
I think with all the tests running in parallel we should err on the side of having unique names for everything automatically generated. From: Aleksandr Urakov Sent: Wednesday, December 5, 2018 12:48 PM To: Zachary Turner Cc: reviews+d54942+public+2603ca548f36d...@reviews.llvm.org; Stella Stamen

Re: [Lldb-commits] [PATCH] D55230: [lit] Multiple build outputs and default target bitness

2018-12-03 Thread Stella Stamenova via lldb-commits
Are there no cases where you want all of the input files to be compiled into a single executable? From: Zachary Turner Sent: Monday, December 3, 2018 3:36 PM To: reviews+d55230+public+74273d963dffb...@reviews.llvm.org Cc: pa...@labath.sk; Stella Stamenova ; aleksandr.ura...@jetbrains.com; clayb

[Lldb-commits] [lldb] r348055 - [windows] Fix two minor bugs on Windows

2018-11-30 Thread Stella Stamenova via lldb-commits
Author: stella.stamenova Date: Fri Nov 30 16:18:19 2018 New Revision: 348055 URL: http://llvm.org/viewvc/llvm-project?rev=348055&view=rev Log: [windows] Fix two minor bugs on Windows 1. In ProcessWindows if we fail to allocate memory, we need to return LLDB_INVALID_ADDRESS rather than 0 or nullp

Re: [Lldb-commits] [PATCH] D53759: [PDB] Support PDB-backed expressions evaluation

2018-11-30 Thread Stella Stamenova via lldb-commits
I reverted it. Thanks. From: Aleksandr Urakov Sent: Friday, November 30, 2018 9:25 AM To: reviews+d53759+public+b214dcdd73261...@reviews.llvm.org Cc: Zachary Turner ; aaron.lee.smith ; Stella Stamenova ; llvm-comm...@lists.llvm.org; pa...@labath.sk; 15dacaoy...@gmail.com; apra...@apple.com; jd

[Lldb-commits] [lldb] r348009 - Revert "[PDB] Support PDB-backed expressions evaluation"

2018-11-30 Thread Stella Stamenova via lldb-commits
Author: stella.stamenova Date: Fri Nov 30 09:29:54 2018 New Revision: 348009 URL: http://llvm.org/viewvc/llvm-project?rev=348009&view=rev Log: Revert "[PDB] Support PDB-backed expressions evaluation" This reverts commit dec87759523b2f22fcff3325bc2cd543e4cda0e7. This commit caused the tests on Wi

[Lldb-commits] [lldb] r347924 - [lldbsuite] Build with -gdwarf on Windows

2018-11-29 Thread Stella Stamenova via lldb-commits
Author: stella.stamenova Date: Thu Nov 29 14:15:23 2018 New Revision: 347924 URL: http://llvm.org/viewvc/llvm-project?rev=347924&view=rev Log: [lldbsuite] Build with -gdwarf on Windows Earlier this month there was a change in clang that defaulted to using codeview rather than dwarf on Windows. S

[Lldb-commits] [lldb] r347796 - [unittests] Fix the File System Test on Windows

2018-11-28 Thread Stella Stamenova via lldb-commits
Author: stella.stamenova Date: Wed Nov 28 11:34:01 2018 New Revision: 347796 URL: http://llvm.org/viewvc/llvm-project?rev=347796&view=rev Log: [unittests] Fix the File System Test on Windows Two of the file system tests are failing on Windows - this updates them to expect the correct values afte

[Lldb-commits] [lldb] r347717 - [lldbsuite] Each lldb suite test must have a unique class name

2018-11-27 Thread Stella Stamenova via lldb-commits
Author: stella.stamenova Date: Tue Nov 27 14:18:02 2018 New Revision: 347717 URL: http://llvm.org/viewvc/llvm-project?rev=347717&view=rev Log: [lldbsuite] Each lldb suite test must have a unique class name A couple of new tests have been added that use existing class names. This causes failures

[Lldb-commits] [lldb] r347412 - [lit] Add pthread to the compilation of the tests on Linux

2018-11-21 Thread Stella Stamenova via lldb-commits
Author: stella.stamenova Date: Wed Nov 21 12:16:06 2018 New Revision: 347412 URL: http://llvm.org/viewvc/llvm-project?rev=347412&view=rev Log: [lit] Add pthread to the compilation of the tests on Linux Summary: Right now only some platforms add pthread to the compilation, however, at least one o

  1   2   >