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
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
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
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
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
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
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
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
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
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
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
@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-
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
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
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:
>
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
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.
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.
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
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
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
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/
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
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.
>
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
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
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
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
> >>
> >&
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
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:/
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
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
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-
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
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
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
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
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
>
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
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
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
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
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://
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
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
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
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
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
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/
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
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
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
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
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:
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?
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/
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
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
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:
>
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!
___
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
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
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
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
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
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
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
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
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:
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
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
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
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
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
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
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_
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
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
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
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
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/
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
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
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
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
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:
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
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:
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
>
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
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
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
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
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
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
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
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
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
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
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 - 100 of 582 matches
Mail list logo