[Lldb-commits] [lldb] Clean up test case (PR #66400)

2023-09-14 Thread Adrian Prantl via lldb-commits
https://github.com/adrian-prantl closed https://github.com/llvm/llvm-project/pull/66400 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] Clean up test case (PR #66400)

2023-09-14 Thread Adrian Prantl via lldb-commits
https://github.com/adrian-prantl review_requested https://github.com/llvm/llvm-project/pull/66400 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] Clean up test case (PR #66400)

2023-09-14 Thread Adrian Prantl via lldb-commits
https://github.com/adrian-prantl review_requested https://github.com/llvm/llvm-project/pull/66400 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] Clean up test case (PR #66400)

2023-09-14 Thread Adrian Prantl via lldb-commits
https://github.com/adrian-prantl review_requested https://github.com/llvm/llvm-project/pull/66400 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] Clean up test case (PR #66400)

2023-09-14 Thread Adrian Prantl via lldb-commits
https://github.com/adrian-prantl created https://github.com/llvm/llvm-project/pull/66400: None >From d14e5d08571ea206b1ee8dd0ffc66f896306d15e Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Thu, 14 Sep 2023 09:44:15 -0700 Subject: [PATCH] Clean up test case --- .../Makefile

[Lldb-commits] [lldb] [lldb] Accept optional module in Value::ResolveValue (PR #66286)

2023-09-13 Thread Adrian Prantl via lldb-commits
https://github.com/adrian-prantl approved this pull request. https://github.com/llvm/llvm-project/pull/66286 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Format Python files in scripts and utils (PR #66053)

2023-09-12 Thread Adrian Prantl via lldb-commits
adrian-prantl wrote: Oh nice! I was unsuccessfully looking in the LLDb subdir because I had assumed this was LLDB-specific! https://github.com/llvm/llvm-project/pull/66053 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.or

[Lldb-commits] [lldb] Add `target modules dump separate-debug-info` (PR #66035)

2023-09-12 Thread Adrian Prantl via lldb-commits
https://github.com/adrian-prantl review_requested https://github.com/llvm/llvm-project/pull/66035 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Format Python files in scripts and utils (PR #66053)

2023-09-12 Thread Adrian Prantl via lldb-commits
adrian-prantl wrote: Have (should we) we documented that we format all python code with black somewhere and how to install the tool? https://github.com/llvm/llvm-project/pull/66053 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://list

[Lldb-commits] [lldb] Fix a bug with cancelling "attach -w" after you have run a process previously (PR #65822)

2023-09-08 Thread Adrian Prantl via lldb-commits
@@ -127,3 +128,61 @@ def tearDown(self): # Call super's tearDown(). TestBase.tearDown(self) + +def test_run_then_attach_wait_interrupt(self): +# Test that having run one process doesn't cause us to be unable +# to interrupt a

[Lldb-commits] [lldb] Fix a bug with cancelling "attach -w" after you have run a process previously (PR #65822)

2023-09-08 Thread Adrian Prantl via lldb-commits
@@ -2996,10 +2996,22 @@ void CommandInterpreter::FindCommandsForApropos(llvm::StringRef search_word, m_alias_dict); } -ExecutionContext CommandInterpreter::GetExecutionContext() const { - return !m_overriden_exe_contexts.empty() - ? m_o

[Lldb-commits] [lldb] [lldb][Docs] Additions to debuging LLDB page (PR #65635)

2023-09-07 Thread Adrian Prantl via lldb-commits
https://github.com/adrian-prantl approved this pull request. https://github.com/llvm/llvm-project/pull/65635 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] d227c8a - Add missing nullptr check.

2023-09-05 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2023-09-05T09:48:06-07:00 New Revision: d227c8a1200081fdab14e93165927787544c5f12 URL: https://github.com/llvm/llvm-project/commit/d227c8a1200081fdab14e93165927787544c5f12 DIFF: https://github.com/llvm/llvm-project/commit/d227c8a1200081fdab14e93165927787544c5f12.diff

[Lldb-commits] [lldb] f09f0a6 - [lldb] Consider OP_addrx in DWARFExpression::Update_DW_OP_addr

2023-07-21 Thread Adrian Prantl via lldb-commits
Author: Felipe de Azevedo Piovezan Date: 2023-07-21T16:42:16-07:00 New Revision: f09f0a6b10765f0993255e52a62268472f586830 URL: https://github.com/llvm/llvm-project/commit/f09f0a6b10765f0993255e52a62268472f586830 DIFF: https://github.com/llvm/llvm-project/commit/f09f0a6b10765f0993255e52a62268472

[Lldb-commits] [lldb] 27fac4a - Add support for __debug_line_str in Mach-O

2023-06-14 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2023-06-14T08:37:08-07:00 New Revision: 27fac4a72ae54a471471a69c0ad999585ccbb026 URL: https://github.com/llvm/llvm-project/commit/27fac4a72ae54a471471a69c0ad999585ccbb026 DIFF: https://github.com/llvm/llvm-project/commit/27fac4a72ae54a471471a69c0ad999585ccbb026.diff

[Lldb-commits] [lldb] 59b5581 - Speculative fix for windows test

2023-06-12 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2023-06-12T14:51:24-07:00 New Revision: 59b55818337b59f3e75511d9fb2b0b7b5e3d14a7 URL: https://github.com/llvm/llvm-project/commit/59b55818337b59f3e75511d9fb2b0b7b5e3d14a7 DIFF: https://github.com/llvm/llvm-project/commit/59b55818337b59f3e75511d9fb2b0b7b5e3d14a7.diff

[Lldb-commits] [lldb] 133c3ea - Streamline expression parser error messages.

2023-06-12 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2023-06-12T10:29:48-07:00 New Revision: 133c3eaac0a532380c3d6ad21a60da1490f51fb8 URL: https://github.com/llvm/llvm-project/commit/133c3eaac0a532380c3d6ad21a60da1490f51fb8 DIFF: https://github.com/llvm/llvm-project/commit/133c3eaac0a532380c3d6ad21a60da1490f51fb8.diff

[Lldb-commits] [lldb] 6c02e36 - [lldb] fix dangling reference in `ClangHost.cpp`

2023-06-06 Thread Adrian Prantl via lldb-commits
Author: paperchalice Date: 2023-06-06T08:11:01-07:00 New Revision: 6c02e365711cab47ed9abe9f091c25651a3efd74 URL: https://github.com/llvm/llvm-project/commit/6c02e365711cab47ed9abe9f091c25651a3efd74 DIFF: https://github.com/llvm/llvm-project/commit/6c02e365711cab47ed9abe9f091c25651a3efd74.diff

[Lldb-commits] [lldb] 7de4352 - HostInfoMacOS: Add a utility function for finding an SDK-specific tool

2023-05-31 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2023-05-31T14:46:35-07:00 New Revision: 7de43526e3cc07a02d01a0c4bf0670900495b938 URL: https://github.com/llvm/llvm-project/commit/7de43526e3cc07a02d01a0c4bf0670900495b938 DIFF: https://github.com/llvm/llvm-project/commit/7de43526e3cc07a02d01a0c4bf0670900495b938.diff

[Lldb-commits] [lldb] a5e9f2c - Factor out xcrun into a function (NFC)

2023-05-31 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2023-05-31T14:46:35-07:00 New Revision: a5e9f2c81ebced1ea41060fc0d89b9233bc1b7be URL: https://github.com/llvm/llvm-project/commit/a5e9f2c81ebced1ea41060fc0d89b9233bc1b7be DIFF: https://github.com/llvm/llvm-project/commit/a5e9f2c81ebced1ea41060fc0d89b9233bc1b7be.diff

[Lldb-commits] [lldb] d9c898a - Revert "Factor out xcrun into a function (NFC)"

2023-05-26 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2023-05-26T13:51:46-07:00 New Revision: d9c898ab60b0b9291b23d66530961fe436a03a8a URL: https://github.com/llvm/llvm-project/commit/d9c898ab60b0b9291b23d66530961fe436a03a8a DIFF: https://github.com/llvm/llvm-project/commit/d9c898ab60b0b9291b23d66530961fe436a03a8a.diff

[Lldb-commits] [lldb] c45a649 - Revert "Make function static (NFC)"

2023-05-26 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2023-05-26T13:51:46-07:00 New Revision: c45a649a9697ed25834feae946db3b962395a62a URL: https://github.com/llvm/llvm-project/commit/c45a649a9697ed25834feae946db3b962395a62a DIFF: https://github.com/llvm/llvm-project/commit/c45a649a9697ed25834feae946db3b962395a62a.diff

[Lldb-commits] [lldb] cefd280 - Make function static (NFC)

2023-05-26 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2023-05-26T13:12:12-07:00 New Revision: cefd2802aa49274942da87edf5019b5a23315f01 URL: https://github.com/llvm/llvm-project/commit/cefd2802aa49274942da87edf5019b5a23315f01 DIFF: https://github.com/llvm/llvm-project/commit/cefd2802aa49274942da87edf5019b5a23315f01.diff

[Lldb-commits] [lldb] 85cb7fb - Relax test

2023-05-19 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2023-05-19T10:52:00-07:00 New Revision: 85cb7fbc07e3a974e5c2580e650f61177c941a76 URL: https://github.com/llvm/llvm-project/commit/85cb7fbc07e3a974e5c2580e650f61177c941a76 DIFF: https://github.com/llvm/llvm-project/commit/85cb7fbc07e3a974e5c2580e650f61177c941a76.diff

[Lldb-commits] [lldb] aa2c2c8 - Work around a modularization issue in the Python headers.

2023-05-19 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2023-05-19T10:22:51-07:00 New Revision: aa2c2c8e3c3fe74f2b374b3fdc703ca7b05f80a0 URL: https://github.com/llvm/llvm-project/commit/aa2c2c8e3c3fe74f2b374b3fdc703ca7b05f80a0 DIFF: https://github.com/llvm/llvm-project/commit/aa2c2c8e3c3fe74f2b374b3fdc703ca7b05f80a0.diff

[Lldb-commits] [lldb] 1585ee1 - Relax test to not rely on the variable being optimized out

2023-05-11 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2023-05-11T13:38:19-07:00 New Revision: 1585ee1077930d4a906b3265bb40a90ba4758c99 URL: https://github.com/llvm/llvm-project/commit/1585ee1077930d4a906b3265bb40a90ba4758c99 DIFF: https://github.com/llvm/llvm-project/commit/1585ee1077930d4a906b3265bb40a90ba4758c99.diff

[Lldb-commits] [lldb] ba902ef - Skip test when compiling with older versions of clang

2023-05-08 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2023-05-08T09:24:40-07:00 New Revision: ba902efa499a092405c207d71a98af1e38853d7b URL: https://github.com/llvm/llvm-project/commit/ba902efa499a092405c207d71a98af1e38853d7b DIFF: https://github.com/llvm/llvm-project/commit/ba902efa499a092405c207d71a98af1e38853d7b.diff

[Lldb-commits] [lldb] 419bc85 - Revert "Add amissing REQUIRES: to test"

2023-05-02 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2023-05-02T11:41:58-07:00 New Revision: 419bc85675fe73f2d19cd3f756cf029248fb4295 URL: https://github.com/llvm/llvm-project/commit/419bc85675fe73f2d19cd3f756cf029248fb4295 DIFF: https://github.com/llvm/llvm-project/commit/419bc85675fe73f2d19cd3f756cf029248fb4295.diff

[Lldb-commits] [lldb] 1f74964 - Add amissing REQUIRES: to test

2023-05-02 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2023-05-02T11:16:04-07:00 New Revision: 1f74964b403c615c121c0adbd06661adaae14667 URL: https://github.com/llvm/llvm-project/commit/1f74964b403c615c121c0adbd06661adaae14667 DIFF: https://github.com/llvm/llvm-project/commit/1f74964b403c615c121c0adbd06661adaae14667.diff

[Lldb-commits] [lldb] 737820e - Make diagnostics API safer to use

2023-04-21 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2023-04-21T08:21:56-07:00 New Revision: 737820e6d6e2df50f2ddf522a0db9ffb794ff749 URL: https://github.com/llvm/llvm-project/commit/737820e6d6e2df50f2ddf522a0db9ffb794ff749 DIFF: https://github.com/llvm/llvm-project/commit/737820e6d6e2df50f2ddf522a0db9ffb794ff749.diff

[Lldb-commits] [lldb] 7e28a2c - Skip tests under asan

2023-04-05 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2023-04-05T09:00:55-07:00 New Revision: 7e28a2c9f49d74b0dde02fd81b40f837f6140083 URL: https://github.com/llvm/llvm-project/commit/7e28a2c9f49d74b0dde02fd81b40f837f6140083 DIFF: https://github.com/llvm/llvm-project/commit/7e28a2c9f49d74b0dde02fd81b40f837f6140083.diff

[Lldb-commits] [lldb] a78997e - Simplify test.

2023-04-04 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2023-04-04T15:16:01-07:00 New Revision: a78997e0aa89250a193ff036e7c6e71562e03222 URL: https://github.com/llvm/llvm-project/commit/a78997e0aa89250a193ff036e7c6e71562e03222 DIFF: https://github.com/llvm/llvm-project/commit/a78997e0aa89250a193ff036e7c6e71562e03222.diff

[Lldb-commits] [lldb] 5d77344 - Simplify test script

2023-04-04 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2023-04-04T15:08:57-07:00 New Revision: 5d77344d9d52a623de93563d9fae47cb0634d699 URL: https://github.com/llvm/llvm-project/commit/5d77344d9d52a623de93563d9fae47cb0634d699 DIFF: https://github.com/llvm/llvm-project/commit/5d77344d9d52a623de93563d9fae47cb0634d699.diff

[Lldb-commits] [lldb] 9000a36 - Manual DWARF index: don't skip over -gmodules debug info

2023-01-27 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2023-01-27T15:59:46-08:00 New Revision: 9000a36f5cbd2993cd9c746610f7666ed173991a URL: https://github.com/llvm/llvm-project/commit/9000a36f5cbd2993cd9c746610f7666ed173991a DIFF: https://github.com/llvm/llvm-project/commit/9000a36f5cbd2993cd9c746610f7666ed173991a.diff

[Lldb-commits] [lldb] f8d7ab8 - Return a shared_ptr from ScratchTypeSystemClang::GetForTarget()

2023-01-09 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2023-01-09T15:04:53-08:00 New Revision: f8d7ab8cf8e859dcc7f696e8d01ed6fca502446a URL: https://github.com/llvm/llvm-project/commit/f8d7ab8cf8e859dcc7f696e8d01ed6fca502446a DIFF: https://github.com/llvm/llvm-project/commit/f8d7ab8cf8e859dcc7f696e8d01ed6fca502446a.diff

[Lldb-commits] [lldb] 69f2b5f - Revert an unintentional API ABI break

2023-01-05 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2023-01-05T13:43:12-08:00 New Revision: 69f2b5fcf1be2226181cce21066f072279ba5d14 URL: https://github.com/llvm/llvm-project/commit/69f2b5fcf1be2226181cce21066f072279ba5d14 DIFF: https://github.com/llvm/llvm-project/commit/69f2b5fcf1be2226181cce21066f072279ba5d14.diff

[Lldb-commits] [lldb] 27249c0 - Temporarily skip test under ASAN

2022-12-16 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-12-16T13:50:21-08:00 New Revision: 27249c06b775c73b7fa9f2d8e48cac1a85169481 URL: https://github.com/llvm/llvm-project/commit/27249c06b775c73b7fa9f2d8e48cac1a85169481 DIFF: https://github.com/llvm/llvm-project/commit/27249c06b775c73b7fa9f2d8e48cac1a85169481.diff

[Lldb-commits] [lldb] 320b29e - Fix a syntax error

2022-12-16 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-12-16T13:03:45-08:00 New Revision: 320b29e7ed64c37560c263d4d4eeaa9dad87cb43 URL: https://github.com/llvm/llvm-project/commit/320b29e7ed64c37560c263d4d4eeaa9dad87cb43 DIFF: https://github.com/llvm/llvm-project/commit/320b29e7ed64c37560c263d4d4eeaa9dad87cb43.diff

[Lldb-commits] [lldb] 33cbda4 - Improve error logging when xcrun fails to execute successfully

2022-12-01 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-12-01T16:22:14-08:00 New Revision: 33cbda4cacb87103bbb5f4f9f2368bbb442132f4 URL: https://github.com/llvm/llvm-project/commit/33cbda4cacb87103bbb5f4f9f2368bbb442132f4 DIFF: https://github.com/llvm/llvm-project/commit/33cbda4cacb87103bbb5f4f9f2368bbb442132f4.diff

[Lldb-commits] [lldb] 7a63907 - Add a log message to the IR interpreter.

2022-11-30 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-11-30T14:08:14-08:00 New Revision: 7a63907021344b3aed322cd86bfa09678653e5dc URL: https://github.com/llvm/llvm-project/commit/7a63907021344b3aed322cd86bfa09678653e5dc DIFF: https://github.com/llvm/llvm-project/commit/7a63907021344b3aed322cd86bfa09678653e5dc.diff

[Lldb-commits] [lldb] d2b6b21 - Comment function

2022-11-17 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-11-17T15:24:48-08:00 New Revision: d2b6b2147b6123f7c470457ed3c06ffebcc9231d URL: https://github.com/llvm/llvm-project/commit/d2b6b2147b6123f7c470457ed3c06ffebcc9231d DIFF: https://github.com/llvm/llvm-project/commit/d2b6b2147b6123f7c470457ed3c06ffebcc9231d.diff

[Lldb-commits] [lldb] 0acc08b - Attempt ro fix Windows build errors.

2022-11-17 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-11-17T10:50:34-08:00 New Revision: 0acc08b4eabdeb9b681259921df9e1b554a927e2 URL: https://github.com/llvm/llvm-project/commit/0acc08b4eabdeb9b681259921df9e1b554a927e2 DIFF: https://github.com/llvm/llvm-project/commit/0acc08b4eabdeb9b681259921df9e1b554a927e2.diff

[Lldb-commits] [lldb] 3f36421 - Fix use of std::unique / erase. This fixes a bot error after D136650.

2022-11-16 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-11-16T17:35:51-08:00 New Revision: 3f36421aa74031fb554c780dba66c1c1a437d953 URL: https://github.com/llvm/llvm-project/commit/3f36421aa74031fb554c780dba66c1c1a437d953 DIFF: https://github.com/llvm/llvm-project/commit/3f36421aa74031fb554c780dba66c1c1a437d953.diff

[Lldb-commits] [lldb] dd5c5f7 - Make sure Target::EvaluateExpression() passes up an error instead of silently dropping it.

2022-10-17 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-10-17T17:27:54-07:00 New Revision: dd5c5f72e00dca0e2458139fec09b1a715cfb238 URL: https://github.com/llvm/llvm-project/commit/dd5c5f72e00dca0e2458139fec09b1a715cfb238 DIFF: https://github.com/llvm/llvm-project/commit/dd5c5f72e00dca0e2458139fec09b1a715cfb238.diff

[Lldb-commits] [lldb] 2c9093e - Revert "Make sure Target::EvaluateExpression() passes up an error instead of silently dropping it."

2022-10-17 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-10-17T17:27:54-07:00 New Revision: 2c9093e649c4078c1083f489b72dda7ad54baea5 URL: https://github.com/llvm/llvm-project/commit/2c9093e649c4078c1083f489b72dda7ad54baea5 DIFF: https://github.com/llvm/llvm-project/commit/2c9093e649c4078c1083f489b72dda7ad54baea5.diff

[Lldb-commits] [lldb] a31a5da - Make sure Target::EvaluateExpression() passes up an error instead of silently dropping it.

2022-10-17 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-10-17T15:21:41-07:00 New Revision: a31a5da3c7d7393749a43dbc678fd28fb94d07f6 URL: https://github.com/llvm/llvm-project/commit/a31a5da3c7d7393749a43dbc678fd28fb94d07f6 DIFF: https://github.com/llvm/llvm-project/commit/a31a5da3c7d7393749a43dbc678fd28fb94d07f6.diff

[Lldb-commits] [lldb] 79e522f - Revert "Skip crashing test"

2022-09-26 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-09-26T17:17:47-07:00 New Revision: 79e522fb44e1761e5ad90835f95c5dadcf8d8406 URL: https://github.com/llvm/llvm-project/commit/79e522fb44e1761e5ad90835f95c5dadcf8d8406 DIFF: https://github.com/llvm/llvm-project/commit/79e522fb44e1761e5ad90835f95c5dadcf8d8406.diff

[Lldb-commits] [lldb] c9ccaf1 - Fix make invocation to pass in the correct source file

2022-09-12 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-09-12T16:51:17-07:00 New Revision: c9ccaf176de7d7104492e19484f18e4b3ec1ba42 URL: https://github.com/llvm/llvm-project/commit/c9ccaf176de7d7104492e19484f18e4b3ec1ba42 DIFF: https://github.com/llvm/llvm-project/commit/c9ccaf176de7d7104492e19484f18e4b3ec1ba42.diff

[Lldb-commits] [lldb] 455aff7 - Force system C++ stdlib in test that forces system clang.

2022-09-12 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-09-12T16:47:46-07:00 New Revision: 455aff72ce45982ae94e88d8b5474411a520047d URL: https://github.com/llvm/llvm-project/commit/455aff72ce45982ae94e88d8b5474411a520047d DIFF: https://github.com/llvm/llvm-project/commit/455aff72ce45982ae94e88d8b5474411a520047d.diff

[Lldb-commits] [lldb] 1910eeb - Fix make invocation to pass in the correct source file

2022-09-12 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-09-12T16:36:56-07:00 New Revision: 1910eeb59f38f32a3ab25e3fb6f555cb35f4e5ed URL: https://github.com/llvm/llvm-project/commit/1910eeb59f38f32a3ab25e3fb6f555cb35f4e5ed DIFF: https://github.com/llvm/llvm-project/commit/1910eeb59f38f32a3ab25e3fb6f555cb35f4e5ed.diff

[Lldb-commits] [lldb] 8599cb0 - Skip crashing test

2022-09-12 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-09-12T09:48:42-07:00 New Revision: 8599cb002b635bb6bedeaebe622be333d579697b URL: https://github.com/llvm/llvm-project/commit/8599cb002b635bb6bedeaebe622be333d579697b DIFF: https://github.com/llvm/llvm-project/commit/8599cb002b635bb6bedeaebe622be333d579697b.diff

[Lldb-commits] [lldb] 1f47352 - Document some of the clang-specific DWARF extensions supported by LLDB

2022-09-09 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-09-09T17:49:11-07:00 New Revision: 1f47352ce7e84b2d2692aecdab19932f7abff589 URL: https://github.com/llvm/llvm-project/commit/1f47352ce7e84b2d2692aecdab19932f7abff589 DIFF: https://github.com/llvm/llvm-project/commit/1f47352ce7e84b2d2692aecdab19932f7abff589.diff

[Lldb-commits] [lldb] 2f4a66e - Adapt LLDB dataformatters for libcxx change D129386

2022-09-09 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-09-09T15:58:55-07:00 New Revision: 2f4a66eed68804929efa1ad3c10fc040a67fb3ff URL: https://github.com/llvm/llvm-project/commit/2f4a66eed68804929efa1ad3c10fc040a67fb3ff DIFF: https://github.com/llvm/llvm-project/commit/2f4a66eed68804929efa1ad3c10fc040a67fb3ff.diff

[Lldb-commits] [lldb] c988965 - Temporarily XFAIL libcxx tests.

2022-09-09 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-09-09T10:43:03-07:00 New Revision: c988965efb2ce8fd867b86d4b893654943d11642 URL: https://github.com/llvm/llvm-project/commit/c988965efb2ce8fd867b86d4b893654943d11642 DIFF: https://github.com/llvm/llvm-project/commit/c988965efb2ce8fd867b86d4b893654943d11642.diff

[Lldb-commits] [lldb] 603d5a8 - Fix out-of-bounds memory access in test

2022-09-02 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-09-02T18:14:23-07:00 New Revision: 603d5a8d632164038a869c200818c4cc238bb85a URL: https://github.com/llvm/llvm-project/commit/603d5a8d632164038a869c200818c4cc238bb85a DIFF: https://github.com/llvm/llvm-project/commit/603d5a8d632164038a869c200818c4cc238bb85a.diff

[Lldb-commits] [lldb] ced4e00 - Fix inconsistent target arch when attaching to arm64 binaries on

2022-09-01 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-09-01T16:39:35-07:00 New Revision: ced4e0006fab22f37a165635896a6776f79bc4a9 URL: https://github.com/llvm/llvm-project/commit/ced4e0006fab22f37a165635896a6776f79bc4a9 DIFF: https://github.com/llvm/llvm-project/commit/ced4e0006fab22f37a165635896a6776f79bc4a9.diff

[Lldb-commits] [lldb] 00c4852 - Revert "[lldb] [test] Disable new CommunicationTests on Windows"

2022-08-19 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-08-19T09:23:17-07:00 New Revision: 00c4852561a7ea51e0514759efd745ff01137b4c URL: https://github.com/llvm/llvm-project/commit/00c4852561a7ea51e0514759efd745ff01137b4c DIFF: https://github.com/llvm/llvm-project/commit/00c4852561a7ea51e0514759efd745ff01137b4c.diff

[Lldb-commits] [lldb] fe0f72d - Revert "[lldb] [test] Add synchronization to TestContinue"

2022-08-19 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-08-19T09:23:18-07:00 New Revision: fe0f72d5c55a9b95c5564089e946e8f08112e995 URL: https://github.com/llvm/llvm-project/commit/fe0f72d5c55a9b95c5564089e946e8f08112e995 DIFF: https://github.com/llvm/llvm-project/commit/fe0f72d5c55a9b95c5564089e946e8f08112e995.diff

[Lldb-commits] [lldb] 11e5275 - Document why test is disabled on macOS Ventura

2022-08-03 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-08-03T13:05:21-07:00 New Revision: 11e5275cc266ab5ff07e3685935cebf6e09372f7 URL: https://github.com/llvm/llvm-project/commit/11e5275cc266ab5ff07e3685935cebf6e09372f7 DIFF: https://github.com/llvm/llvm-project/commit/11e5275cc266ab5ff07e3685935cebf6e09372f7.diff

[Lldb-commits] [lldb] f000de8 - [LLDB][ExpressionParser] Fix indices inside format-strings passed to LLDB_LOG

2022-06-17 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-06-17T09:26:01-07:00 New Revision: f000de8760c112ead0487a020c3849c6280f2a57 URL: https://github.com/llvm/llvm-project/commit/f000de8760c112ead0487a020c3849c6280f2a57 DIFF: https://github.com/llvm/llvm-project/commit/f000de8760c112ead0487a020c3849c6280f2a57.diff

[Lldb-commits] [lldb] ea9ff9f - [LLDB][formatters] Add formatter for libc++'s std::span

2022-06-13 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-06-13T12:59:38-07:00 New Revision: ea9ff9fac3a6ea77b488081dd9faabc8fe334b46 URL: https://github.com/llvm/llvm-project/commit/ea9ff9fac3a6ea77b488081dd9faabc8fe334b46 DIFF: https://github.com/llvm/llvm-project/commit/ea9ff9fac3a6ea77b488081dd9faabc8fe334b46.diff

[Lldb-commits] [lldb] d36757b - [LLDB][Docs] Fix formatting of example code-block

2022-06-10 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-06-10T08:17:08-07:00 New Revision: d36757b511ea6ef466a8ce608a5431a5e6173632 URL: https://github.com/llvm/llvm-project/commit/d36757b511ea6ef466a8ce608a5431a5e6173632 DIFF: https://github.com/llvm/llvm-project/commit/d36757b511ea6ef466a8ce608a5431a5e6173632.diff

[Lldb-commits] [lldb] e7b929d - Adapt IRForTarget::RewriteObjCConstStrings() for D126689.

2022-06-02 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-06-02T13:06:40-07:00 New Revision: e7b929d756504c70d3ab0d0ba82f28eec7f7b363 URL: https://github.com/llvm/llvm-project/commit/e7b929d756504c70d3ab0d0ba82f28eec7f7b363 DIFF: https://github.com/llvm/llvm-project/commit/e7b929d756504c70d3ab0d0ba82f28eec7f7b363.diff

[Lldb-commits] [lldb] 8eed95c - Adapt IRForTarget::RewriteObjCSelector() for D126689.

2022-06-02 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-06-02T11:42:28-07:00 New Revision: 8eed95c83ecd0e42eaaca4f6591faafa4dad0d88 URL: https://github.com/llvm/llvm-project/commit/8eed95c83ecd0e42eaaca4f6591faafa4dad0d88 DIFF: https://github.com/llvm/llvm-project/commit/8eed95c83ecd0e42eaaca4f6591faafa4dad0d88.diff

[Lldb-commits] [lldb] 62b4482 - Revert "Adapt LLDB for D120540."

2022-06-01 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-06-01T10:33:53-07:00 New Revision: 62b448217595c33788693f4b682ea5a84d9e2005 URL: https://github.com/llvm/llvm-project/commit/62b448217595c33788693f4b682ea5a84d9e2005 DIFF: https://github.com/llvm/llvm-project/commit/62b448217595c33788693f4b682ea5a84d9e2005.diff

[Lldb-commits] [lldb] ca73de4 - Adapt LLDB for D120540.

2022-05-31 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-05-31T16:56:37-07:00 New Revision: ca73de43744503a557b1f3709c0ff4751798702f URL: https://github.com/llvm/llvm-project/commit/ca73de43744503a557b1f3709c0ff4751798702f DIFF: https://github.com/llvm/llvm-project/commit/ca73de43744503a557b1f3709c0ff4751798702f.diff

[Lldb-commits] [lldb] f4570ce - Adapt C++ std::string dataformatter for D125496

2022-05-20 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-05-20T11:25:42-07:00 New Revision: f4570ce442b492d436a0e314c6ea14bf299af0d3 URL: https://github.com/llvm/llvm-project/commit/f4570ce442b492d436a0e314c6ea14bf299af0d3 DIFF: https://github.com/llvm/llvm-project/commit/f4570ce442b492d436a0e314c6ea14bf299af0d3.diff

[Lldb-commits] [lldb] 0bc9372 - Skip test on earlier clang versions

2022-04-08 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-04-08T15:40:57-07:00 New Revision: 0bc9372fa74ad0cd4789b4485bade86570909718 URL: https://github.com/llvm/llvm-project/commit/0bc9372fa74ad0cd4789b4485bade86570909718 DIFF: https://github.com/llvm/llvm-project/commit/0bc9372fa74ad0cd4789b4485bade86570909718.diff

[Lldb-commits] [lldb] cf3e401 - Prevent GetAugmentedArchSpec() from attaching "unknown" environments

2022-04-04 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-04-04T08:56:58-07:00 New Revision: cf3e4011b57b07d88e3e577295c3327b07c15922 URL: https://github.com/llvm/llvm-project/commit/cf3e4011b57b07d88e3e577295c3327b07c15922 DIFF: https://github.com/llvm/llvm-project/commit/cf3e4011b57b07d88e3e577295c3327b07c15922.diff

[Lldb-commits] [lldb] b5900e6 - clang-format HostInfoBase.cpp

2022-04-01 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-04-01T15:55:23-07:00 New Revision: b5900e64c2db41acd230522c02d0845c7e443c21 URL: https://github.com/llvm/llvm-project/commit/b5900e64c2db41acd230522c02d0845c7e443c21 DIFF: https://github.com/llvm/llvm-project/commit/b5900e64c2db41acd230522c02d0845c7e443c21.diff

[Lldb-commits] [lldb] 942c21e - Simplify ArchSpec::IsFullySpecifiedTriple() (NFC)

2022-04-01 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-04-01T14:16:36-07:00 New Revision: 942c21ed23dcba11a156cbaad4a74348dc6fdcff URL: https://github.com/llvm/llvm-project/commit/942c21ed23dcba11a156cbaad4a74348dc6fdcff DIFF: https://github.com/llvm/llvm-project/commit/942c21ed23dcba11a156cbaad4a74348dc6fdcff.diff

[Lldb-commits] [lldb] 12606d1 - Revert "Expose GetAddressingBits() in the Process API."

2022-03-23 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-03-23T15:28:34-07:00 New Revision: 12606d16bc3e1c75eefc781863b199b930137068 URL: https://github.com/llvm/llvm-project/commit/12606d16bc3e1c75eefc781863b199b930137068 DIFF: https://github.com/llvm/llvm-project/commit/12606d16bc3e1c75eefc781863b199b930137068.diff

[Lldb-commits] [lldb] 7504dd5 - Expose GetAddressingBits() in the Process API.

2022-03-23 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-03-23T14:22:26-07:00 New Revision: 7504dd5e00f514628614db8ee07514c73220e597 URL: https://github.com/llvm/llvm-project/commit/7504dd5e00f514628614db8ee07514c73220e597 DIFF: https://github.com/llvm/llvm-project/commit/7504dd5e00f514628614db8ee07514c73220e597.diff

[Lldb-commits] [lldb] ca7f06f - add missing include

2022-02-17 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-02-17T09:02:29-08:00 New Revision: ca7f06fcb60ce7730e7768aa3409387e6aa4efaf URL: https://github.com/llvm/llvm-project/commit/ca7f06fcb60ce7730e7768aa3409387e6aa4efaf DIFF: https://github.com/llvm/llvm-project/commit/ca7f06fcb60ce7730e7768aa3409387e6aa4efaf.diff

[Lldb-commits] [lldb] 4ef02cb - Revert "Add -fmodules-local-submodule-visibility to MANDATORY_MODULE_BUILD_CFLAGS"

2022-02-10 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-02-10T15:37:11-08:00 New Revision: 4ef02cba2ef3fdb49c33d014dd8f4034ef9cb4cb URL: https://github.com/llvm/llvm-project/commit/4ef02cba2ef3fdb49c33d014dd8f4034ef9cb4cb DIFF: https://github.com/llvm/llvm-project/commit/4ef02cba2ef3fdb49c33d014dd8f4034ef9cb4cb.diff

[Lldb-commits] [lldb] 547a667 - Add -fmodules-local-submodule-visibility to MANDATORY_MODULE_BUILD_CFLAGS

2022-02-10 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-02-10T11:11:50-08:00 New Revision: 547a667ceeb60dca5447e5bc09165a52b22925eb URL: https://github.com/llvm/llvm-project/commit/547a667ceeb60dca5447e5bc09165a52b22925eb DIFF: https://github.com/llvm/llvm-project/commit/547a667ceeb60dca5447e5bc09165a52b22925eb.diff

[Lldb-commits] [lldb] 677182f - Revert "Add llgs category to all tests in TestLldbGdbServer that attach to the process."

2022-02-07 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-02-07T09:42:07-08:00 New Revision: 677182fe98d147d3a36cf3d35c1cbbce909c9c30 URL: https://github.com/llvm/llvm-project/commit/677182fe98d147d3a36cf3d35c1cbbce909c9c30 DIFF: https://github.com/llvm/llvm-project/commit/677182fe98d147d3a36cf3d35c1cbbce909c9c30.diff

[Lldb-commits] [lldb] d42765b - Add llgs category to all tests in TestLldbGdbServer that attach to the process.

2022-02-07 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-02-07T08:26:48-08:00 New Revision: d42765b3bea5ee90426c49f35b0b5654de82a4f9 URL: https://github.com/llvm/llvm-project/commit/d42765b3bea5ee90426c49f35b0b5654de82a4f9 DIFF: https://github.com/llvm/llvm-project/commit/d42765b3bea5ee90426c49f35b0b5654de82a4f9.diff

[Lldb-commits] [lldb] 11d64ed - Revert "Disable TestLldbGdbServer on Dwarf2 and clang versions below 14"

2022-02-05 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-02-05T14:54:41-08:00 New Revision: 11d64edbf92861cc7957cea6dc01fbf11f8c955b URL: https://github.com/llvm/llvm-project/commit/11d64edbf92861cc7957cea6dc01fbf11f8c955b DIFF: https://github.com/llvm/llvm-project/commit/11d64edbf92861cc7957cea6dc01fbf11f8c955b.diff

[Lldb-commits] [lldb] a701dc8 - Revert "Fixed typos in TestLldbGdbServer.py"

2022-02-05 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-02-05T14:54:37-08:00 New Revision: a701dc8edae6886da0f5b3de793a23d6afeb0a01 URL: https://github.com/llvm/llvm-project/commit/a701dc8edae6886da0f5b3de793a23d6afeb0a01 DIFF: https://github.com/llvm/llvm-project/commit/a701dc8edae6886da0f5b3de793a23d6afeb0a01.diff

[Lldb-commits] [lldb] 36cb29c - Work around a module build failure on the bots.

2022-01-20 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-01-20T13:39:48-08:00 New Revision: 36cb29cbbe1b22dcd298ad65e1fabe899b7d7249 URL: https://github.com/llvm/llvm-project/commit/36cb29cbbe1b22dcd298ad65e1fabe899b7d7249 DIFF: https://github.com/llvm/llvm-project/commit/36cb29cbbe1b22dcd298ad65e1fabe899b7d7249.diff

[Lldb-commits] [lldb] c0957bd - Add missing include to fix modular build

2022-01-20 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-01-20T08:35:33-08:00 New Revision: c0957bd61794cc37012e7a5f7d89f00fe02ff2ef URL: https://github.com/llvm/llvm-project/commit/c0957bd61794cc37012e7a5f7d89f00fe02ff2ef DIFF: https://github.com/llvm/llvm-project/commit/c0957bd61794cc37012e7a5f7d89f00fe02ff2ef.diff

[Lldb-commits] [lldb] 11c2af0 - Remove redundant check (NFC)

2021-12-15 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2021-12-15T14:54:03-08:00 New Revision: 11c2af04f27a293de974ffdfc8faefe247a4e722 URL: https://github.com/llvm/llvm-project/commit/11c2af04f27a293de974ffdfc8faefe247a4e722 DIFF: https://github.com/llvm/llvm-project/commit/11c2af04f27a293de974ffdfc8faefe247a4e722.diff

[Lldb-commits] [lldb] 8b62429 - Use StringRef instead of char* (NFC)

2021-12-15 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2021-12-15T14:48:39-08:00 New Revision: 8b624290635fea64dfa14587b650dbb5077879a2 URL: https://github.com/llvm/llvm-project/commit/8b624290635fea64dfa14587b650dbb5077879a2 DIFF: https://github.com/llvm/llvm-project/commit/8b624290635fea64dfa14587b650dbb5077879a2.diff

[Lldb-commits] [lldb] 82d6a96 - disable test on older compilers

2021-12-13 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2021-12-13T11:59:05-08:00 New Revision: 82d6a96e129e959f78173a4ad5d165380f98d3f5 URL: https://github.com/llvm/llvm-project/commit/82d6a96e129e959f78173a4ad5d165380f98d3f5 DIFF: https://github.com/llvm/llvm-project/commit/82d6a96e129e959f78173a4ad5d165380f98d3f5.diff

[Lldb-commits] [lldb] 4f215bf - Update unit test API usage (NFC)

2021-11-29 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2021-11-29T13:14:35-08:00 New Revision: 4f215bfa6ee525b245b81462d75c3e1e47d18f13 URL: https://github.com/llvm/llvm-project/commit/4f215bfa6ee525b245b81462d75c3e1e47d18f13 DIFF: https://github.com/llvm/llvm-project/commit/4f215bfa6ee525b245b81462d75c3e1e47d18f13.diff

[Lldb-commits] [lldb] 587a397 - Skip tests when compiler with older versions of clang

2021-11-19 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2021-11-19T09:05:48-08:00 New Revision: 587a397917b267fb570cf9f6c7dd0f718b51d9de URL: https://github.com/llvm/llvm-project/commit/587a397917b267fb570cf9f6c7dd0f718b51d9de DIFF: https://github.com/llvm/llvm-project/commit/587a397917b267fb570cf9f6c7dd0f718b51d9de.diff

[Lldb-commits] [lldb] cbb8b20 - Revert "Increase gdbremote timeout."

2021-11-18 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2021-11-18T15:07:30-08:00 New Revision: cbb8b200a6566943d898e51b80769a648a47a04c URL: https://github.com/llvm/llvm-project/commit/cbb8b200a6566943d898e51b80769a648a47a04c DIFF: https://github.com/llvm/llvm-project/commit/cbb8b200a6566943d898e51b80769a648a47a04c.diff

[Lldb-commits] [lldb] 721bb73 - make testcase more robust

2021-11-18 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2021-11-18T14:00:53-08:00 New Revision: 721bb736764787bd03727196b734f74a6c8745e0 URL: https://github.com/llvm/llvm-project/commit/721bb736764787bd03727196b734f74a6c8745e0 DIFF: https://github.com/llvm/llvm-project/commit/721bb736764787bd03727196b734f74a6c8745e0.diff

[Lldb-commits] [lldb] 5cf23ec - fix syntax error

2021-11-18 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2021-11-18T10:49:51-08:00 New Revision: 5cf23ecc23afa0e04e5b5e2b3ca8e9e3c988d9ec URL: https://github.com/llvm/llvm-project/commit/5cf23ecc23afa0e04e5b5e2b3ca8e9e3c988d9ec DIFF: https://github.com/llvm/llvm-project/commit/5cf23ecc23afa0e04e5b5e2b3ca8e9e3c988d9ec.diff

[Lldb-commits] [lldb] 08c0a45 - Unbreak test after D111899

2021-11-18 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2021-11-18T08:51:50-08:00 New Revision: 08c0a45ab89c64195d8302d3cde20719cbd81d30 URL: https://github.com/llvm/llvm-project/commit/08c0a45ab89c64195d8302d3cde20719cbd81d30 DIFF: https://github.com/llvm/llvm-project/commit/08c0a45ab89c64195d8302d3cde20719cbd81d30.diff

[Lldb-commits] [lldb] db5b960 - fix decorator

2021-11-16 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2021-11-16T09:17:47-08:00 New Revision: db5b960e2dd5b2c2eac1973345d162245efc1f39 URL: https://github.com/llvm/llvm-project/commit/db5b960e2dd5b2c2eac1973345d162245efc1f39 DIFF: https://github.com/llvm/llvm-project/commit/db5b960e2dd5b2c2eac1973345d162245efc1f39.diff

[Lldb-commits] [lldb] 948b36d - Skip tests on older versions of clang

2021-11-16 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2021-11-16T09:09:56-08:00 New Revision: 948b36d2582c9cde913e434bd22814f01e85bdd6 URL: https://github.com/llvm/llvm-project/commit/948b36d2582c9cde913e434bd22814f01e85bdd6 DIFF: https://github.com/llvm/llvm-project/commit/948b36d2582c9cde913e434bd22814f01e85bdd6.diff

[Lldb-commits] [lldb] 6424dc2 - Increase gdbremote timeout.

2021-11-16 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2021-11-16T09:09:55-08:00 New Revision: 6424dc21bf6b73645ef98a35417e0591b2a95939 URL: https://github.com/llvm/llvm-project/commit/6424dc21bf6b73645ef98a35417e0591b2a95939 DIFF: https://github.com/llvm/llvm-project/commit/6424dc21bf6b73645ef98a35417e0591b2a95939.diff

[Lldb-commits] [lldb] 6e78cfb - typo

2021-11-16 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2021-11-16T09:09:55-08:00 New Revision: 6e78cfb28ab545b7367306d43f88f29202c0ae12 URL: https://github.com/llvm/llvm-project/commit/6e78cfb28ab545b7367306d43f88f29202c0ae12 DIFF: https://github.com/llvm/llvm-project/commit/6e78cfb28ab545b7367306d43f88f29202c0ae12.diff

[Lldb-commits] [lldb] 68a4d17 - Use yaml2obj instead of relying on invoking the Darwin system assembler.

2021-11-09 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2021-11-09T10:47:26-08:00 New Revision: 68a4d179c2ac4c882f2d242b81748ceed66827ff URL: https://github.com/llvm/llvm-project/commit/68a4d179c2ac4c882f2d242b81748ceed66827ff DIFF: https://github.com/llvm/llvm-project/commit/68a4d179c2ac4c882f2d242b81748ceed66827ff.diff

[Lldb-commits] [lldb] 56f7da6 - Add a requires line to test.

2021-11-09 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2021-11-09T10:16:03-08:00 New Revision: 56f7da6e0d29139d7684b2dc08901fefb64e4fa1 URL: https://github.com/llvm/llvm-project/commit/56f7da6e0d29139d7684b2dc08901fefb64e4fa1 DIFF: https://github.com/llvm/llvm-project/commit/56f7da6e0d29139d7684b2dc08901fefb64e4fa1.diff

[Lldb-commits] [lldb] c9881c7 - Support looking up absolute symbols

2021-11-09 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2021-11-09T09:44:37-08:00 New Revision: c9881c7d99c6e4073ed8de11cd3450ef23bd66fc URL: https://github.com/llvm/llvm-project/commit/c9881c7d99c6e4073ed8de11cd3450ef23bd66fc DIFF: https://github.com/llvm/llvm-project/commit/c9881c7d99c6e4073ed8de11cd3450ef23bd66fc.diff

[Lldb-commits] [lldb] 4651576 - Recognize the Swift compiler in DW_AT_producer

2021-10-07 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2021-10-07T13:54:28-07:00 New Revision: 4651576edd09bb4b0978db8592e938484e7bbd4f URL: https://github.com/llvm/llvm-project/commit/4651576edd09bb4b0978db8592e938484e7bbd4f DIFF: https://github.com/llvm/llvm-project/commit/4651576edd09bb4b0978db8592e938484e7bbd4f.diff

[Lldb-commits] [lldb] 8c5f334 - Add a unit test for llvm-gcc producer strings and cleanup code. (NFC)

2021-10-06 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2021-10-06T14:56:17-07:00 New Revision: 8c5f3348af38843b5f0ca13e82cc285af4e3582d URL: https://github.com/llvm/llvm-project/commit/8c5f3348af38843b5f0ca13e82cc285af4e3582d DIFF: https://github.com/llvm/llvm-project/commit/8c5f3348af38843b5f0ca13e82cc285af4e3582d.diff

<    3   4   5   6   7   8   9   10   11   12   >