[Lldb-commits] [lldb] ed88e57 - [LLDB] Fix buildbots breakage due to TestGuessLanguage.py

2021-06-15 Thread Chen Zheng via lldb-commits
Author: Chen Zheng Date: 2021-06-16T05:03:06Z New Revision: ed88e57f6587ea51d1c106acbdd82a083f746606 URL: https://github.com/llvm/llvm-project/commit/ed88e57f6587ea51d1c106acbdd82a083f746606 DIFF: https://github.com/llvm/llvm-project/commit/ed88e57f6587ea51d1c106acbdd82a083f746606.diff LOG: [L

[Lldb-commits] [lldb] 80b2da4 - Don't depend on the "run" alias doing shell expanding.

2021-06-15 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2021-06-15T16:37:46-07:00 New Revision: 80b2da42d28466341b9512599aac354c178c39f8 URL: https://github.com/llvm/llvm-project/commit/80b2da42d28466341b9512599aac354c178c39f8 DIFF: https://github.com/llvm/llvm-project/commit/80b2da42d28466341b9512599aac354c178c39f8.diff LO

Re: [Lldb-commits] [lldb] 3bea730 - [lldb] Fix compilation with gcc-6.5

2021-06-15 Thread Chandler Carruth via lldb-commits
+Tom Stellard - Could this get cherry-picked into 12.0.N for the next point release? Without it, LLDB in the 12 release doesn't build with GCC <= 6.5 which the docs indicate is supposed to work. On Wed, Mar 31, 2021 at 11:45 PM Pavel Labath via lldb-commits < lldb-commits@lists.llvm.org> wrote:

[Lldb-commits] [lldb] 479c357 - Missed a Windows use of ValidForThisThread in the changes for

2021-06-15 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2021-06-15T15:43:53-07:00 New Revision: 479c3577fb825c0c7933b49ac0dd944c4aae22bf URL: https://github.com/llvm/llvm-project/commit/479c3577fb825c0c7933b49ac0dd944c4aae22bf DIFF: https://github.com/llvm/llvm-project/commit/479c3577fb825c0c7933b49ac0dd944c4aae22bf.diff LO

[Lldb-commits] [PATCH] D104162: NFC Fix the handling of BreakpointOptions - return references to make it clear when you will get a valid object

2021-06-15 Thread Jim Ingham via Phabricator via lldb-commits
This revision was not accepted when it landed; it landed in state "Needs Review". This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rGcfb96d845a68: Convert functions that were returning BreakpointOpti

lldb-commits@lists.llvm.org

2021-06-15 Thread Jim Ingham via lldb-commits
Author: Jim Ingham Date: 2021-06-15T14:34:02-07:00 New Revision: cfb96d845a684a5c567823dbe2aa4392937ee979 URL: https://github.com/llvm/llvm-project/commit/cfb96d845a684a5c567823dbe2aa4392937ee979 DIFF: https://github.com/llvm/llvm-project/commit/cfb96d845a684a5c567823dbe2aa4392937ee979.diff LO

[Lldb-commits] [PATCH] D99944: [LLDB] AArch64 Linux and elf-core PAC stack unwinder support

2021-06-15 Thread Muhammad Omair Javaid via Phabricator via lldb-commits
This revision was not accepted when it landed; it landed in state "Needs Review". This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rGe8f998c0c5ed: AArch64 Linux and elf-core PAC stack unwinder suppor

[Lldb-commits] [lldb] e8f998c - AArch64 Linux and elf-core PAC stack unwinder support

2021-06-15 Thread Muhammad Omair Javaid via lldb-commits
Author: Muhammad Omair Javaid Date: 2021-06-16T02:09:46+05:00 New Revision: e8f998c0c5edda3d6bad9b70e60975296df3d9fb URL: https://github.com/llvm/llvm-project/commit/e8f998c0c5edda3d6bad9b70e60975296df3d9fb DIFF: https://github.com/llvm/llvm-project/commit/e8f998c0c5edda3d6bad9b70e60975296df3d9

[Lldb-commits] [PATCH] D100662: [lldb] Make the ClassTemplateDecl merging logic in TypeSystemClang respect template parameters

2021-06-15 Thread Raphael Isemann via Phabricator via lldb-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rGb8567559cf38: [lldb] Make the ClassTemplateDecl merging logic in TypeSystemClang respect… (authored by teemperor). Herald added a subscriber: lldb-co

[Lldb-commits] [lldb] b856755 - [lldb] Make the ClassTemplateDecl merging logic in TypeSystemClang respect template parameters

2021-06-15 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-06-15T19:25:07+02:00 New Revision: b8567559cf3872d0cc2a0ed24a171da8b1ff400f URL: https://github.com/llvm/llvm-project/commit/b8567559cf3872d0cc2a0ed24a171da8b1ff400f DIFF: https://github.com/llvm/llvm-project/commit/b8567559cf3872d0cc2a0ed24a171da8b1ff400f.dif

[Lldb-commits] [PATCH] D103588: [trace] Create a top level ThreadTrace class

2021-06-15 Thread walter erquinigo via Phabricator via lldb-commits
wallace added a comment. I'll redo this in a different patch Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D103588/new/ https://reviews.llvm.org/D103588 ___ lldb-commits mailing list lldb-commits@lists.ll

[Lldb-commits] [PATCH] D101128: [lldb-vscode] only report long running progress events

2021-06-15 Thread walter erquinigo via Phabricator via lldb-commits
wallace added a comment. ping Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D101128/new/ https://reviews.llvm.org/D101128 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/c

[Lldb-commits] [PATCH] D103500: [trace][intel-pt] Create basic SB API

2021-06-15 Thread walter erquinigo via Phabricator via lldb-commits
wallace added a comment. ping Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D103500/new/ https://reviews.llvm.org/D103500 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/c

[Lldb-commits] [PATCH] D104281: [lldb][docs] Add reference docs for Lua scripting

2021-06-15 Thread Raphael Isemann via Phabricator via lldb-commits
teemperor added a comment. > In fact, the same idea also occurred to me before. I think it's also > achievable by a plugin sphinx-code-tabs. I like that idea! We do have to give the peopler running the docs bot a heads up though that they need to install that plugin, but I can take care of that

[Lldb-commits] [PATCH] D104307: [lldb] Remove SBHostOS threading functionality

2021-06-15 Thread Raphael Isemann via Phabricator via lldb-commits
teemperor created this revision. teemperor added a reviewer: LLDB. Herald added a subscriber: krytarowski. teemperor requested review of this revision. Follow up patch for D104231 which deprecates this in the SB API. This removes the threading functionality tha

[Lldb-commits] [PATCH] D103575: Allow signposts to take advantage of deferred string substitution

2021-06-15 Thread Adrian Prantl via Phabricator via lldb-commits
aprantl added a comment. I tried to work around it. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D103575/new/ https://reviews.llvm.org/D103575 ___ lldb-commits mailing list lldb-commits@lists.llvm.org ht

[Lldb-commits] [lldb] 073e7a0 - Work around MSVC compiler intricacies.

2021-06-15 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2021-06-15T08:17:56-07:00 New Revision: 073e7a08e83ab61198e6b9e106369e876a5b7509 URL: https://github.com/llvm/llvm-project/commit/073e7a08e83ab61198e6b9e106369e876a5b7509 DIFF: https://github.com/llvm/llvm-project/commit/073e7a08e83ab61198e6b9e106369e876a5b7509.diff

[Lldb-commits] [PATCH] D103575: Allow signposts to take advantage of deferred string substitution

2021-06-15 Thread Adrian Prantl via Phabricator via lldb-commits
aprantl added a comment. which is weird because I didn't actually change that. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D103575/new/ https://reviews.llvm.org/D103575 ___ lldb-commits mailing list lld

[Lldb-commits] [PATCH] D103575: Allow signposts to take advantage of deferred string substitution

2021-06-15 Thread Adrian Prantl via Phabricator via lldb-commits
aprantl added a comment. In D103575#2818340 , @stella.stamenova wrote: > The Windows buildbot does not like signposts: > > https://lab.llvm.org/buildbot/#/builders/83/builds/7271 C:\PROGRA~2\MICROS~3\2017\COMMUN~1\VC\Tools\MSVC\1416~1.270\bin\Hostx

[Lldb-commits] [PATCH] D104283: [lldb] Fix libstdc++ 11's std::unique_ptr affecting LLDB testsuite TestDataFormatterStdUniquePtr.py

2021-06-15 Thread Jan Kratochvil via Phabricator via lldb-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rGfffb97509511: [lldb] Fix libstdc++ 11's std::unique_ptr affecting LLDB testsuite… (authored by jankratochvil). Changed prior to commit: https://re

[Lldb-commits] [lldb] fffb975 - [lldb] Fix libstdc++ 11's std::unique_ptr affecting LLDB testsuite TestDataFormatterStdUniquePtr.py

2021-06-15 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2021-06-15T11:19:20+02:00 New Revision: fffb975095119adb5f91be4e3c83ac0cb4b1602c URL: https://github.com/llvm/llvm-project/commit/fffb975095119adb5f91be4e3c83ac0cb4b1602c DIFF: https://github.com/llvm/llvm-project/commit/fffb975095119adb5f91be4e3c83ac0cb4b1602c.diff

[Lldb-commits] [PATCH] D104283: [lldb] Fix libstdc++ 11's std::unique_ptr affecting LLDB testsuite TestDataFormatterStdUniquePtr.py

2021-06-15 Thread Jan Kratochvil via Phabricator via lldb-commits
jankratochvil added a comment. In D104283#2818897 , @teemperor wrote: > - We should hide the deleter if it's stateless (default_delete or a > user-specified deleter that is empty) as the less verbose output is more > useful for command line users. My p

[Lldb-commits] [PATCH] D104283: [lldb] Fix libstdc++ 11's std::unique_ptr affecting LLDB testsuite TestDataFormatterStdUniquePtr.py

2021-06-15 Thread Raphael Isemann via Phabricator via lldb-commits
teemperor accepted this revision. teemperor added a comment. This revision is now accepted and ready to land. > Personally I think if there is the pointer (and sizeof(std::unique_ptr YYY> == 16) there should be the "deleter =" specified even if it is default > deleter. I don't think that it can

[Lldb-commits] [PATCH] D104283: [lldb] Fix libstdc++ 11's std::unique_ptr affecting LLDB testsuite TestDataFormatterStdUniquePtr.py

2021-06-15 Thread Jan Kratochvil via Phabricator via lldb-commits
jankratochvil added a comment. In D104283#2818693 , @teemperor wrote: > (Technically that would hide the deleter if the user specifies a > default-deleter that just happens to be compatible, but that seems like an > obscure corner case so this seems "go

[Lldb-commits] [PATCH] D104283: [lldb] Fix libstdc++ 11's std::unique_ptr affecting LLDB testsuite TestDataFormatterStdUniquePtr.py

2021-06-15 Thread Jan Kratochvil via Phabricator via lldb-commits
jankratochvil abandoned this revision. jankratochvil added a comment. So I think you can check-in your patch. I would just copy-paste it. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D104283/new/ https://reviews.llvm.org/D104283 __

[Lldb-commits] [PATCH] D104283: [lldb] Fix libstdc++ 11's std::unique_ptr affecting LLDB testsuite TestDataFormatterStdUniquePtr.py

2021-06-15 Thread Raphael Isemann via Phabricator via lldb-commits
teemperor requested changes to this revision. teemperor added a comment. This revision now requires changes to proceed. I think the way the provider is supposed to work is that there is always `deleter` child as long as it's not `default_delete`, so I think we have to check for the name to avoid

[Lldb-commits] [PATCH] D104281: [lldb][docs] Add reference docs for Lua scripting

2021-06-15 Thread Siger Young via Phabricator via lldb-commits
siger-young added a comment. In D104281#2818620 , @teemperor wrote: > Instead of copying the text from the Python page, I was actually thinking > whether we should make the 'scripting' page more generic and just add the > language-specific examples for

[Lldb-commits] [PATCH] D104283: [lldb] Fix libstdc++ 11's std::unique_ptr affecting LLDB testsuite TestDataFormatterStdUniquePtr.py

2021-06-15 Thread Jan Kratochvil via Phabricator via lldb-commits
jankratochvil created this revision. jankratochvil added reviewers: teemperor, dblaikie, clayborg. jankratochvil added a project: LLDB. Herald added a subscriber: JDevlieghere. jankratochvil requested review of this revision. This is a part of D101237 to fix LLDB