[Lldb-commits] [lldb] r343368 - [SBAPI/Target] Expose SetStatistics(bool enable)/GetStatistics().

2018-09-28 Thread Davide Italiano via lldb-commits
Author: davide Date: Fri Sep 28 16:27:54 2018 New Revision: 343368 URL: http://llvm.org/viewvc/llvm-project?rev=343368&view=rev Log: [SBAPI/Target] Expose SetStatistics(bool enable)/GetStatistics(). Modified: lldb/trunk/include/lldb/API/SBTarget.h lldb/trunk/packages/Python/lldbsuite/t

Re: [Lldb-commits] [lldb] r344154 - Create a SymbolFile plugin for cross-platform PDB access.

2018-10-11 Thread Davide Italiano via lldb-commits
On Wed, Oct 10, 2018 at 9:40 AM Zachary Turner via lldb-commits wrote: > > Author: zturner > Date: Wed Oct 10 09:39:07 2018 > New Revision: 344154 > > URL: http://llvm.org/viewvc/llvm-project?rev=344154&view=rev > Log: > Create a SymbolFile plugin for cross-platform PDB access. > Hey Zach, I'm af

Re: [Lldb-commits] [lldb] r344154 - Create a SymbolFile plugin for cross-platform PDB access.

2018-10-11 Thread Davide Italiano via lldb-commits
Great, thanks for the update. I'll wait then. There's also an assertion failure in DebugInfo/MSF, which was, incidentally, caused by another test we added yesterday. I think it might be related (be in your area). Thanks, -- Davide On Thu, Oct 11, 2018 at 9:47 AM Zachary Turner wrote: > > I'm wor

Re: [Lldb-commits] [lldb] r344279 - Revert SymbolFileNativePDB plugin.

2018-10-11 Thread Davide Italiano via lldb-commits
thanks. On Thu, Oct 11, 2018 at 11:47 AM Zachary Turner via lldb-commits wrote: > > Author: zturner > Date: Thu Oct 11 11:45:44 2018 > New Revision: 344279 > > URL: http://llvm.org/viewvc/llvm-project?rev=344279&view=rev > Log: > Revert SymbolFileNativePDB plugin. > > This was originally causing s

[Lldb-commits] [lldb] r344982 - [ValueObject] Stop assuming types are non-zero sized.

2018-10-22 Thread Davide Italiano via lldb-commits
Author: davide Date: Mon Oct 22 17:31:46 2018 New Revision: 344982 URL: http://llvm.org/viewvc/llvm-project?rev=344982&view=rev Log: [ValueObject] Stop assuming types are non-zero sized. Some backends might violate this assumption. No test case upstream unfortunately as this is not the case with

Re: [Lldb-commits] [lldb] r344982 - [ValueObject] Stop assuming types are non-zero sized.

2018-10-23 Thread Davide Italiano via lldb-commits
1 happens in the CodeGen IIRC. See also > this bug: https://bugs.llvm.org/show_bug.cgi?id=31612 > > - Raphael > Am Di., 23. Okt. 2018 um 02:33 Uhr schrieb Davide Italiano via > lldb-commits : > > > > Author: davide > > Date: Mon Oct 22 17:31:46 2018 > > New Rev

Re: [Lldb-commits] [lldb] r345350 - Remove test that checks auto-completion for settings set.

2018-10-25 Thread Davide Italiano via lldb-commits
Thanks for fixing the bots! On Thu, Oct 25, 2018 at 5:41 PM Jonas Devlieghere via lldb-commits wrote: > > Author: jdevlieghere > Date: Thu Oct 25 17:39:27 2018 > New Revision: 345350 > > URL: http://llvm.org/viewvc/llvm-project?rev=345350&view=rev > Log: > Remove test that checks auto-completion f

[Lldb-commits] [lldb] r345668 - [testsuite] Skip an already failing test on MacOS.

2018-10-30 Thread Davide Italiano via lldb-commits
Author: davide Date: Tue Oct 30 15:49:22 2018 New Revision: 345668 URL: http://llvm.org/viewvc/llvm-project?rev=345668&view=rev Log: [testsuite] Skip an already failing test on MacOS. Due to some libcxx changes to inlining, this now also crashes, so it gets reported as "failure" by the bot. This

[Lldb-commits] [lldb] r346045 - Revert "[Symbol] Search symbols with name and type in a symbol file"

2018-11-02 Thread Davide Italiano via lldb-commits
Author: davide Date: Fri Nov 2 14:59:14 2018 New Revision: 346045 URL: http://llvm.org/viewvc/llvm-project?rev=346045&view=rev Log: Revert "[Symbol] Search symbols with name and type in a symbol file" It broke MacOS buildbots. Modified: lldb/trunk/include/lldb/Symbol/SymbolFile.h lldb/t

Re: [Lldb-commits] [lldb] r346149 - Add a target modules dump ast command.

2018-11-05 Thread Davide Italiano via lldb-commits
On Mon, Nov 5, 2018 at 9:42 AM Zachary Turner via lldb-commits wrote: > > Author: zturner > Date: Mon Nov 5 09:40:28 2018 > New Revision: 346149 > > URL: http://llvm.org/viewvc/llvm-project?rev=346149&view=rev > Log: > Add a target modules dump ast command. > > This is useful for investigating th

[Lldb-commits] [lldb] r346186 - [TestVLA] Fix a python decorator.

2018-11-05 Thread Davide Italiano via lldb-commits
Author: davide Date: Mon Nov 5 16:18:17 2018 New Revision: 346186 URL: http://llvm.org/viewvc/llvm-project?rev=346186&view=rev Log: [TestVLA] Fix a python decorator. Modified: lldb/trunk/packages/Python/lldbsuite/test/lang/c/vla/TestVLA.py Modified: lldb/trunk/packages/Python/lldbsuite/test

Re: [Lldb-commits] [lldb] r346186 - [TestVLA] Fix a python decorator.

2018-11-05 Thread Davide Italiano via lldb-commits
@Adrian, this should be fairly straightforward, but a post-commit review is always appreciated. On Mon, Nov 5, 2018 at 4:20 PM Davide Italiano via lldb-commits wrote: > > Author: davide > Date: Mon Nov 5 16:18:17 2018 > New Revision: 346186 > > URL: http://llvm.org/viewvc/llvm-

[Lldb-commits] [lldb] r346244 - [ObjectFileELF] Fix misaligned read/writes caught by UBSan.

2018-11-06 Thread Davide Italiano via lldb-commits
Author: davide Date: Tue Nov 6 09:11:34 2018 New Revision: 346244 URL: http://llvm.org/viewvc/llvm-project?rev=346244&view=rev Log: [ObjectFileELF] Fix misaligned read/writes caught by UBSan. Modified: lldb/trunk/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp lldb/trunk/unittests/Object

[Lldb-commits] [lldb] r346247 - [ObjectFile] Prefer reinterpret_cast<>

2018-11-06 Thread Davide Italiano via lldb-commits
Author: davide Date: Tue Nov 6 09:42:14 2018 New Revision: 346247 URL: http://llvm.org/viewvc/llvm-project?rev=346247&view=rev Log: [ObjectFile] Prefer reinterpret_cast<> Modified: lldb/trunk/unittests/ObjectFile/ELF/TestObjectFileELF.cpp Modified: lldb/trunk/unittests/ObjectFile/ELF/TestOb

Re: [Lldb-commits] [lldb] r346278 - Add MSVCUndecoratedNameParser.cpp.

2018-11-06 Thread Davide Italiano via lldb-commits
Thank you Jason! -- Davide On Tue, Nov 6, 2018 at 3:03 PM Jason Molenda via lldb-commits wrote: > > Author: jmolenda > Date: Tue Nov 6 15:01:42 2018 > New Revision: 346278 > > URL: http://llvm.org/viewvc/llvm-project?rev=346278&view=rev > Log: > Add MSVCUndecoratedNameParser.cpp. > > Modified: >

Re: [Lldb-commits] [lldb] r346430 - Fix bug in PE/COFF plugin and ValueObjectVariable.

2018-11-08 Thread Davide Italiano via lldb-commits
Zach, either this or your previous commit broke MacOS. Can you please take a look? Feel free to ping me (here or on IRC) if you need any help. http://green.lab.llvm.org/green/job/lldb-cmake/12343/ -- Davide On Thu, Nov 8, 2018 at 10:52 AM Zachary Turner via lldb-commits wrote: > > Author: zturne

Re: [Lldb-commits] [lldb] r346430 - Fix bug in PE/COFF plugin and ValueObjectVariable.

2018-11-08 Thread Davide Italiano via lldb-commits
On Thu, Nov 8, 2018 at 12:59 PM Zachary Turner wrote: > > I’m ooo for at least 2 hours. Is it a test failure or a compilation failure? FAIL: test_with_run_command_gmodules (TestTypeCompletion.TypeCompletionTestCase) Check that types only get completed when necessary.

Re: [Lldb-commits] [lldb] r346430 - Fix bug in PE/COFF plugin and ValueObjectVariable.

2018-11-08 Thread Davide Italiano via lldb-commits
Cool. I see several tests failing (so there might be multiple issues). Failing Tests (9): LLDB :: tools/lldb-mi/symbol/symbol-list-lines.test lldb-Suite :: functionalities/breakpoint/scripted_bkpt/TestScriptedResolver.py lldb-Suite :: functionalities/type_completion/TestTypeCompletion.

[Lldb-commits] [lldb] r346444 - Revert "Fix bug in PE/COFF plugin and ValueObjectVariable."

2018-11-08 Thread Davide Italiano via lldb-commits
Author: davide Date: Thu Nov 8 14:47:40 2018 New Revision: 346444 URL: http://llvm.org/viewvc/llvm-project?rev=346444&view=rev Log: Revert "Fix bug in PE/COFF plugin and ValueObjectVariable." It breaks some tests on MacOS. Removed: lldb/trunk/lit/SymbolFile/NativePDB/Inputs/globals-bss.lldb

Re: [Lldb-commits] [lldb] r346502 - revert rL346478

2018-11-09 Thread Davide Italiano via lldb-commits
On Fri, Nov 9, 2018 at 7:20 AM Kadir Cetinkaya via lldb-commits wrote: > > Author: kadircet > Date: Fri Nov 9 07:18:02 2018 > New Revision: 346502 > > URL: http://llvm.org/viewvc/llvm-project?rev=346502&view=rev > Log: > revert rL346478 > This message isn't explaining why you reverted. Ca you pl

Re: [Lldb-commits] [lldb] r346502 - revert rL346478

2018-11-09 Thread Davide Italiano via lldb-commits
OK, thanks. Please add an explanation next time you revert something. Best, -- Davide On Fri, Nov 9, 2018 at 8:10 AM Kadir Çetinkaya wrote: > > It was reverted in base repo, https://reviews.llvm.org/rL346500 > > On Fri, Nov 9, 2018 at 5:09 PM Davide Italiano wrote: >> >> On Fri, Nov 9, 2018 at

[Lldb-commits] [lldb] r346694 - Revert "Extract construction of DataBufferLLVM into FileSystem"

2018-11-12 Thread Davide Italiano via lldb-commits
Author: davide Date: Mon Nov 12 11:08:19 2018 New Revision: 346694 URL: http://llvm.org/viewvc/llvm-project?rev=346694&view=rev Log: Revert "Extract construction of DataBufferLLVM into FileSystem" It broke the lldb sanitizer bots. Modified: lldb/trunk/include/lldb/Host/FileSystem.h lldb/

[Lldb-commits] [lldb] r346783 - [Cocoa] Implement formatter for the new NSDate representation.

2018-11-13 Thread Davide Italiano via lldb-commits
Author: davide Date: Tue Nov 13 11:43:43 2018 New Revision: 346783 URL: http://llvm.org/viewvc/llvm-project?rev=346783&view=rev Log: [Cocoa] Implement formatter for the new NSDate representation. Modified: lldb/trunk/source/Plugins/Language/ObjC/Cocoa.cpp Modified: lldb/trunk/source/Plugin

Re: [Lldb-commits] [lldb] r346812 - Fix a bug in the parsing of the LC_BUILD_VERSION Mach-O load command.

2018-11-13 Thread Davide Italiano via lldb-commits
Thanks! On Tue, Nov 13, 2018 at 3:17 PM Adrian Prantl via lldb-commits wrote: > > Author: adrian > Date: Tue Nov 13 15:14:37 2018 > New Revision: 346812 > > URL: http://llvm.org/viewvc/llvm-project?rev=346812&view=rev > Log: > Fix a bug in the parsing of the LC_BUILD_VERSION Mach-O load command. >

Re: [Lldb-commits] [lldb] r346783 - [Cocoa] Implement formatter for the new NSDate representation.

2018-11-16 Thread Davide Italiano via lldb-commits
Sorry Zach, I was sick for the past few days. I'll look into this one now. -- Davide On Wed, Nov 14, 2018 at 9:16 AM Zachary Turner wrote: > > > > On Tue, Nov 13, 2018 at 11:46 AM Davide Italiano via lldb-commits > wrote: >> >> Author: davide >> Date: Tu

[Lldb-commits] [lldb] r347084 - [SymbolFile] Remove unused function. NFCI.

2018-11-16 Thread Davide Italiano via lldb-commits
Author: davide Date: Fri Nov 16 11:48:23 2018 New Revision: 347084 URL: http://llvm.org/viewvc/llvm-project?rev=347084&view=rev Log: [SymbolFile] Remove unused function. NFCI. Modified: lldb/trunk/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp Modified: lldb/trunk/source/Plugins

[Lldb-commits] [lldb] r347087 - [Cocoa] Prefer llvm::SignExtend64. Pointed out by zturner.

2018-11-16 Thread Davide Italiano via lldb-commits
Author: davide Date: Fri Nov 16 11:53:00 2018 New Revision: 347087 URL: http://llvm.org/viewvc/llvm-project?rev=347087&view=rev Log: [Cocoa] Prefer llvm::SignExtend64. Pointed out by zturner. Modified: lldb/trunk/source/Plugins/Language/ObjC/Cocoa.cpp Modified: lldb/trunk/source/Plugins/Lang

Re: [Lldb-commits] [lldb] r346783 - [Cocoa] Implement formatter for the new NSDate representation.

2018-11-16 Thread Davide Italiano via lldb-commits
9:16 AM Zachary Turner wrote: > > > > > > > > On Tue, Nov 13, 2018 at 11:46 AM Davide Italiano via lldb-commits > > wrote: > >> > >> Author: davide > >> Date: Tue Nov 13 11:43:43 2018 > >> New Revision: 346783 > >> > >&

[Lldb-commits] [lldb] r347578 - [Cmake] Add missing dependency to `count`.

2018-11-26 Thread Davide Italiano via lldb-commits
Author: davide Date: Mon Nov 26 09:30:28 2018 New Revision: 347578 URL: http://llvm.org/viewvc/llvm-project?rev=347578&view=rev Log: [Cmake] Add missing dependency to `count`. Modified: lldb/trunk/lit/CMakeLists.txt Modified: lldb/trunk/lit/CMakeLists.txt URL: http://llvm.org/viewvc/llvm-pr

[Lldb-commits] [lldb] r347579 - [lit] Fully qualify lit_config to avoid runtime crashes.

2018-11-26 Thread Davide Italiano via lldb-commits
Author: davide Date: Mon Nov 26 09:39:20 2018 New Revision: 347579 URL: http://llvm.org/viewvc/llvm-project?rev=347579&view=rev Log: [lit] Fully qualify lit_config to avoid runtime crashes. Modified: lldb/trunk/lit/helper/toolchain.py Modified: lldb/trunk/lit/helper/toolchain.py URL: http:/

Re: [Lldb-commits] [lldb] r347305 - [CMake] Streamline code signing for debugserver and pass entitlements to extended llvm_codesign

2018-11-26 Thread Davide Italiano via lldb-commits
On Tue, Nov 20, 2018 at 6:13 AM Stefan Granitz via lldb-commits wrote: > > Author: stefan.graenitz > Date: Tue Nov 20 06:10:33 2018 > New Revision: 347305 > > URL: http://llvm.org/viewvc/llvm-project?rev=347305&view=rev > Log: > [CMake] Streamline code signing for debugserver and pass entitlements

[Lldb-commits] [lldb] r347619 - Revert "[CMake] Streamline code signing for debugserver and pass entitlements to extended llvm_codesign"

2018-11-26 Thread Davide Italiano via lldb-commits
Author: davide Date: Mon Nov 26 16:25:49 2018 New Revision: 347619 URL: http://llvm.org/viewvc/llvm-project?rev=347619&view=rev Log: Revert "[CMake] Streamline code signing for debugserver and pass entitlements to extended llvm_codesign" It breaks the lldb cmake bots. Modified: lldb/trunk/C

Re: [Lldb-commits] [lldb] r347305 - [CMake] Streamline code signing for debugserver and pass entitlements to extended llvm_codesign

2018-11-26 Thread Davide Italiano via lldb-commits
Reverted in r347619. -- Davide On Mon, Nov 26, 2018 at 3:34 PM Davide Italiano wrote: > > On Tue, Nov 20, 2018 at 6:13 AM Stefan Granitz via lldb-commits > wrote: > > > > Author: stefan.graenitz > > Date: Tue Nov 20 06:10:33 2018 > > New Revision: 347305 > > > > URL: http://llvm.org/viewvc/llvm-

[Lldb-commits] [lldb] r347673 - Catch up with EvaluateAsInt() clang API change.

2018-11-27 Thread Davide Italiano via lldb-commits
Author: davide Date: Tue Nov 27 08:40:21 2018 New Revision: 347673 URL: http://llvm.org/viewvc/llvm-project?rev=347673&view=rev Log: Catch up with EvaluateAsInt() clang API change. Modified: lldb/trunk/source/Symbol/ClangASTContext.cpp Modified: lldb/trunk/source/Symbol/ClangASTContext.cpp U

Re: [Lldb-commits] [PATCH] D55383: Implement basic DidAttach for DynamicLoaderWindowsDYLD for use with ds2

2018-12-06 Thread Davide Italiano via lldb-commits
On Thu, Dec 6, 2018 at 1:32 PM Davide Italiano via Phabricator wrote: > > davide added subscribers: zturner, labath, davide. > davide added a comment. > > You would recommend getting a post-commit review from @labath or @zturner > *I would. ___ lldb-com

Re: [Lldb-commits] [lldb] r348592 - Introduce ObjectFileBreakpad

2018-12-07 Thread Davide Italiano via lldb-commits
Pavel, this broke the MacOS lldb cmake bot. In particular, this test started failing. lldb-Suite.macosx/function-starts.TestFunctionStarts.py http://lab.llvm.org:8080/green/view/LLDB/job/lldb-cmake/ May I ask you to take a look? -- Davide On Fri, Dec 7, 2018 at 6:23 AM Pavel Labath via lldb-comm

[Lldb-commits] [lldb] r349372 - Fix lldb's macosx/heap.py cstr command.

2018-12-17 Thread Davide Italiano via lldb-commits
Author: davide Date: Mon Dec 17 10:21:51 2018 New Revision: 349372 URL: http://llvm.org/viewvc/llvm-project?rev=349372&view=rev Log: Fix lldb's macosx/heap.py cstr command. Added: lldb/trunk/lit/Heap/ lldb/trunk/lit/Heap/Inputs/ lldb/trunk/lit/Heap/Inputs/cstr.c lldb/trunk/lit/H

Re: [Lldb-commits] [lldb] r349372 - Fix lldb's macosx/heap.py cstr command.

2018-12-17 Thread Davide Italiano via lldb-commits
For the masses, this is https://reviews.llvm.org/D55776 On Mon, Dec 17, 2018 at 10:24 AM Davide Italiano via lldb-commits wrote: > > Author: davide > Date: Mon Dec 17 10:21:51 2018 > New Revision: 349372 > > URL: http://llvm.org/viewvc/llvm-project?rev=349372&view=rev >

[Lldb-commits] [lldb] r349970 - [Scalar] Implement operator!= using operator==.

2018-12-21 Thread Davide Italiano via lldb-commits
Author: davide Date: Fri Dec 21 14:42:00 2018 New Revision: 349970 URL: http://llvm.org/viewvc/llvm-project?rev=349970&view=rev Log: [Scalar] Implement operator!= using operator==. Summary: Adding some test coverage while I'm around. Reviewers: JDevlieghere, aprantl, zturner, clayborg, jingham

[Lldb-commits] [lldb] r349971 - [Scalar] Simplify as Jonas suggested. NFCI.

2018-12-21 Thread Davide Italiano via lldb-commits
Author: davide Date: Fri Dec 21 14:45:07 2018 New Revision: 349971 URL: http://llvm.org/viewvc/llvm-project?rev=349971&view=rev Log: [Scalar] Simplify as Jonas suggested. NFCI. Modified: lldb/trunk/unittests/Utility/ScalarTest.cpp Modified: lldb/trunk/unittests/Utility/ScalarTest.cpp URL: h

[Lldb-commits] [lldb] r350146 - [SymbolContext] Rewrite operator== to be more concise.

2018-12-28 Thread Davide Italiano via lldb-commits
Author: davide Date: Fri Dec 28 20:57:00 2018 New Revision: 350146 URL: http://llvm.org/viewvc/llvm-project?rev=350146&view=rev Log: [SymbolContext] Rewrite operator== to be more concise. And probably, less error prone. NFCI. Modified: lldb/trunk/source/Symbol/SymbolContext.cpp Modified: ll

[Lldb-commits] [lldb] r350147 - [CompilerType] Remove dead code. NFCI.

2018-12-28 Thread Davide Italiano via lldb-commits
Author: davide Date: Fri Dec 28 20:59:07 2018 New Revision: 350147 URL: http://llvm.org/viewvc/llvm-project?rev=350147&view=rev Log: [CompilerType] Remove dead code. NFCI. Modified: lldb/trunk/source/Symbol/CompilerType.cpp Modified: lldb/trunk/source/Symbol/CompilerType.cpp URL: http://llv

[Lldb-commits] [lldb] r350148 - [CompilerType] Simplify operator!=. NFCI.

2018-12-28 Thread Davide Italiano via lldb-commits
Author: davide Date: Fri Dec 28 21:00:33 2018 New Revision: 350148 URL: http://llvm.org/viewvc/llvm-project?rev=350148&view=rev Log: [CompilerType] Simplify operator!=. NFCI. Modified: lldb/trunk/source/Symbol/CompilerType.cpp Modified: lldb/trunk/source/Symbol/CompilerType.cpp URL: http://

[Lldb-commits] [lldb] r350149 - [RegisterValue] Rewrite operator!= in terms of operator==. NFCI.

2018-12-28 Thread Davide Italiano via lldb-commits
Author: davide Date: Fri Dec 28 21:05:23 2018 New Revision: 350149 URL: http://llvm.org/viewvc/llvm-project?rev=350149&view=rev Log: [RegisterValue] Rewrite operator!= in terms of operator==. NFCI. Modified: lldb/trunk/source/Utility/RegisterValue.cpp Modified: lldb/trunk/source/Utility/Regi

Re: [Lldb-commits] [lldb] r350160 - [test] Remove flakiness decorator from TestObjCDynamicSBType

2018-12-30 Thread Davide Italiano via lldb-commits
Nice, thanks! There is a typo in the commit message, I assume? On Sun, Dec 30, 2018 at 7:13 AM Jonas Devlieghere via lldb-commits wrote: > > Author: jdevlieghere > Date: Sat Dec 29 22:10:03 2018 > New Revision: 350160 > > URL: http://llvm.org/viewvc/llvm-project?rev=350160&view=rev > Log: > [tes

[Lldb-commits] [lldb] r350163 - [TypeName] Simplify operator!=. NFCI.

2018-12-30 Thread Davide Italiano via lldb-commits
Author: davide Date: Sun Dec 30 07:07:25 2018 New Revision: 350163 URL: http://llvm.org/viewvc/llvm-project?rev=350163&view=rev Log: [TypeName] Simplify operator!=. NFCI. Modified: lldb/trunk/source/Symbol/Type.cpp Modified: lldb/trunk/source/Symbol/Type.cpp URL: http://llvm.org/viewvc/llvm

[Lldb-commits] [lldb] r350164 - [Type] Simplify operator!=. NFC.

2018-12-30 Thread Davide Italiano via lldb-commits
Author: davide Date: Sun Dec 30 07:08:51 2018 New Revision: 350164 URL: http://llvm.org/viewvc/llvm-project?rev=350164&view=rev Log: [Type] Simplify operator!=. NFC. Modified: lldb/trunk/source/Symbol/Type.cpp Modified: lldb/trunk/source/Symbol/Type.cpp URL: http://llvm.org/viewvc/llvm-proj

Re: [Lldb-commits] [lldb] r350160 - [test] Remove flakiness decorator from TestObjCDynamicSBType

2018-12-30 Thread Davide Italiano via lldb-commits
No problem, thanks! On Sun, Dec 30, 2018 at 5:11 PM Jonas Devlieghere wrote: > > > > On Sun, Dec 30, 2018 at 05:33 Davide Italiano wrote: >> >> Nice, thanks! >> There is a typo in the commit message, I assume? > > > Correct, I made a typo in the PR and then mindlessly copied the name of the > t

[Lldb-commits] [lldb] r350177 - [DWARFUnit] Remove commented out code. NFCI.

2018-12-31 Thread Davide Italiano via lldb-commits
Author: davide Date: Mon Dec 31 10:45:30 2018 New Revision: 350177 URL: http://llvm.org/viewvc/llvm-project?rev=350177&view=rev Log: [DWARFUnit] Remove commented out code. NFCI. Modified: lldb/trunk/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp Modified: lldb/trunk/source/Plugins/SymbolFile/

[Lldb-commits] [lldb] r350428 - [Scalar] Simplify comparison operators and add coverage.

2019-01-04 Thread Davide Italiano via lldb-commits
Author: davide Date: Fri Jan 4 11:23:52 2019 New Revision: 350428 URL: http://llvm.org/viewvc/llvm-project?rev=350428&view=rev Log: [Scalar] Simplify comparison operators and add coverage. Modified: lldb/trunk/source/Utility/Scalar.cpp lldb/trunk/unittests/Utility/ScalarTest.cpp Modifie

[Lldb-commits] [lldb] r332162 - [LLDB] Support GNU-style compressed debug sections (.zdebug)

2018-05-11 Thread Davide Italiano via lldb-commits
Author: davide Date: Fri May 11 17:29:25 2018 New Revision: 332162 URL: http://llvm.org/viewvc/llvm-project?rev=332162&view=rev Log: [LLDB] Support GNU-style compressed debug sections (.zdebug) Patch by Erik Welander! Differential Revision: https://reviews.llvm.org/D45628 Added: lldb/trunk

[Lldb-commits] [lldb] r332163 - [LanguageRuntime/ObjC] Turn off ISA logging once and for all.

2018-05-11 Thread Davide Italiano via lldb-commits
Author: davide Date: Fri May 11 17:33:12 2018 New Revision: 332163 URL: http://llvm.org/viewvc/llvm-project?rev=332163&view=rev Log: [LanguageRuntime/ObjC] Turn off ISA logging once and for all. On behalf of Jim, who's out today. Modified: lldb/trunk/source/Plugins/LanguageRuntime/ObjC/Appl

Re: [Lldb-commits] [lldb] r332162 - [LLDB] Support GNU-style compressed debug sections (.zdebug)

2018-05-11 Thread Davide Italiano via lldb-commits
On Fri, May 11, 2018 at 5:29 PM, Davide Italiano via lldb-commits wrote: > Author: davide > Date: Fri May 11 17:29:25 2018 > New Revision: 332162 > > URL: http://llvm.org/viewvc/llvm-project?rev=332162&view=rev > Log: > [LLDB] Support GNU-style compressed debug sectio

[Lldb-commits] [lldb] r332165 - Revert "[LLDB] Support GNU-style compressed debug sections (.zdebug)"

2018-05-11 Thread Davide Italiano via lldb-commits
Author: davide Date: Fri May 11 18:25:48 2018 New Revision: 332165 URL: http://llvm.org/viewvc/llvm-project?rev=332165&view=rev Log: Revert "[LLDB] Support GNU-style compressed debug sections (.zdebug)" This reverts commit r332162 as it breaks the bots (Ubuntu 14.04) with the following message:

Re: [Lldb-commits] [lldb] r332162 - [LLDB] Support GNU-style compressed debug sections (.zdebug)

2018-05-11 Thread Davide Italiano via lldb-commits
On Fri, May 11, 2018 at 5:57 PM, Davide Italiano wrote: > On Fri, May 11, 2018 at 5:29 PM, Davide Italiano via lldb-commits > wrote: >> Author: davide >> Date: Fri May 11 17:29:25 2018 >> New Revision: 332162 >> >> URL: http://llvm.org/viewvc/llvm-project?

[Lldb-commits] [lldb] r333465 - [ObjC] Fix the formatter for NSOrderedSet.

2018-05-29 Thread Davide Italiano via lldb-commits
Author: davide Date: Tue May 29 15:08:07 2018 New Revision: 333465 URL: http://llvm.org/viewvc/llvm-project?rev=333465&view=rev Log: [ObjC] Fix the formatter for NSOrderedSet. While I'm here, delete some dead code. Added: lldb/trunk/packages/Python/lldbsuite/test/lang/objc/orderedset/

[Lldb-commits] [lldb] r333466 - [ObjC] Add a Makefile for the test added in r333465.

2018-05-29 Thread Davide Italiano via lldb-commits
Author: davide Date: Tue May 29 15:20:05 2018 New Revision: 333466 URL: http://llvm.org/viewvc/llvm-project?rev=333466&view=rev Log: [ObjC] Add a Makefile for the test added in r333465. Not strictly necessary, but makes the test more robust in case we end up changing the defaults. Added: l

Re: [Lldb-commits] buildbot failure in LLVM on lldb-x86_64-ubuntu-14.04-cmake

2018-05-29 Thread Davide Italiano via lldb-commits
Pavel, this should be fixed now that I added a Makefile. Don't hesitate to revert in case it stays red (or fix it yourself, even better :) -- Davide On Tue, May 29, 2018 at 3:26 PM, wrote: > The Buildbot has detected a new failure on builder > lldb-x86_64-ubuntu-14.04-cmake while building lldb

Re: [Lldb-commits] [lldb] r333465 - [ObjC] Fix the formatter for NSOrderedSet.

2018-05-29 Thread Davide Italiano via lldb-commits
I would like to apologize, I forgot to `git add `the Makefile and this broke the bots. It should be fixed now. I'll keep an eye to make sure everything stays green. Sorry for the disruption, folks! -- Davide On Tue, May 29, 2018 at 3:08 PM, Davide Italiano via lldb-commits wrote: >

Re: [Lldb-commits] [lldb] r334320 - Delete some dead code

2018-06-08 Thread Davide Italiano via lldb-commits
On Fri, Jun 8, 2018 at 2:13 PM, Alex Langford via lldb-commits wrote: > Author: xiaobai > Date: Fri Jun 8 14:13:26 2018 > New Revision: 334320 > > URL: http://llvm.org/viewvc/llvm-project?rev=334320&view=rev > Log: > Delete some dead code > Thanks! ___

Re: [Lldb-commits] [lldb] r334743 - Add a script to setup codesigning on macOS.

2018-06-14 Thread Davide Italiano via lldb-commits
On Thu, Jun 14, 2018 at 11:04 AM, Frederic Riss via lldb-commits wrote: > Author: friss > Date: Thu Jun 14 11:04:13 2018 > New Revision: 334743 > > URL: http://llvm.org/viewvc/llvm-project?rev=334743&view=rev > Log: > Add a script to setup codesigning on macOS. > > I've been using this script on a

Re: [Lldb-commits] [lldb] r336158 - Re-sort the lldb.xcodeproj project file and commit the script

2018-07-02 Thread Davide Italiano via lldb-commits
Thank you Jason! On Mon, Jul 2, 2018 at 5:48 PM Jason Molenda via lldb-commits wrote: > > Author: jmolenda > Date: Mon Jul 2 17:43:57 2018 > New Revision: 336158 > > URL: http://llvm.org/viewvc/llvm-project?rev=336158&view=rev > Log: > Re-sort the lldb.xcodeproj project file and commit the script

[Lldb-commits] [lldb] r336463 - [test-suite] Add a decorator for the lack of libstdcxx on the system.

2018-07-06 Thread Davide Italiano via lldb-commits
Author: davide Date: Fri Jul 6 13:40:00 2018 New Revision: 336463 URL: http://llvm.org/viewvc/llvm-project?rev=336463&view=rev Log: [test-suite] Add a decorator for the lack of libstdcxx on the system. This generalizes a bunch of target-specific tests. MacOS has no libstdcxx anymore, and neither

[Lldb-commits] [lldb] r336607 - [ObjCRuntime] Add support for obfuscation in tagged pointers.

2018-07-09 Thread Davide Italiano via lldb-commits
Author: davide Date: Mon Jul 9 14:53:43 2018 New Revision: 336607 URL: http://llvm.org/viewvc/llvm-project?rev=336607&view=rev Log: [ObjCRuntime] Add support for obfuscation in tagged pointers. This is the default in MacOS Mojave. No testcases, as basically we have a lot of coverage (and the tes

[Lldb-commits] [lldb] r336608 - Rollback [test-suite] Add a decorator for the lack of libstdcxx on the system.

2018-07-09 Thread Davide Italiano via lldb-commits
Author: davide Date: Mon Jul 9 14:56:28 2018 New Revision: 336608 URL: http://llvm.org/viewvc/llvm-project?rev=336608&view=rev Log: Rollback [test-suite] Add a decorator for the lack of libstdcxx on the system. Pavel suggested an alternative approach that I'll try to implement. Modified: ll

[Lldb-commits] [lldb] r336724 - [testsuite] Implement a category to skip libstdcxx tests

2018-07-10 Thread Davide Italiano via lldb-commits
Author: davide Date: Tue Jul 10 13:37:24 2018 New Revision: 336724 URL: http://llvm.org/viewvc/llvm-project?rev=336724&view=rev Log: [testsuite] Implement a category to skip libstdcxx tests On systems where it's not supported. As far as I understand Linux is the only systems which now ships with

[Lldb-commits] [lldb] r336872 - [IRInterpreter] Fix misevaluation of interpretation expressions with `urem`.

2018-07-11 Thread Davide Italiano via lldb-commits
Author: davide Date: Wed Jul 11 17:31:04 2018 New Revision: 336872 URL: http://llvm.org/viewvc/llvm-project?rev=336872&view=rev Log: [IRInterpreter] Fix misevaluation of interpretation expressions with `urem`. Scalar::MakeUnsigned was implemented incorrectly so it didn't really change the sign of

[Lldb-commits] [lldb] r337959 - [DataFormatters] Add formatter for C++17 std::optional.

2018-07-25 Thread Davide Italiano via lldb-commits
Author: davide Date: Wed Jul 25 13:46:29 2018 New Revision: 337959 URL: http://llvm.org/viewvc/llvm-project?rev=337959&view=rev Log: [DataFormatters] Add formatter for C++17 std::optional. Patch by Shafik Yaghmour. Differential Revision: https://reviews.llvm.org/D49271 Added: lldb/trunk

[Lldb-commits] [lldb] r337963 - Revert "[DataFormatters] Add formatter for C++17 std::optional."

2018-07-25 Thread Davide Italiano via lldb-commits
Author: davide Date: Wed Jul 25 14:18:20 2018 New Revision: 337963 URL: http://llvm.org/viewvc/llvm-project?rev=337963&view=rev Log: Revert "[DataFormatters] Add formatter for C++17 std::optional." I forgot to git add some files. I'm going to recommit the correct version at once soon. Removed:

[Lldb-commits] [lldb] r338156 - Recommit [DataFormatters] Add formatter for C++17 std::optional.

2018-07-27 Thread Davide Italiano via lldb-commits
Author: davide Date: Fri Jul 27 12:57:30 2018 New Revision: 338156 URL: http://llvm.org/viewvc/llvm-project?rev=338156&view=rev Log: Recommit [DataFormatters] Add formatter for C++17 std::optional. This should have all the correct files now. Patch by Shafik Yaghmour. Differential Revision: htt

[Lldb-commits] [lldb] r338162 - Revert "Recommit [DataFormatters] Add formatter for C++17 std::optional."

2018-07-27 Thread Davide Italiano via lldb-commits
Author: davide Date: Fri Jul 27 13:38:01 2018 New Revision: 338162 URL: http://llvm.org/viewvc/llvm-project?rev=338162&view=rev Log: Revert "Recommit [DataFormatters] Add formatter for C++17 std::optional." This broke a linux bot which doesn't support -std=c++17. The solution is to add a decorato

[Lldb-commits] [lldb] r338638 - [DWARFASTParser] Remove special cases for `llvm-gcc`

2018-08-01 Thread Davide Italiano via lldb-commits
Author: davide Date: Wed Aug 1 14:13:45 2018 New Revision: 338638 URL: http://llvm.org/viewvc/llvm-project?rev=338638&view=rev Log: [DWARFASTParser] Remove special cases for `llvm-gcc` Reviewed by: aprantl, labath. Differential Revision: https://reviews.llvm.org/D48500 Modified: lldb/trun

Re: [Lldb-commits] [lldb] r339068 - Add a relocation for R_AARCH64_ABS32 in ObjectFileELF

2018-08-06 Thread Davide Italiano via lldb-commits
You should be able to add a unittest for this, I think? -- Davide On Mon, Aug 6, 2018 at 3:04 PM Stephane Sezer via lldb-commits wrote: > > Author: sas > Date: Mon Aug 6 15:04:08 2018 > New Revision: 339068 > > URL: http://llvm.org/viewvc/llvm-project?rev=339068&view=rev > Log: > Add a relocatio

Re: [Lldb-commits] [lldb] r339178 - [lldb-mi] Re-implement target-select command

2018-08-09 Thread Davide Italiano via lldb-commits
Feel free to revert this in the meanwhile, Tim, if you need to get the bots going again. -- Davide On Thu, Aug 9, 2018 at 3:35 AM Tim Northover via lldb-commits wrote: > > Hi, > > I think this is causing the lldb-cmake test to hang on Green Dragon. > The build revision numbers don't exactly match

Re: [Lldb-commits] [lldb] r339328 - Remove unused type Either from Utility library.

2018-08-09 Thread Davide Italiano via lldb-commits
On Thu, Aug 9, 2018 at 4:42 AM Tatyana Krasnukha via lldb-commits wrote: > > Author: tkrasnukha > Date: Thu Aug 9 04:42:28 2018 > New Revision: 339328 > > URL: http://llvm.org/viewvc/llvm-project?rev=339328&view=rev > Log: > Remove unused type Either from Utility library. > I might be missing th

Re: [Lldb-commits] [lldb] r339974 - Add a relocation for R_AARCH64_ABS32 in ObjectFileELF

2018-08-19 Thread Davide Italiano via lldb-commits
On Fri, Aug 17, 2018 at 2:36 AM Stephane Sezer via lldb-commits wrote: > > Author: sas > Date: Thu Aug 16 17:35:47 2018 > New Revision: 339974 > > URL: http://llvm.org/viewvc/llvm-project?rev=339974&view=rev > Log: > Add a relocation for R_AARCH64_ABS32 in ObjectFileELF > > Summary: > .rela.debug_

Re: [Lldb-commits] [lldb] r339974 - Add a relocation for R_AARCH64_ABS32 in ObjectFileELF

2018-08-20 Thread Davide Italiano via lldb-commits
gt; On 20/08/18 08:17, Davide Italiano via lldb-commits wrote: > > On Fri, Aug 17, 2018 at 2:36 AM Stephane Sezer via lldb-commits > > wrote: > >> > >> Author: sas > >> Date: Thu Aug 16 17:35:47 2018 > >> New Revision: 339974 > >> > >&g

Re: [Lldb-commits] [PATCH] D51615: Set Windows console mode to enable support for ansi escape codes

2018-09-06 Thread Davide Italiano via lldb-commits
You can probably revert it. BTW, is the bot public? I would like to understand whether I broke something after I commit. -- Davide On Thu, Sep 6, 2018 at 11:21 AM Stella Stamenova via Phabricator via lldb-commits wrote: > > stella.stamenova added a comment. > > This change causes one of the LLDB

Re: [Lldb-commits] [PATCH] D51615: Set Windows console mode to enable support for ansi escape codes

2018-09-06 Thread Davide Italiano via lldb-commits
Cool. The argument about reverting still stands though (you might consider following up with logs et simila to make debugging easier). On Thu, Sep 6, 2018 at 2:10 PM Stella Stamenova via Phabricator wrote: > > stella.stamenova added a comment. > > In https://reviews.llvm.org/D51615#1226386, @david

[Lldb-commits] [lldb] r341682 - [Scalar] Fix undefined behaviour when converting double to long.

2018-09-07 Thread Davide Italiano via lldb-commits
Author: davide Date: Fri Sep 7 11:03:43 2018 New Revision: 341682 URL: http://llvm.org/viewvc/llvm-project?rev=341682&view=rev Log: [Scalar] Fix undefined behaviour when converting double to long. This showed up in an Ubsan build of lldb (inside the CFAbsoluteTime data formatter). As we only car

Re: [Lldb-commits] [lldb] r341682 - [Scalar] Fix undefined behaviour when converting double to long.

2018-09-07 Thread Davide Italiano via lldb-commits
Note that we already have tests for this (that were failing [and hopefully they're not anymore]) On Fri, Sep 7, 2018 at 11:04 AM Davide Italiano via lldb-commits wrote: > > Author: davide > Date: Fri Sep 7 11:03:43 2018 > New Revision: 341682 > > URL: http://llvm.org/

[Lldb-commits] [lldb] r341685 - [Scalar] Commit the correct patch, forgot `git add`.

2018-09-07 Thread Davide Italiano via lldb-commits
Author: davide Date: Fri Sep 7 11:22:27 2018 New Revision: 341685 URL: http://llvm.org/viewvc/llvm-project?rev=341685&view=rev Log: [Scalar] Commit the correct patch, forgot `git add`. Modified: lldb/trunk/source/Utility/Scalar.cpp Modified: lldb/trunk/source/Utility/Scalar.cpp URL: http

Re: [Lldb-commits] [lldb] r341682 - [Scalar] Fix undefined behaviour when converting double to long.

2018-09-07 Thread Davide Italiano via lldb-commits
itted 5789b904aa5 to svn. On Fri, Sep 7, 2018 at 11:12 AM Davide Italiano wrote: > > Note that we already have tests for this (that were failing [and > hopefully they're not anymore]) > On Fri, Sep 7, 2018 at 11:04 AM Davide Italiano via lldb-commits > wrote: > > > > Auth

[Lldb-commits] [lldb] r341714 - [Disassembler] Run ARM-specific tests only if the ARM backend is built.

2018-09-07 Thread Davide Italiano via lldb-commits
Author: davide Date: Fri Sep 7 14:36:21 2018 New Revision: 341714 URL: http://llvm.org/viewvc/llvm-project?rev=341714&view=rev Log: [Disassembler] Run ARM-specific tests only if the ARM backend is built. Modified: lldb/trunk/unittests/Disassembler/CMakeLists.txt Modified: lldb/trunk/unitt

Re: [Lldb-commits] [lldb] r341714 - [Disassembler] Run ARM-specific tests only if the ARM backend is built.

2018-09-07 Thread Davide Italiano via lldb-commits
On Fri, Sep 7, 2018 at 2:37 PM Davide Italiano via lldb-commits wrote: > > Author: davide > Date: Fri Sep 7 14:36:21 2018 > New Revision: 341714 > > URL: http://llvm.org/viewvc/llvm-project?rev=341714&view=rev > Log: > [Disassembler] Run ARM-specific tests only

[Lldb-commits] [lldb] r341732 - [XCodeproj] Remove extra whitespace in SBAPI path.

2018-09-07 Thread Davide Italiano via lldb-commits
Author: davide Date: Fri Sep 7 16:49:05 2018 New Revision: 341732 URL: http://llvm.org/viewvc/llvm-project?rev=341732&view=rev Log: [XCodeproj] Remove extra whitespace in SBAPI path. Modified: lldb/trunk/lldb.xcodeproj/project.pbxproj Modified: lldb/trunk/lldb.xcodeproj/project.pbxproj URL:

Re: [Lldb-commits] [lldb] r341849 - Fix raw address breakpoints not resolving

2018-09-10 Thread Davide Italiano via lldb-commits
Ted, this commit broke a large number of tests. http://green.lab.llvm.org/green/job/lldb-cmake/9969/console Testing Time: 907.91s Failing Tests (57): lldb-Suite :: expression_command/multiline/TestMultilineExpressions.py lldb-Suite :: functionali

[Lldb-commits] [lldb] r341878 - Rollback "Fix raw address breakpoints not resolving".

2018-09-10 Thread Davide Italiano via lldb-commits
Author: davide Date: Mon Sep 10 16:09:09 2018 New Revision: 341878 URL: http://llvm.org/viewvc/llvm-project?rev=341878&view=rev Log: Rollback "Fix raw address breakpoints not resolving". It broke a bunch of bots. Ted confirmed, but can't revert for now so I'm reverting on his behalf. Modified:

Re: [Lldb-commits] [lldb] r341849 - Fix raw address breakpoints not resolving

2018-09-10 Thread Davide Italiano via lldb-commits
Reverted on behalf of Ted in r341878. On Mon, Sep 10, 2018 at 11:20 AM Ted Woodward via lldb-commits wrote: > > Author: ted > Date: Mon Sep 10 11:19:01 2018 > New Revision: 341849 > > URL: http://llvm.org/viewvc/llvm-project?rev=341849&view=rev > Log: > Fix raw address breakpoints not resolving >

Re: [Lldb-commits] [lldb] r341683 - Add input files to the "prepare swig bindings" step.

2018-09-11 Thread Davide Italiano via lldb-commits
Already done (see recent commits). On Tue, Sep 11, 2018 at 7:22 AM Greg Clayton via lldb-commits wrote: > > Is the space in the string for for SBHostOS.cpp ok? Might want to remove it > just in case: > > + " $(SRCROOT)/source/API/SBHostOS.cpp", > > On Sep 7, 2018, at 11:10 AM, Jim Ingham via lldb

Re: [Lldb-commits] [lldb] r342185 - Add a "scripted" breakpoint type to lldb.

2018-09-13 Thread Davide Italiano via lldb-commits
This last commit broke the build: [56/997] : && /Users/buildslave/jenkins/workspace/lldb-cmake/host-compiler/bin/clang++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -fmodules -fmodules-cache-path=/Users/buildslave/jenkins/workspace/lldb-cmak

Re: [Lldb-commits] [lldb] r342190 - svn add the new files...

2018-09-13 Thread Davide Italiano via lldb-commits
Thank you! On Thu, Sep 13, 2018 at 3:00 PM Jim Ingham via lldb-commits wrote: > > Author: jingham > Date: Thu Sep 13 14:59:16 2018 > New Revision: 342190 > > URL: http://llvm.org/viewvc/llvm-project?rev=342190&view=rev > Log: > svn add the new files... > > I started from a clean slate to do the ch

[Lldb-commits] [lldb] r342262 - [IRInterpreter] Fall back to JIT with 128-bit values.

2018-09-14 Thread Davide Italiano via lldb-commits
Author: davide Date: Fri Sep 14 11:55:31 2018 New Revision: 342262 URL: http://llvm.org/viewvc/llvm-project?rev=342262&view=rev Log: [IRInterpreter] Fall back to JIT with 128-bit values. They're not that common, and falling back is definitely better than throwing an error instead of the result. I

[Lldb-commits] [lldb] r342280 - [IRInterpreter] Minor cleanups, add comments. NFCI.

2018-09-14 Thread Davide Italiano via lldb-commits
Author: davide Date: Fri Sep 14 13:48:34 2018 New Revision: 342280 URL: http://llvm.org/viewvc/llvm-project?rev=342280&view=rev Log: [IRInterpreter] Minor cleanups, add comments. NFCI. Modified: lldb/trunk/source/Expression/IRInterpreter.cpp Modified: lldb/trunk/source/Expression/IRInterpret

[Lldb-commits] [lldb] r342404 - Revert "[IRInterpreter] Minor cleanups, add comments. NFCI."

2018-09-17 Thread Davide Italiano via lldb-commits
Author: davide Date: Mon Sep 17 11:14:38 2018 New Revision: 342404 URL: http://llvm.org/viewvc/llvm-project?rev=342404&view=rev Log: Revert "[IRInterpreter] Minor cleanups, add comments. NFCI." This breaks buildbots. Modified: lldb/trunk/source/Expression/IRInterpreter.cpp Modified: lldb/tr

Re: [Lldb-commits] [lldb] r342421 - [DataFormatters] Add formatter for C++17 std::variant

2018-09-17 Thread Davide Italiano via lldb-commits
I'm afraid this broke one of our bots. Can you please take a look and fix or revert? Thanks! Testing Time: 236.25s Failing Tests (1): lldb-Suite :: functionalities/data-formatter/data-formatter-stl/libcxx/variant/TestDataFormatterLibcxxVariant.py http://green.lab.llvm.o

Re: [Lldb-commits] [lldb] r342424 - Revert "[DataFormatters] Add formatter for C++17 std::variant"

2018-09-17 Thread Davide Italiano via lldb-commits
Thanks Shafik! -- Davide On Mon, Sep 17, 2018 at 4:16 PM Shafik Yaghmour via lldb-commits wrote: > > Author: shafik > Date: Mon Sep 17 16:15:35 2018 > New Revision: 342424 > > URL: http://llvm.org/viewvc/llvm-project?rev=342424&view=rev > Log: > Revert "[DataFormatters] Add formatter for C++17 st

Re: [Lldb-commits] [lldb] r337459 - ELF: Replace the header-extension unit test with a lit one

2018-09-19 Thread Davide Italiano via lldb-commits
Pavel, I guess this one is yours. http://green.lab.llvm.org/green/job/lldb-cmake-clang-6.0.1//484/console Mind to fix? FAILED: tools/lldb/unittests/ObjectFile/ELF/ObjectFileELFTests : && /Users/buildslave/jenkins/workspace/lldb-cmake-clang-6.0.1/host-compiler/bin/clang++ -fPIC -fvisibility-inline

Re: [Lldb-commits] [lldb] r337459 - ELF: Replace the header-extension unit test with a lit one

2018-09-19 Thread Davide Italiano via lldb-commits
Nevermind, wrong commit. On Wed, Sep 19, 2018 at 2:26 PM Davide Italiano wrote: > > Pavel, I guess this one is yours. > http://green.lab.llvm.org/green/job/lldb-cmake-clang-6.0.1//484/console > > Mind to fix? > > FAILED: tools/lldb/unittests/ObjectFile/ELF/ObjectFileELFTests : && > /Users/buildsla

[Lldb-commits] [lldb] r318348 - [POSIX] Replace assert with llvm_unreachable(). NFCI.

2017-11-15 Thread Davide Italiano via lldb-commits
Author: davide Date: Wed Nov 15 15:39:41 2017 New Revision: 318348 URL: http://llvm.org/viewvc/llvm-project?rev=318348&view=rev Log: [POSIX] Replace assert with llvm_unreachable(). NFCI. Modified: lldb/trunk/source/Host/posix/HostThreadPosix.cpp Modified: lldb/trunk/source/Host/posix/HostThr

  1   2   3   4   5   6   >