[Lldb-commits] [lldb] r346651 - Fix an unused variable warning. NFC

2018-11-12 Thread Alexander Kornienko via lldb-commits
Author: alexfh Date: Mon Nov 12 05:41:42 2018 New Revision: 346651 URL: http://llvm.org/viewvc/llvm-project?rev=346651&view=rev Log: Fix an unused variable warning. NFC Modified: lldb/trunk/source/Plugins/Process/Utility/StopInfoMachException.cpp Modified: lldb/trunk/source/Plugins/Process/U

[Lldb-commits] [lldb] r355392 - [lldb] Fix linux host build after r355342

2019-03-05 Thread Alexander Kornienko via lldb-commits
Author: alexfh Date: Tue Mar 5 04:05:35 2019 New Revision: 355392 URL: http://llvm.org/viewvc/llvm-project?rev=355392&view=rev Log: [lldb] Fix linux host build after r355342 Modified: lldb/trunk/source/Host/linux/Host.cpp Modified: lldb/trunk/source/Host/linux/Host.cpp URL: http://llvm.org

[Lldb-commits] [lldb] ca7a20d - [lldb] Reduce chances of spurious failures in some build setups

2023-04-12 Thread Alexander Kornienko via lldb-commits
Author: Alexander Kornienko Date: 2023-04-12T13:05:39+02:00 New Revision: ca7a20df108290ed9cd0ceb3137b253c8256a861 URL: https://github.com/llvm/llvm-project/commit/ca7a20df108290ed9cd0ceb3137b253c8256a861 DIFF: https://github.com/llvm/llvm-project/commit/ca7a20df108290ed9cd0ceb3137b253c8256a861

Re: [Lldb-commits] [PATCH] D136565: [clang] Instantiate alias templates with sugar

2022-11-07 Thread Alexander Kornienko via lldb-commits
Given the broad impact of this in our code I'm inclined to revert the patch to unblock us. The test case I have so far is still too large, but I hope to get something shareable tomorrow. On Tue, 8 Nov 2022, 04:03 Matheus Izvekov via Phabricator, < revi...@reviews.llvm.org> wrote: > mizvekov added

[Lldb-commits] [lldb] c95922c - Remove a useless temporary of a base class type.

2022-12-03 Thread Alexander Kornienko via lldb-commits
Author: Alexander Kornienko Date: 2022-12-04T00:01:22+01:00 New Revision: c95922c717973889ee669066abfc2e8be07050bf URL: https://github.com/llvm/llvm-project/commit/c95922c717973889ee669066abfc2e8be07050bf DIFF: https://github.com/llvm/llvm-project/commit/c95922c717973889ee669066abfc2e8be07050bf

Re: [Lldb-commits] [lldb] r369652 - [lldb][NFC] Fix indentation in CommandObjectProcess

2019-08-22 Thread Alexander Kornienko via lldb-commits
This commit breaks buildbots: http://lab.llvm.org:8011/builders/lldb-x64-windows-ninja/builds/8107 On Thu, Aug 22, 2019 at 3:49 PM Raphael Isemann via lldb-commits < lldb-commits@lists.llvm.org> wrote: > Author: teemperor > Date: Thu Aug 22 06:50:54 2019 > New Revision: 369652 > > URL: http://llv

Re: [Lldb-commits] [lldb] r369652 - [lldb][NFC] Fix indentation in CommandObjectProcess

2019-08-22 Thread Alexander Kornienko via lldb-commits
Thanks for the quick fix! On Thu, Aug 22, 2019 at 5:29 PM Raphael “Teemperor” Isemann < teempe...@gmail.com> wrote: > Fix is already committed as 369660, sorry for that. > - Raphael > > On Aug 22, 2019, at 5:28 PM, Alexander Kornienko via lldb-commits < > lldb-commi

[Lldb-commits] [lldb] [lldb] Fix double free in CommandPluginInterfaceImplementation (PR #131658)

2025-03-24 Thread Alexander Kornienko via lldb-commits
alexfh wrote: We started seeing assertion failures in SBCommandInterpreterTest after this commit: ``` [ RUN ] SBCommandInterpreterTest.SingleWordCommand [ OK ] SBCommandInterpreterTest.SingleWordCommand (245 ms) [ RUN ] SBCommandInterpreterTest.MultiWordCommand assertion failed a

[Lldb-commits] [lldb] [lldb] Fix double free in CommandPluginInterfaceImplementation (PR #131658)

2025-03-24 Thread Alexander Kornienko via lldb-commits
alexfh wrote: @labath https://github.com/llvm/llvm-project/pull/131658 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [clang] [clang-tools-extra] [lldb] Reland: [clang] preserve class type sugar when taking pointer to member (PR #132401)

2025-03-30 Thread Alexander Kornienko via lldb-commits
alexfh wrote: > @alexfh should be fixed by #133613 Thank you! The crash is resolved. Do you still need a reduced test case? https://github.com/llvm/llvm-project/pull/132401 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.o

[Lldb-commits] [clang] [clang-tools-extra] [lldb] Reland: [clang] preserve class type sugar when taking pointer to member (PR #132401)

2025-03-30 Thread Alexander Kornienko via lldb-commits
alexfh wrote: I've found a new crash that's not fixed by https://github.com/llvm/llvm-project/pull/133343. Reducing... https://github.com/llvm/llvm-project/pull/132401 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cg