[Lldb-commits] [lldb] r367963 - Revert "[CompilerType] Simplify the interface a bit more.."

2019-08-05 Thread Davide Italiano via lldb-commits
Author: davide Date: Mon Aug 5 17:42:11 2019 New Revision: 367963 URL: http://llvm.org/viewvc/llvm-project?rev=367963&view=rev Log: Revert "[CompilerType] Simplify the interface a bit more.." There's actually a test downstream that fails with this. I think we can still get rid of it, but I need

[Lldb-commits] [lldb] r368249 - [Materializer] Remove wrong SetSizeAndAlignmentFromType().

2019-08-07 Thread Davide Italiano via lldb-commits
Author: davide Date: Wed Aug 7 20:15:48 2019 New Revision: 368249 URL: http://llvm.org/viewvc/llvm-project?rev=368249&view=rev Log: [Materializer] Remove wrong SetSizeAndAlignmentFromType(). This function is unused. It's also wrong, because it computes the size and the alignment of the type wit

[Lldb-commits] [lldb] r368614 - [Symbol] GetTypeBitAlign() should return None in case of failure.

2019-08-12 Thread Davide Italiano via lldb-commits
Author: davide Date: Mon Aug 12 13:03:19 2019 New Revision: 368614 URL: http://llvm.org/viewvc/llvm-project?rev=368614&view=rev Log: [Symbol] GetTypeBitAlign() should return None in case of failure. Summary: And not `zero`. This is the last API needed to be converted to an Optional. Reviewers: x

[Lldb-commits] [lldb] r368620 - [CompilerType] Pass an ExecutionContextScope to GetTypeBitAlign.

2019-08-12 Thread Davide Italiano via lldb-commits
Author: davide Date: Mon Aug 12 14:49:54 2019 New Revision: 368620 URL: http://llvm.org/viewvc/llvm-project?rev=368620&view=rev Log: [CompilerType] Pass an ExecutionContextScope to GetTypeBitAlign. Modified: lldb/trunk/include/lldb/Symbol/ClangASTContext.h lldb/trunk/include/lldb/Symbol/C

Re: [Lldb-commits] [lldb] r369374 - unittests: Use yaml2obj as a library instead of an external process

2019-08-20 Thread Davide Italiano via lldb-commits
Hi Pavel, looks like this broke the lldb-standalone macOS bot. http://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake-standalone/151/console FAILED: unittests/TestingSupport/CMakeFiles/lldbUtilityHelpers.dir/TestUtilities.cpp.o [trim] /Users/buildslave/jenkins/workspace/lldb-cmake-standalo

Re: [Lldb-commits] [lldb] r369502 - Properly EXCLUDE_FROM_ALL the testing support library

2019-08-21 Thread Davide Italiano via lldb-commits
Thanks, the bot is green again! On Wed, Aug 21, 2019 at 1:20 AM Pavel Labath via lldb-commits wrote: > > Author: labath > Date: Wed Aug 21 01:21:51 2019 > New Revision: 369502 > > URL: http://llvm.org/viewvc/llvm-project?rev=369502&view=rev > Log: > Properly EXCLUDE_FROM_ALL the testing support l

[Lldb-commits] [lldb] r369618 - [lldb] Replace std::once_flag with llvm::once_flag.

2019-08-21 Thread Davide Italiano via lldb-commits
Author: davide Date: Wed Aug 21 20:12:49 2019 New Revision: 369618 URL: http://llvm.org/viewvc/llvm-project?rev=369618&view=rev Log: [lldb] Replace std::once_flag with llvm::once_flag. Summary: The former seems like it's not working on some platforms. All the other uses use `llvm::`, so, let's ch

[Lldb-commits] [lldb] r370286 - [TSanRuntime] Upstream thread swift race detector.

2019-08-28 Thread Davide Italiano via lldb-commits
Author: davide Date: Wed Aug 28 18:39:26 2019 New Revision: 370286 URL: http://llvm.org/viewvc/llvm-project?rev=370286&view=rev Log: [TSanRuntime] Upstream thread swift race detector. Summary: This is self-contained, and doesn't need anything in the compiler to work. Mainly to reduce the diff bet

[Lldb-commits] [lldb] r370287 - [python] remove testsuite vestiges.

2019-08-28 Thread Davide Italiano via lldb-commits
Author: davide Date: Wed Aug 28 18:45:10 2019 New Revision: 370287 URL: http://llvm.org/viewvc/llvm-project?rev=370287&view=rev Log: [python] remove testsuite vestiges. Removed: lldb/trunk/packages/Python/lldbsuite/test/attic/ ___ lldb-commits mail

[Lldb-commits] [lldb] r370385 - Revert "[TSanRuntime] Upstream thread swift race detector."

2019-08-29 Thread Davide Italiano via lldb-commits
Author: davide Date: Thu Aug 29 10:14:25 2019 New Revision: 370385 URL: http://llvm.org/viewvc/llvm-project?rev=370385&view=rev Log: Revert "[TSanRuntime] Upstream thread swift race detector." Sometimes it's easier to resolve merge conflict than arguing. Modified: lldb/trunk/source/Plugins/I

[Lldb-commits] [lldb] r359124 - [EditLineTests] Call setenv() before editline is initialized.

2019-04-24 Thread Davide Italiano via lldb-commits
Author: davide Date: Wed Apr 24 11:39:39 2019 New Revision: 359124 URL: http://llvm.org/viewvc/llvm-project?rev=359124&view=rev Log: [EditLineTests] Call setenv() before editline is initialized. Modified: lldb/trunk/unittests/Editline/EditlineTest.cpp Modified: lldb/trunk/unittests/Editline/

[Lldb-commits] [lldb] r359249 - [TestTemplateFunction] Add a missing debug info variant.

2019-04-25 Thread Davide Italiano via lldb-commits
Author: davide Date: Thu Apr 25 15:53:10 2019 New Revision: 359249 URL: http://llvm.org/viewvc/llvm-project?rev=359249&view=rev Log: [TestTemplateFunction] Add a missing debug info variant. Modified: lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/template-function/TestTemplateFunctions.p

[Lldb-commits] [lldb] r360725 - [lit/Register] Fix matching of the output.

2019-05-14 Thread Davide Italiano via lldb-commits
Author: davide Date: Tue May 14 16:17:12 2019 New Revision: 360725 URL: http://llvm.org/viewvc/llvm-project?rev=360725&view=rev Log: [lit/Register] Fix matching of the output. Modified: lldb/trunk/lit/Register/x86-64-zmm-read.test Modified: lldb/trunk/lit/Register/x86-64-zmm-read.test URL:

[Lldb-commits] [lldb] r360966 - [CommandInterpreter] Accept blanks after `all` or [0-9]+ for bt.

2019-05-16 Thread Davide Italiano via lldb-commits
Author: davide Date: Thu May 16 18:03:21 2019 New Revision: 360966 URL: http://llvm.org/viewvc/llvm-project?rev=360966&view=rev Log: [CommandInterpreter] Accept blanks after `all` or [0-9]+ for bt. Previously "bt all" would've failed as the regex didn't match them. Over the shoulder review b

[Lldb-commits] [lldb] r361078 - [EditLine] Check string pointers before dereferencing them.

2019-05-17 Thread Davide Italiano via lldb-commits
Author: davide Date: Fri May 17 14:49:17 2019 New Revision: 361078 URL: http://llvm.org/viewvc/llvm-project?rev=361078&view=rev Log: [EditLine] Check string pointers before dereferencing them. Get*AtIndex() can return nullptr. This only happens in the swift REPL support, so it's hard to test upst

[Lldb-commits] [lldb] r361087 - [crashlog] Use loads() instead of readPlistFromString() for python 3.

2019-05-17 Thread Davide Italiano via lldb-commits
Author: davide Date: Fri May 17 18:57:12 2019 New Revision: 361087 URL: http://llvm.org/viewvc/llvm-project?rev=361087&view=rev Log: [crashlog] Use loads() instead of readPlistFromString() for python 3. Modified: lldb/trunk/examples/python/crashlog.py Modified: lldb/trunk/examples/python/c

Re: [Lldb-commits] [lldb] r361079 - Fix IPv6 support on lldb-server platform

2019-05-17 Thread Davide Italiano via lldb-commits
Alex, not sure if it's helpful for you as you already reverted this, but I was able to find this failing on our lldb-sanitize bot (on Green dragon). Here's the stack trace. TEST 'lldb-Unit :: Host/./HostTests/ConnectionFileDescriptorTest.TCPGetURIv6' FAILED ***

Re: [Lldb-commits] [lldb] r361447 - Ack, added DWARFTypeUnit to the wrong target...

2019-05-22 Thread Davide Italiano via lldb-commits
> Modified: lldb/trunk/source/Host/common/Editline.cpp > URL: > http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Host/common/Editline.cpp?rev=361447&r1=361446&r2=361447&view=diff > == > --- lldb/trunk/source/Host/comm

[Lldb-commits] [lldb] r362044 - [crashlog] Add a missing call to decode.

2019-05-29 Thread Davide Italiano via lldb-commits
Author: davide Date: Wed May 29 17:35:43 2019 New Revision: 362044 URL: http://llvm.org/viewvc/llvm-project?rev=362044&view=rev Log: [crashlog] Add a missing call to decode. Modified: lldb/trunk/examples/python/crashlog.py Modified: lldb/trunk/examples/python/crashlog.py URL: http://llvm.

[Lldb-commits] [lldb] r362639 - [NativeProcessDarwin] Remove dead code. NFCI.

2019-06-05 Thread Davide Italiano via lldb-commits
Author: davide Date: Wed Jun 5 13:23:03 2019 New Revision: 362639 URL: http://llvm.org/viewvc/llvm-project?rev=362639&view=rev Log: [NativeProcessDarwin] Remove dead code. NFCI. Modified: lldb/trunk/source/Plugins/Process/Darwin/NativeProcessDarwin.cpp Modified: lldb/trunk/source/Plugins/Pr

Re: [Lldb-commits] [PATCH] D63110: Fix a crash in option parsing.

2019-06-20 Thread Davide Italiano via lldb-commits
Adrian is OOO. I am looking at this and I'll revert if I can't understand what's going on. On Thu, Jun 20, 2019 at 11:27 AM Stella Stamenova via Phabricator via lldb-commits wrote: > > stella.stamenova added a comment. > > In D63110#1551572 , @mgorny wrote

[Lldb-commits] [lldb] r363999 - Revert "Fix a crash in option parsing."

2019-06-20 Thread Davide Italiano via lldb-commits
Author: davide Date: Thu Jun 20 16:44:37 2019 New Revision: 363999 URL: http://llvm.org/viewvc/llvm-project?rev=363999&view=rev Log: Revert "Fix a crash in option parsing." This fails on the bots around 1/10 of the time. Removed: lldb/trunk/lit/Driver/Inputs/process_attach_pid.in lldb/tr

Re: [Lldb-commits] [PATCH] D63110: Fix a crash in option parsing.

2019-06-20 Thread Davide Italiano via lldb-commits
I reverted this in r363999 On Thu, Jun 20, 2019 at 2:26 PM Davide Italiano wrote: > > Adrian is OOO. I am looking at this and I'll revert if I can't > understand what's going on. > > On Thu, Jun 20, 2019 at 11:27 AM Stella Stamenova via Phabricator via > lldb-commits wrote: > > > > stella.stamen

[Lldb-commits] [lldb] r364334 - [CMake] Check that a certificate for lldb is present at build time.

2019-06-25 Thread Davide Italiano via lldb-commits
Author: davide Date: Tue Jun 25 10:13:24 2019 New Revision: 364334 URL: http://llvm.org/viewvc/llvm-project?rev=364334&view=rev Log: [CMake] Check that a certificate for lldb is present at build time. Reviewers: JDevlieghere, sgraenitz, aprantl, friss Subscribers: mgorny, lldb-commits Tags: #ll

[Lldb-commits] [lldb] r364465 - [x86-64] Use `//` for integer division in the target definition.

2019-06-26 Thread Davide Italiano via lldb-commits
Author: davide Date: Wed Jun 26 12:51:57 2019 New Revision: 364465 URL: http://llvm.org/viewvc/llvm-project?rev=364465&view=rev Log: [x86-64] Use `//` for integer division in the target definition. This forces integer division and works with python 2 and python 3. Modified: lldb/trunk/exam

Re: [Lldb-commits] [lldb] r364481 - Use the // integer divide operator in these

2019-06-26 Thread Davide Italiano via lldb-commits
Thank you Jason! On Wed, Jun 26, 2019 at 2:41 PM Jason Molenda via lldb-commits wrote: > > Author: jmolenda > Date: Wed Jun 26 14:41:07 2019 > New Revision: 364481 > > URL: http://llvm.org/viewvc/llvm-project?rev=364481&view=rev > Log: > Use the // integer divide operator in these > target defin

[Lldb-commits] [lldb] r365243 - [CplusPlus] ISVTableName is unused. NFCI.

2019-07-05 Thread Davide Italiano via lldb-commits
Author: davide Date: Fri Jul 5 13:45:57 2019 New Revision: 365243 URL: http://llvm.org/viewvc/llvm-project?rev=365243&view=rev Log: [CplusPlus] ISVTableName is unused. NFCI. Reviewers: teemperor, JDevlieghere Subscribers: lldb-commits Tags: #lldb Differential Revision: https://reviews.llvm.or

[Lldb-commits] [lldb] r365416 - [crashlog] Fix a mismatch between bytes and strings.

2019-07-08 Thread Davide Italiano via lldb-commits
Author: davide Date: Mon Jul 8 18:05:12 2019 New Revision: 365416 URL: http://llvm.org/viewvc/llvm-project?rev=365416&view=rev Log: [crashlog] Fix a mismatch between bytes and strings. The functions in read_plist() want bytes as input, not strings. Modified: lldb/trunk/examples/python/cra

[Lldb-commits] [lldb] r365677 - [scripts] Remove the unused 'shush' script.

2019-07-10 Thread Davide Italiano via lldb-commits
Author: davide Date: Wed Jul 10 11:13:46 2019 New Revision: 365677 URL: http://llvm.org/viewvc/llvm-project?rev=365677&view=rev Log: [scripts] Remove the unused 'shush' script. There are pre-made utilities doing this. If somebody finds an use for it and wants to resurrect, I would recommend to re

[Lldb-commits] [lldb] 8cac6d1 - [Shell] Remove incorrectly cargo-culted UNSUPPORTED.

2020-04-16 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-04-16T13:22:46-07:00 New Revision: 8cac6d1875e094f2b78621f3ff12e61553cd12ec URL: https://github.com/llvm/llvm-project/commit/8cac6d1875e094f2b78621f3ff12e61553cd12ec DIFF: https://github.com/llvm/llvm-project/commit/8cac6d1875e094f2b78621f3ff12e61553cd12ec.dif

[Lldb-commits] [lldb] 1fae85a - [DWARF] Add instructions to regenerate this test, if needed.

2020-04-16 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-04-16T13:31:32-07:00 New Revision: 1fae85a8534ec51ca893899314bd244b3e9684c7 URL: https://github.com/llvm/llvm-project/commit/1fae85a8534ec51ca893899314bd244b3e9684c7 DIFF: https://github.com/llvm/llvm-project/commit/1fae85a8534ec51ca893899314bd244b3e9684c7.dif

[Lldb-commits] [lldb] ce77900 - [DWARF] Rename a function and comment it for clarity.

2020-04-16 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-04-16T15:37:09-07:00 New Revision: ce7790044faa48a1ec49b6339797180e05520cef URL: https://github.com/llvm/llvm-project/commit/ce7790044faa48a1ec49b6339797180e05520cef DIFF: https://github.com/llvm/llvm-project/commit/ce7790044faa48a1ec49b6339797180e05520cef.dif

[Lldb-commits] [lldb] 68f8e02 - [ARM64] Remove dead code.

2020-05-01 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-05-01T15:04:44-07:00 New Revision: 68f8e0264e297bf7abadb1ca3850949606bdb4f5 URL: https://github.com/llvm/llvm-project/commit/68f8e0264e297bf7abadb1ca3850949606bdb4f5 DIFF: https://github.com/llvm/llvm-project/commit/68f8e0264e297bf7abadb1ca3850949606bdb4f5.dif

[Lldb-commits] [lldb] 30ddd4c - [ARM64] Remove more dead code. NFC.

2020-05-01 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-05-01T15:05:42-07:00 New Revision: 30ddd4ce19316fd2a8a50c5bc511433c87ecb95c URL: https://github.com/llvm/llvm-project/commit/30ddd4ce19316fd2a8a50c5bc511433c87ecb95c DIFF: https://github.com/llvm/llvm-project/commit/30ddd4ce19316fd2a8a50c5bc511433c87ecb95c.dif

[Lldb-commits] [lldb] 6951fe3 - [arm64] Remove an old special case that's not needed anymore.

2020-05-04 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-05-04T14:18:51-07:00 New Revision: 6951fe3989343c6605c397ac427acea4e39d2132 URL: https://github.com/llvm/llvm-project/commit/6951fe3989343c6605c397ac427acea4e39d2132 DIFF: https://github.com/llvm/llvm-project/commit/6951fe3989343c6605c397ac427acea4e39d2132.dif

[Lldb-commits] [lldb] 48e5eed - [TestIndirectSymbols] This now runs and works on iOS (arm64).

2020-05-05 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-05-05T13:14:05-07:00 New Revision: 48e5eedab3aa170f880b333d5e38bbc6e72d4b8b URL: https://github.com/llvm/llvm-project/commit/48e5eedab3aa170f880b333d5e38bbc6e72d4b8b DIFF: https://github.com/llvm/llvm-project/commit/48e5eedab3aa170f880b333d5e38bbc6e72d4b8b.dif

[Lldb-commits] [lldb] d606dcc - [TestIndirectSymbol] This tests an Apple-specific feature.

2020-05-05 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-05-05T13:14:05-07:00 New Revision: d606dcc65254b13e6238b69d8185d3667e850522 URL: https://github.com/llvm/llvm-project/commit/d606dcc65254b13e6238b69d8185d3667e850522 DIFF: https://github.com/llvm/llvm-project/commit/d606dcc65254b13e6238b69d8185d3667e850522.dif

[Lldb-commits] [lldb] 7c1b060 - [IRInterpreter] Unused. Drive-by cleanup. NFCI.

2020-06-03 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-06-03T13:31:58-07:00 New Revision: 7c1b060c3c65cac50edec5cceb6653957c344d96 URL: https://github.com/llvm/llvm-project/commit/7c1b060c3c65cac50edec5cceb6653957c344d96 DIFF: https://github.com/llvm/llvm-project/commit/7c1b060c3c65cac50edec5cceb6653957c344d96.dif

[Lldb-commits] [lldb] c3f0d9f - [IRExecutionUnit] Early returns for clarity. NFCI.

2020-06-05 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-06-05T14:52:36-07:00 New Revision: c3f0d9f3d22d7a3770f2886df9c554e1c277e45a URL: https://github.com/llvm/llvm-project/commit/c3f0d9f3d22d7a3770f2886df9c554e1c277e45a DIFF: https://github.com/llvm/llvm-project/commit/c3f0d9f3d22d7a3770f2886df9c554e1c277e45a.dif

[Lldb-commits] [lldb] 2276bb4 - [debugserver] Initial support for Apple Silicon.

2020-06-23 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-06-23T10:47:16-07:00 New Revision: 2276bb48be0175f96b1494ca67b7921f0d4e87d8 URL: https://github.com/llvm/llvm-project/commit/2276bb48be0175f96b1494ca67b7921f0d4e87d8 DIFF: https://github.com/llvm/llvm-project/commit/2276bb48be0175f96b1494ca67b7921f0d4e87d8.dif

[Lldb-commits] [lldb] 3c79212 - [Host] Check for TARGET_OS_EMBEDDED instead of listing architectures.

2020-06-23 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-06-23T12:27:21-07:00 New Revision: 3c79212319d878b07ef259d735b52b379f774e25 URL: https://github.com/llvm/llvm-project/commit/3c79212319d878b07ef259d735b52b379f774e25 DIFF: https://github.com/llvm/llvm-project/commit/3c79212319d878b07ef259d735b52b379f774e25.dif

[Lldb-commits] [lldb] 63d5970 - [ObjectFileMachO] Check for TARGET_EMBEDDED instead of listing architectures.

2020-06-23 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-06-23T12:37:45-07:00 New Revision: 63d597093cccbb8d4962cf490e2d754a73a77e64 URL: https://github.com/llvm/llvm-project/commit/63d597093cccbb8d4962cf490e2d754a73a77e64 DIFF: https://github.com/llvm/llvm-project/commit/63d597093cccbb8d4962cf490e2d754a73a77e64.dif

[Lldb-commits] [lldb] 33ece57 - Generalize TestFormattersBoolRefPtr to work on Apple Silicon.

2020-06-23 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-06-23T12:45:31-07:00 New Revision: 33ece57241d8ad46cb91eca483f05515849a85e5 URL: https://github.com/llvm/llvm-project/commit/33ece57241d8ad46cb91eca483f05515849a85e5 DIFF: https://github.com/llvm/llvm-project/commit/33ece57241d8ad46cb91eca483f05515849a85e5.dif

[Lldb-commits] [lldb] fd19ddb - [Apple Silicon] Initial support for Rosetta

2020-06-24 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-06-24T12:19:21-07:00 New Revision: fd19ddb8f2a2b082f492fc59f7f360adf3495701 URL: https://github.com/llvm/llvm-project/commit/fd19ddb8f2a2b082f492fc59f7f360adf3495701 DIFF: https://github.com/llvm/llvm-project/commit/fd19ddb8f2a2b082f492fc59f7f360adf3495701.dif

[Lldb-commits] [lldb] b4fdddf - [Apple Silicon] Debugging of process under Rosetta is supported.

2020-06-24 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-06-24T12:25:01-07:00 New Revision: b4fdddf971b191aa9a6643ab637b87bc1d686254 URL: https://github.com/llvm/llvm-project/commit/b4fdddf971b191aa9a6643ab637b87bc1d686254 DIFF: https://github.com/llvm/llvm-project/commit/b4fdddf971b191aa9a6643ab637b87bc1d686254.dif

[Lldb-commits] [lldb] 58de2a3 - [ProcessGDBRemote] Placate the Windows buildbot.

2020-06-24 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-06-24T13:23:49-07:00 New Revision: 58de2a3851391dd9fa675ea6bcd26072a0638829 URL: https://github.com/llvm/llvm-project/commit/58de2a3851391dd9fa675ea6bcd26072a0638829 DIFF: https://github.com/llvm/llvm-project/commit/58de2a3851391dd9fa675ea6bcd26072a0638829.dif

[Lldb-commits] [lldb] 2010444 - [Apple Silicon] Handle macOS in PlatformDarwin

2020-06-24 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-06-24T16:35:36-07:00 New Revision: 2010444e5e5f2a310334e98d7a65667ed78d23ab URL: https://github.com/llvm/llvm-project/commit/2010444e5e5f2a310334e98d7a65667ed78d23ab DIFF: https://github.com/llvm/llvm-project/commit/2010444e5e5f2a310334e98d7a65667ed78d23ab.dif

[Lldb-commits] [lldb] 47ac453 - [HostInfoMacOS] Parse correctly the triple for Apple Silicon.

2020-06-24 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-06-24T16:37:21-07:00 New Revision: 47ac45332e25c89d0ced5108c667fe92cf0f509a URL: https://github.com/llvm/llvm-project/commit/47ac45332e25c89d0ced5108c667fe92cf0f509a DIFF: https://github.com/llvm/llvm-project/commit/47ac45332e25c89d0ced5108c667fe92cf0f509a.dif

[Lldb-commits] [lldb] d358ec4 - [lldb/test] Skip TestBreakpointThumbCodesection on arm64.

2020-06-25 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-06-25T16:20:27-07:00 New Revision: d358ec463943878936080064d1c43afd8798aaf0 URL: https://github.com/llvm/llvm-project/commit/d358ec463943878936080064d1c43afd8798aaf0 DIFF: https://github.com/llvm/llvm-project/commit/d358ec463943878936080064d1c43afd8798aaf0.dif

[Lldb-commits] [lldb] 0df7be2 - [lldb/test] XFAIL TestHWBreakMultiThread on arch rather platform.

2020-06-25 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-06-25T16:21:23-07:00 New Revision: 0df7be234412e60fbbaaf8c181fe2dfb3a2c1cc3 URL: https://github.com/llvm/llvm-project/commit/0df7be234412e60fbbaaf8c181fe2dfb3a2c1cc3 DIFF: https://github.com/llvm/llvm-project/commit/0df7be234412e60fbbaaf8c181fe2dfb3a2c1cc3.dif

[Lldb-commits] [lldb] 38135b2 - [test] XFail TestSigtrampUnwind based on arch rather than OS

2020-06-25 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-06-25T16:22:52-07:00 New Revision: 38135b2a7fff008093c0ca020855373f33ec9b12 URL: https://github.com/llvm/llvm-project/commit/38135b2a7fff008093c0ca020855373f33ec9b12 DIFF: https://github.com/llvm/llvm-project/commit/38135b2a7fff008093c0ca020855373f33ec9b12.dif

[Lldb-commits] [lldb] c7eb06a - [test] XFail TestStepNoDebug based on arch rather than OS

2020-06-25 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-06-25T16:23:59-07:00 New Revision: c7eb06a880522867e7df3f025056f6c5b10d0eca URL: https://github.com/llvm/llvm-project/commit/c7eb06a880522867e7df3f025056f6c5b10d0eca DIFF: https://github.com/llvm/llvm-project/commit/c7eb06a880522867e7df3f025056f6c5b10d0eca.dif

[Lldb-commits] [lldb] 300bbbc - [ProcessGDBRemote] Get rid of an unused function.

2020-06-29 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-06-29T12:39:09-07:00 New Revision: 300bbbcb707ad08200543735326982664136d3bc URL: https://github.com/llvm/llvm-project/commit/300bbbcb707ad08200543735326982664136d3bc DIFF: https://github.com/llvm/llvm-project/commit/300bbbcb707ad08200543735326982664136d3bc.dif

[Lldb-commits] [lldb] 4f1f253 - [TestReturnValue] Skip based on architecutre, not platform.

2020-06-30 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-06-30T12:48:23-07:00 New Revision: 4f1f253ce509ebc20e1f7a2d8bb6885366b155f2 URL: https://github.com/llvm/llvm-project/commit/4f1f253ce509ebc20e1f7a2d8bb6885366b155f2 DIFF: https://github.com/llvm/llvm-project/commit/4f1f253ce509ebc20e1f7a2d8bb6885366b155f2.dif

[Lldb-commits] [lldb] 983a4b5 - Skip arm-(fp|gp)-read.test on Darwin.

2020-06-30 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-06-30T12:53:20-07:00 New Revision: 983a4b520ea384ac978cbfc40bb956fbb98cd735 URL: https://github.com/llvm/llvm-project/commit/983a4b520ea384ac978cbfc40bb956fbb98cd735 DIFF: https://github.com/llvm/llvm-project/commit/983a4b520ea384ac978cbfc40bb956fbb98cd735.dif

[Lldb-commits] [lldb] 5832473 - Do not set LLDB_DEBUGSERVER_PATH if --out-of-tree-debugserver is passed.

2020-07-07 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-07-07T15:01:21-07:00 New Revision: 5832473dcf4e5b22c9eb6381fb291be92f431208 URL: https://github.com/llvm/llvm-project/commit/5832473dcf4e5b22c9eb6381fb291be92f431208 DIFF: https://github.com/llvm/llvm-project/commit/5832473dcf4e5b22c9eb6381fb291be92f431208.dif

[Lldb-commits] [lldb] 4dba3f4 - [dotest] Log a warning when --server and --out-of-tree-debugserver are set

2020-07-07 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-07-07T15:03:08-07:00 New Revision: 4dba3f4e030a906f9ec7e940dfc4a57b94374154 URL: https://github.com/llvm/llvm-project/commit/4dba3f4e030a906f9ec7e940dfc4a57b94374154 DIFF: https://github.com/llvm/llvm-project/commit/4dba3f4e030a906f9ec7e940dfc4a57b94374154.dif

[Lldb-commits] [lldb] 27d52cd - Revert "[lldb/API] Overwrite variables with SBLaunchInfo::SetEnvironment(append=true)"

2020-07-08 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-07-08T13:09:24-07:00 New Revision: 27d52cd86a2cf82214b71519dffd450c54cf87ae URL: https://github.com/llvm/llvm-project/commit/27d52cd86a2cf82214b71519dffd450c54cf87ae DIFF: https://github.com/llvm/llvm-project/commit/27d52cd86a2cf82214b71519dffd450c54cf87ae.dif

[Lldb-commits] [lldb] 3f2d880 - [ObjC] Wrap namespace-global structs in an anonymous namespace to avoid ODR violations

2020-07-14 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-07-14T11:26:20-07:00 New Revision: 3f2d880a932970d19bfed88c6900d50c9c3bc203 URL: https://github.com/llvm/llvm-project/commit/3f2d880a932970d19bfed88c6900d50c9c3bc203 DIFF: https://github.com/llvm/llvm-project/commit/3f2d880a932970d19bfed88c6900d50c9c3bc203.dif

[Lldb-commits] [lldb] 61cf9f4 - [ObjectFilePECOFF] Try to avoid unaligned access.

2020-07-14 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-07-14T18:53:23-07:00 New Revision: 61cf9f4e723bd9522757931706b208a1357c30ba URL: https://github.com/llvm/llvm-project/commit/61cf9f4e723bd9522757931706b208a1357c30ba DIFF: https://github.com/llvm/llvm-project/commit/61cf9f4e723bd9522757931706b208a1357c30ba.dif

[Lldb-commits] [lldb] 001c8e1 - [PlatformDarwin] Add support for Apple Silicon.

2020-07-20 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-07-20T14:11:19-07:00 New Revision: 001c8e1fd9f09d3de9ff6e64bdac4b8ca681dfb4 URL: https://github.com/llvm/llvm-project/commit/001c8e1fd9f09d3de9ff6e64bdac4b8ca681dfb4 DIFF: https://github.com/llvm/llvm-project/commit/001c8e1fd9f09d3de9ff6e64bdac4b8ca681dfb4.dif

[Lldb-commits] [lldb] cd05406 - [testsuite] Adapt lldb-server base test helper to run on arm64

2020-07-20 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-07-20T14:38:13-07:00 New Revision: cd05406b105334b01f0eae141e7e05d6fb4a2ecb URL: https://github.com/llvm/llvm-project/commit/cd05406b105334b01f0eae141e7e05d6fb4a2ecb DIFF: https://github.com/llvm/llvm-project/commit/cd05406b105334b01f0eae141e7e05d6fb4a2ecb.dif

[Lldb-commits] [lldb] b1a6d37 - [PlatformMacOSX] Remove unused variable. NFC.

2020-07-20 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-07-20T14:50:59-07:00 New Revision: b1a6d373d5e0adbaa1ed70a9cadcfa84420a449f URL: https://github.com/llvm/llvm-project/commit/b1a6d373d5e0adbaa1ed70a9cadcfa84420a449f DIFF: https://github.com/llvm/llvm-project/commit/b1a6d373d5e0adbaa1ed70a9cadcfa84420a449f.dif

[Lldb-commits] [lldb] 6f4398d - [lldb] Fix NSURL data formatter truncation issue

2019-11-20 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2019-11-20T12:28:14-08:00 New Revision: 6f4398d1b9950d48ead91b2b550792f2bbe4778e URL: https://github.com/llvm/llvm-project/commit/6f4398d1b9950d48ead91b2b550792f2bbe4778e DIFF: https://github.com/llvm/llvm-project/commit/6f4398d1b9950d48ead91b2b550792f2bbe4778e.dif

[Lldb-commits] [lldb] 15a172b - [TypeCategory] Nothing passes down a list of languages.

2019-12-03 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2019-12-03T13:57:58-08:00 New Revision: 15a172bebbc5b95d05733ef842fcdbd14e9d441d URL: https://github.com/llvm/llvm-project/commit/15a172bebbc5b95d05733ef842fcdbd14e9d441d DIFF: https://github.com/llvm/llvm-project/commit/15a172bebbc5b95d05733ef842fcdbd14e9d441d.dif

[Lldb-commits] [lldb] 0cfb4a6 - [FormatManager] Provide only one variant of EnableCategory.

2019-12-03 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2019-12-03T15:03:25-08:00 New Revision: 0cfb4a6b3d9556c8fc55766bce47cbb433ff19fe URL: https://github.com/llvm/llvm-project/commit/0cfb4a6b3d9556c8fc55766bce47cbb433ff19fe DIFF: https://github.com/llvm/llvm-project/commit/0cfb4a6b3d9556c8fc55766bce47cbb433ff19fe.dif

[Lldb-commits] [lldb] 89618a7 - [DataVisualization] Simplify. NFCI.

2019-12-03 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2019-12-03T15:03:25-08:00 New Revision: 89618a7ce1c13dcb540d925626638c93cc85a553 URL: https://github.com/llvm/llvm-project/commit/89618a7ce1c13dcb540d925626638c93cc85a553 DIFF: https://github.com/llvm/llvm-project/commit/89618a7ce1c13dcb540d925626638c93cc85a553.dif

[Lldb-commits] [lldb] 2bb19f9 - [TypeCategory] HasLanguage() is now unused.

2019-12-03 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2019-12-03T15:45:23-08:00 New Revision: 2bb19f93f6a8d0c7ceaa41df744803480c95fe9a URL: https://github.com/llvm/llvm-project/commit/2bb19f93f6a8d0c7ceaa41df744803480c95fe9a DIFF: https://github.com/llvm/llvm-project/commit/2bb19f93f6a8d0c7ceaa41df744803480c95fe9a.dif

[Lldb-commits] [lldb] 11ae9dd - [ClangASTContext] Remove a very old hack.

2019-12-03 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2019-12-03T16:32:21-08:00 New Revision: 11ae9dd6576e02223e6eb10568af9e5cb45b7bc6 URL: https://github.com/llvm/llvm-project/commit/11ae9dd6576e02223e6eb10568af9e5cb45b7bc6 DIFF: https://github.com/llvm/llvm-project/commit/11ae9dd6576e02223e6eb10568af9e5cb45b7bc6.dif

[Lldb-commits] [lldb] cec8263 - [Process] GetLanguageRuntimes() takes an argument that's always constant.

2019-12-03 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2019-12-03T16:54:55-08:00 New Revision: cec82634a4034b1528940487349be14b0c405d2d URL: https://github.com/llvm/llvm-project/commit/cec82634a4034b1528940487349be14b0c405d2d DIFF: https://github.com/llvm/llvm-project/commit/cec82634a4034b1528940487349be14b0c405d2d.dif

[Lldb-commits] [lldb] 295db41 - [FormatManager] Provide a single entrypoint for GetCandidateLanguages().

2019-12-09 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2019-12-09T14:49:08-08:00 New Revision: 295db41ce230d9b0f1e0d24829abf0fb772b31ff URL: https://github.com/llvm/llvm-project/commit/295db41ce230d9b0f1e0d24829abf0fb772b31ff DIFF: https://github.com/llvm/llvm-project/commit/295db41ce230d9b0f1e0d24829abf0fb772b31ff.dif

[Lldb-commits] [lldb] bc69dd2 - [FormatManager] GetCandidateLanguages shouldn't know about ValueObject.

2019-12-09 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2019-12-09T17:16:20-08:00 New Revision: bc69dd2cfae37a335b9a0125e161c54548a9d2a5 URL: https://github.com/llvm/llvm-project/commit/bc69dd2cfae37a335b9a0125e161c54548a9d2a5 DIFF: https://github.com/llvm/llvm-project/commit/bc69dd2cfae37a335b9a0125e161c54548a9d2a5.dif

[Lldb-commits] [lldb] e8d955f - [FormatManager] Add a unittest for GetCandidateLanguages()

2019-12-10 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2019-12-10T13:42:59-08:00 New Revision: e8d955f29de7ee4b50d889c418b4efb18add0653 URL: https://github.com/llvm/llvm-project/commit/e8d955f29de7ee4b50d889c418b4efb18add0653 DIFF: https://github.com/llvm/llvm-project/commit/e8d955f29de7ee4b50d889c418b4efb18add0653.dif

[Lldb-commits] [lldb] bbcdcea - [TypeCategory] IsApplicable gets a LanguageType, not a ValueObject.

2019-12-10 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2019-12-10T14:59:34-08:00 New Revision: bbcdcea4bf8423041108e22dc619f7d5fdae9870 URL: https://github.com/llvm/llvm-project/commit/bbcdcea4bf8423041108e22dc619f7d5fdae9870 DIFF: https://github.com/llvm/llvm-project/commit/bbcdcea4bf8423041108e22dc619f7d5fdae9870.dif

Re: [Lldb-commits] [lldb] 90f4355 - Skip TestMultilineCompletion.py on ios testsuite runs.

2019-12-10 Thread Davide Italiano via lldb-commits
I don't think that it's terribly valuable testing autocompletion on device, but we should try to avoid calling `run` directly to avoid these sort of issues. On Tue, Dec 10, 2019 at 2:55 PM Jason Molenda via lldb-commits wrote: > > > Author: Jason Molenda > Date: 2019-12-10T14:55:04-08:00 > New Re

[Lldb-commits] [lldb] f387b99 - [DataFormatters] Change the Get() method to take a LanguageType.

2019-12-10 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2019-12-10T15:21:24-08:00 New Revision: f387b99745101d5843d397a2a65dc4102c6f8e14 URL: https://github.com/llvm/llvm-project/commit/f387b99745101d5843d397a2a65dc4102c6f8e14 DIFF: https://github.com/llvm/llvm-project/commit/f387b99745101d5843d397a2a65dc4102c6f8e14.dif

[Lldb-commits] [lldb] 6c87623 - [UserExpression] Clean up `return` after `else`.

2020-01-03 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-01-03T16:52:10-08:00 New Revision: 6c87623615b3befdf62e3a5cd6c408a698f1c2d9 URL: https://github.com/llvm/llvm-project/commit/6c87623615b3befdf62e3a5cd6c408a698f1c2d9 DIFF: https://github.com/llvm/llvm-project/commit/6c87623615b3befdf62e3a5cd6c408a698f1c2d9.dif

[Lldb-commits] [lldb] 59fadc1 - [NSArray] Remove a very old and deprecated formatter.

2020-01-06 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-01-06T14:58:37-08:00 New Revision: 59fadc14eeb1d63177b76147b26348a106ac1f9b URL: https://github.com/llvm/llvm-project/commit/59fadc14eeb1d63177b76147b26348a106ac1f9b DIFF: https://github.com/llvm/llvm-project/commit/59fadc14eeb1d63177b76147b26348a106ac1f9b.dif

[Lldb-commits] [lldb] fb51ce1 - [LanguageRuntime] Retire an unused member function. NFCI.

2020-01-13 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-01-13T17:38:04-08:00 New Revision: fb51ce10d7dcab9209d0cd059d907810dbd0197d URL: https://github.com/llvm/llvm-project/commit/fb51ce10d7dcab9209d0cd059d907810dbd0197d DIFF: https://github.com/llvm/llvm-project/commit/fb51ce10d7dcab9209d0cd059d907810dbd0197d.dif

[Lldb-commits] [lldb] c1bc094 - [TestQuoting] Use the fully qualified path for remote platforms.

2020-01-17 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-01-17T10:57:35-08:00 New Revision: c1bc094f361beede4e88ace8e9761391707ee30b URL: https://github.com/llvm/llvm-project/commit/c1bc094f361beede4e88ace8e9761391707ee30b DIFF: https://github.com/llvm/llvm-project/commit/c1bc094f361beede4e88ace8e9761391707ee30b.dif

[Lldb-commits] [lldb] f55b033 - [TestStdModuleSysroot] Only run locally.

2020-01-22 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-01-22T13:56:51-08:00 New Revision: f55b033c028019653fed8fc685b1d33bf529b92b URL: https://github.com/llvm/llvm-project/commit/f55b033c028019653fed8fc685b1d33bf529b92b DIFF: https://github.com/llvm/llvm-project/commit/f55b033c028019653fed8fc685b1d33bf529b92b.dif

[Lldb-commits] [lldb] 246097a - [TestKernVerStrLCNOTE] Strengthen a check. NFC.

2020-02-03 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-02-03T16:39:49-08:00 New Revision: 246097a091bfddca081f4d0f7d84530579e3bb33 URL: https://github.com/llvm/llvm-project/commit/246097a091bfddca081f4d0f7d84530579e3bb33 DIFF: https://github.com/llvm/llvm-project/commit/246097a091bfddca081f4d0f7d84530579e3bb33.dif

<    1   2   3   4   5   6