[Lldb-commits] [lldb] r356271 - [DataFormatters] Remove LLDB_DISABLE_PYTHON from TypeCategory.

2019-03-15 Thread Davide Italiano via lldb-commits
Author: davide Date: Fri Mar 15 09:55:51 2019 New Revision: 356271 URL: http://llvm.org/viewvc/llvm-project?rev=356271&view=rev Log: [DataFormatters] Remove LLDB_DISABLE_PYTHON from TypeCategory. Modified: lldb/trunk/include/lldb/DataFormatters/TypeCategoryMap.h lldb/trunk/source/DataForm

[Lldb-commits] [lldb] r356401 - [API] Remove unneded LLDB_DISABLE_PYTHON markers.

2019-03-18 Thread Davide Italiano via lldb-commits
Author: davide Date: Mon Mar 18 13:02:27 2019 New Revision: 356401 URL: http://llvm.org/viewvc/llvm-project?rev=356401&view=rev Log: [API] Remove unneded LLDB_DISABLE_PYTHON markers. Modified: lldb/trunk/include/lldb/API/SBDebugger.h lldb/trunk/include/lldb/API/SBTypeCategory.h lldb/t

[Lldb-commits] [lldb] r356486 - [StackFrameRecognizer] Remove unneeded LLDB_DISABLE_PYTHON.

2019-03-19 Thread Davide Italiano via lldb-commits
Author: davide Date: Tue Mar 19 10:35:37 2019 New Revision: 356486 URL: http://llvm.org/viewvc/llvm-project?rev=356486&view=rev Log: [StackFrameRecognizer] Remove unneeded LLDB_DISABLE_PYTHON. Modified: lldb/trunk/include/lldb/Target/StackFrameRecognizer.h lldb/trunk/source/Target/StackFr

[Lldb-commits] [lldb] r356487 - [ScriptInterpreterPython] Remove dead code.

2019-03-19 Thread Davide Italiano via lldb-commits
Author: davide Date: Tue Mar 19 10:35:40 2019 New Revision: 356487 URL: http://llvm.org/viewvc/llvm-project?rev=356487&view=rev Log: [ScriptInterpreterPython] Remove dead code. Modified: lldb/trunk/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h Modified: lldb/trunk/source

[Lldb-commits] [lldb] r356816 - [ScriptInterpreter] Make sure that PYTHONHOME is right.

2019-03-22 Thread Davide Italiano via lldb-commits
Author: davide Date: Fri Mar 22 15:19:57 2019 New Revision: 356816 URL: http://llvm.org/viewvc/llvm-project?rev=356816&view=rev Log: [ScriptInterpreter] Make sure that PYTHONHOME is right. Summary: For the only version of Python actually supported on Darwin. Reviewers: jingham, friss, JDevlieg

[Lldb-commits] [lldb] r356819 - [ScriptInterpreter] Remove a warning and reformat comments.

2019-03-22 Thread Davide Italiano via lldb-commits
Author: davide Date: Fri Mar 22 15:38:49 2019 New Revision: 356819 URL: http://llvm.org/viewvc/llvm-project?rev=356819&view=rev Log: [ScriptInterpreter] Remove a warning and reformat comments. Modified: lldb/trunk/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp Modified:

[Lldb-commits] [lldb] r357006 - [ScriptInterpreterPython] Try to make the sanitizer bot green again.

2019-03-26 Thread Davide Italiano via lldb-commits
Author: davide Date: Tue Mar 26 09:43:58 2019 New Revision: 357006 URL: http://llvm.org/viewvc/llvm-project?rev=357006&view=rev Log: [ScriptInterpreterPython] Try to make the sanitizer bot green again. Removing a use-after-free error. Modified: lldb/trunk/source/Plugins/ScriptInterpreter/Py

Re: [Lldb-commits] [lldb] r357034 - [Python] Remove dynamic indirection

2019-03-26 Thread Davide Italiano via lldb-commits
This is great! On Tue, Mar 26, 2019 at 2:55 PM Jonas Devlieghere via lldb-commits wrote: > > Author: jdevlieghere > Date: Tue Mar 26 14:57:02 2019 > New Revision: 357034 > > URL: http://llvm.org/viewvc/llvm-project?rev=357034&view=rev > Log: > [Python] Remove dynamic indirection > > Now that the

[Lldb-commits] [lldb] r357134 - [ObjectFileMachO] Disable memory caching for savecore.

2019-03-27 Thread Davide Italiano via lldb-commits
Author: davide Date: Wed Mar 27 17:07:07 2019 New Revision: 357134 URL: http://llvm.org/viewvc/llvm-project?rev=357134&view=rev Log: [ObjectFileMachO] Disable memory caching for savecore. Summary: It's not really useful, and largely increases the footprint. Reviewers: jasonmolenda Subscribers

[Lldb-commits] [lldb] r357136 - [Process] Reorder declarations and document ReadMemoryFromInferior.

2019-03-27 Thread Davide Italiano via lldb-commits
Author: davide Date: Wed Mar 27 17:07:33 2019 New Revision: 357136 URL: http://llvm.org/viewvc/llvm-project?rev=357136&view=rev Log: [Process] Reorder declarations and document ReadMemoryFromInferior. Modified: lldb/trunk/include/lldb/Target/Process.h Modified: lldb/trunk/include/lldb/Target

[Lldb-commits] [lldb] r357135 - [ObjectFileMachO] Remove another debugging aid.

2019-03-27 Thread Davide Italiano via lldb-commits
Author: davide Date: Wed Mar 27 17:07:20 2019 New Revision: 357135 URL: http://llvm.org/viewvc/llvm-project?rev=357135&view=rev Log: [ObjectFileMachO] Remove another debugging aid. Pointed out by Jason. Modified: lldb/trunk/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp Modified: lldb

Re: [Lldb-commits] [lldb] r357141 - Copy the breakpoint site owner's collection so we can drop

2019-03-27 Thread Davide Italiano via lldb-commits
On Wed, Mar 27, 2019 at 6:49 PM Jim Ingham via lldb-commits wrote: > > Author: jingham > Date: Wed Mar 27 18:51:33 2019 > New Revision: 357141 > > URL: http://llvm.org/viewvc/llvm-project?rev=357141&view=rev > Log: > Copy the breakpoint site owner's collection so we can drop > the collection lock

Re: [Lldb-commits] [lldb] r357482 - Allow partial UUID matching in Minidump core file plug-in

2019-04-02 Thread Davide Italiano via lldb-commits
This broke the green dragon cmake bot == FAIL: test_partial_uuid_match (TestMiniDumpUUID.MiniDumpUUIDTestCase) -- Traceback (most recent call last): File "/Users/

[Lldb-commits] [lldb] r358528 - [tools] Make vscode and lldb-instr optional.

2019-04-16 Thread Davide Italiano via lldb-commits
Author: davide Date: Tue Apr 16 14:15:28 2019 New Revision: 358528 URL: http://llvm.org/viewvc/llvm-project?rev=358528&view=rev Log: [tools] Make vscode and lldb-instr optional. Summary: Saves some build times, and they're not part of the usual developer workflow. Reviewers: JDevlieghere, friss

[Lldb-commits] [lldb] r358533 - [tools] Only build lldb-test when needed.

2019-04-16 Thread Davide Italiano via lldb-commits
Author: davide Date: Tue Apr 16 14:56:07 2019 New Revision: 358533 URL: http://llvm.org/viewvc/llvm-project?rev=358533&view=rev Log: [tools] Only build lldb-test when needed. Modified: lldb/trunk/tools/CMakeLists.txt Modified: lldb/trunk/tools/CMakeLists.txt URL: http://llvm.org/viewvc/llvm

[Lldb-commits] [lldb] r358615 - [crashlog] Use the right path for dsymforUUID and remove an unnecessary import.

2019-04-17 Thread Davide Italiano via lldb-commits
Author: davide Date: Wed Apr 17 14:51:55 2019 New Revision: 358615 URL: http://llvm.org/viewvc/llvm-project?rev=358615&view=rev Log: [crashlog] Use the right path for dsymforUUID and remove an unnecessary import. Modified: lldb/trunk/examples/python/crashlog.py Modified: lldb/trunk/example

[Lldb-commits] [lldb] r358625 - [Cmake] Add missing dependency for running tests.

2019-04-17 Thread Davide Italiano via lldb-commits
Author: davide Date: Wed Apr 17 16:43:01 2019 New Revision: 358625 URL: http://llvm.org/viewvc/llvm-project?rev=358625&view=rev Log: [Cmake] Add missing dependency for running tests. This is needed now that we marked lldb-test as EXCLUDE_ALL, to make sure `ninja lldb-test-deps` doesn't fail. Mod

[Lldb-commits] [lldb] r358717 - [crashlog] Strip trailing `\n` from check_output return.

2019-04-18 Thread Davide Italiano via lldb-commits
Author: davide Date: Thu Apr 18 14:32:36 2019 New Revision: 358717 URL: http://llvm.org/viewvc/llvm-project?rev=358717&view=rev Log: [crashlog] Strip trailing `\n` from check_output return. Generally having spurious `\n` doesn't matter, but here the returning string is a command which is executed

[Lldb-commits] [lldb] r358721 - [Python] Simplify the code. NFCI.

2019-04-18 Thread Davide Italiano via lldb-commits
Author: davide Date: Thu Apr 18 16:24:54 2019 New Revision: 358721 URL: http://llvm.org/viewvc/llvm-project?rev=358721&view=rev Log: [Python] Simplify the code. NFCI. Modified: lldb/trunk/examples/python/memory.py lldb/trunk/examples/python/performance.py lldb/trunk/examples/python/pr

[Lldb-commits] [lldb] r358918 - [EditLineTest] Not always TERM is available, e.g. on some bots.

2019-04-22 Thread Davide Italiano via lldb-commits
Author: davide Date: Mon Apr 22 13:27:10 2019 New Revision: 358918 URL: http://llvm.org/viewvc/llvm-project?rev=358918&view=rev Log: [EditLineTest] Not always TERM is available, e.g. on some bots. Modified: lldb/trunk/unittests/Editline/EditlineTest.cpp Modified: lldb/trunk/unittests/Editlin

Re: [Lldb-commits] [lldb] r358918 - [EditLineTest] Not always TERM is available, e.g. on some bots.

2019-04-23 Thread Davide Italiano via lldb-commits
You're right, I thought this was fixing a problem, but it's not. I'm going to revert this immediately. On Tue, Apr 23, 2019 at 2:12 AM Pavel Labath via lldb-commits wrote: > > On 22/04/2019 22:27, Davide Italiano via lldb-commits wrote: > > Author: davide > &g

[Lldb-commits] [lldb] r359011 - Revert "[EditLineTest] Not always TERM is available, e.g. on some bots."

2019-04-23 Thread Davide Italiano via lldb-commits
Author: davide Date: Tue Apr 23 09:51:20 2019 New Revision: 359011 URL: http://llvm.org/viewvc/llvm-project?rev=359011&view=rev Log: Revert "[EditLineTest] Not always TERM is available, e.g. on some bots." This was a speculative fix trying to placate some bots, but it's ultimately just a bot conf

[Lldb-commits] [lldb] r252079 - [Core] Avoid default in switch() that covers all the cases.

2015-11-04 Thread Davide Italiano via lldb-commits
Author: davide Date: Wed Nov 4 15:31:16 2015 New Revision: 252079 URL: http://llvm.org/viewvc/llvm-project?rev=252079&view=rev Log: [Core] Avoid default in switch() that covers all the cases. Unbreak the build for FreeBSD + -Werror. Modified: lldb/trunk/source/Core/ValueObject.cpp Modified

[Lldb-commits] [lldb] r252094 - [FreeBSD] Add missing overrides.

2015-11-04 Thread Davide Italiano via lldb-commits
Author: davide Date: Wed Nov 4 17:12:17 2015 New Revision: 252094 URL: http://llvm.org/viewvc/llvm-project?rev=252094&view=rev Log: [FreeBSD] Add missing overrides. Modified: lldb/trunk/source/Plugins/Process/FreeBSD/FreeBSDThread.h lldb/trunk/source/Plugins/Process/FreeBSD/ProcessFreeBS

[Lldb-commits] [lldb] r252409 - Fix pessimizing moves. Found by clang.

2015-11-07 Thread Davide Italiano via lldb-commits
Author: davide Date: Sat Nov 7 12:15:05 2015 New Revision: 252409 URL: http://llvm.org/viewvc/llvm-project?rev=252409&view=rev Log: Fix pessimizing moves. Found by clang. Modified: lldb/trunk/source/Host/common/Editline.cpp lldb/trunk/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp Mo

Re: [Lldb-commits] [PATCH] D10216: Initial diff for FreeBSD kernel debugging support

2016-06-25 Thread Davide Italiano via lldb-commits
davide resigned from this revision. davide removed a reviewer: davide. davide added a comment. This probably need a rebase and some love. http://reviews.llvm.org/D10216 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/

[Lldb-commits] [lldb] r256766 - [Commands] Get rid of unused typedefs.

2016-01-04 Thread Davide Italiano via lldb-commits
Author: davide Date: Mon Jan 4 13:12:25 2016 New Revision: 256766 URL: http://llvm.org/viewvc/llvm-project?rev=256766&view=rev Log: [Commands] Get rid of unused typedefs. Modified: lldb/trunk/source/Commands/CommandObjectType.cpp Modified: lldb/trunk/source/Commands/CommandObjectType.cpp UR

[Lldb-commits] [lldb] r256769 - Use correct format identifiers to print something meaningful.

2016-01-04 Thread Davide Italiano via lldb-commits
Author: davide Date: Mon Jan 4 13:17:14 2016 New Revision: 256769 URL: http://llvm.org/viewvc/llvm-project?rev=256769&view=rev Log: Use correct format identifiers to print something meaningful. Modified: lldb/trunk/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScript

[Lldb-commits] [lldb] r256771 - [FreeBSD] Use a cast sledgehammer to placate newer versions of clang.

2016-01-04 Thread Davide Italiano via lldb-commits
Author: davide Date: Mon Jan 4 13:22:35 2016 New Revision: 256771 URL: http://llvm.org/viewvc/llvm-project?rev=256771&view=rev Log: [FreeBSD] Use a cast sledgehammer to placate newer versions of clang. Now lldb can build on FreeBSD with -Werror again. Modified: lldb/trunk/source/Plugins/Pro

[Lldb-commits] [lldb] r258199 - [Process] Remove dead code. All the switch cases are already covered.

2016-01-19 Thread Davide Italiano via lldb-commits
Author: davide Date: Tue Jan 19 15:59:12 2016 New Revision: 258199 URL: http://llvm.org/viewvc/llvm-project?rev=258199&view=rev Log: [Process] Remove dead code. All the switch cases are already covered. Modified: lldb/trunk/source/Expression/ExpressionSourceCode.cpp lldb/trunk/source/Targ

Re: [Lldb-commits] [lldb] r258199 - [Process] Remove dead code. All the switch cases are already covered.

2016-01-19 Thread Davide Italiano via lldb-commits
why I made the change. Is there a way we can make everybody happy you can think of? > On Tue, Jan 19, 2016 at 2:03 PM Davide Italiano via lldb-commits > wrote: >> >> Author: davide >> Date: Tue Jan 19 15:59:12 2016 >> New Revision: 258199 >> >> URL: http:/

Re: [Lldb-commits] [lldb] r258199 - [Process] Remove dead code. All the switch cases are already covered.

2016-01-19 Thread Davide Italiano via lldb-commits
; Is there a way we can make everybody happy you can think of? > >> On Tue, Jan 19, 2016 at 2:03 PM Davide Italiano via lldb-commits >> wrote: >>> >>> Author: davide >>> Date: Tue Jan 19 15:59:12 2016 >>> New Revision: 258199 >>> >&g

Re: [Lldb-commits] [lldb] r258199 - [Process] Remove dead code. All the switch cases are already covered.

2016-01-19 Thread Davide Italiano via lldb-commits
default: >> ^ >> >> >> > >> > Well, this broke the build with -Werror which is my default, that's >> > why I made the change. >> > Is there a way we can make everybody happy you can think of? >> > >> >> On Tue

[Lldb-commits] [lldb] r258212 - Placate MVSC after my last commit.

2016-01-19 Thread Davide Italiano via lldb-commits
Author: davide Date: Tue Jan 19 16:47:51 2016 New Revision: 258212 URL: http://llvm.org/viewvc/llvm-project?rev=258212&view=rev Log: Placate MVSC after my last commit. Zachary introduced the 'default' case explicitly to placate a warning in the Microsoft compiler but that broke clang with -Werror

Re: [Lldb-commits] [lldb] r258199 - [Process] Remove dead code. All the switch cases are already covered.

2016-01-19 Thread Davide Italiano via lldb-commits
vent MSVC from warning about this >> >> >> case. >> >> >> I >> >> >> explicitly added these last week. Can I ask that you revert this >> >> >> change? >> >> >> >> >> >> >> In particular: >>

[Lldb-commits] [PATCH] D16818: [lldb/NetBSD] Remove dead function. Unbreak the build with -Werror

2016-02-02 Thread Davide Italiano via lldb-commits
davide created this revision. davide added a reviewer: krytarowski. davide added a subscriber: lldb-commits. For reference: http://reviews.llvm.org/D1650 http://reviews.llvm.org/D16818 Files: source/Plugins/Process/Utility/RegisterContextNetBSD_x86_64.cpp Index: source/Plugins/Process/Utility

[Lldb-commits] [lldb] r259686 - [NetBSD] Remove dead code.

2016-02-03 Thread Davide Italiano via lldb-commits
Author: davide Date: Wed Feb 3 14:13:50 2016 New Revision: 259686 URL: http://llvm.org/viewvc/llvm-project?rev=259686&view=rev Log: [NetBSD] Remove dead code. PR: http://reviews.llvm.org/D16818 Modified: lldb/trunk/source/Plugins/Process/Utility/RegisterContextNetBSD_x86_64.cpp

[Lldb-commits] [lldb] [llvm] [clang] [BOLT] Fix unconditional output of boltedcollection in merge-fdata (PR #78653)

2024-01-18 Thread Davide Italiano via lldb-commits
https://github.com/dcci commented: LG https://github.com/llvm/llvm-project/pull/78653 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] 9bce9d2 - [TestConvienceVariable] Clean the directory before running the test.

2020-02-07 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-02-07T13:52:40-08:00 New Revision: 9bce9d2d65e2462140597f71a8247750b837094c URL: https://github.com/llvm/llvm-project/commit/9bce9d2d65e2462140597f71a8247750b837094c DIFF: https://github.com/llvm/llvm-project/commit/9bce9d2d65e2462140597f71a8247750b837094c.dif

[Lldb-commits] [lldb] 5858c9d - Revert "[TestConvienceVariable] Clean the directory before running the test."

2020-02-07 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-02-07T14:32:30-08:00 New Revision: 5858c9d69f5efa94b721e3d37edadae21cbb77f3 URL: https://github.com/llvm/llvm-project/commit/5858c9d69f5efa94b721e3d37edadae21cbb77f3 DIFF: https://github.com/llvm/llvm-project/commit/5858c9d69f5efa94b721e3d37edadae21cbb77f3.dif

[Lldb-commits] [lldb] 6b2979c - Revert "[lldb] Fix+re-enable Assert StackFrame Recognizer on Linux"

2020-02-10 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-02-10T13:27:35-08:00 New Revision: 6b2979c12300b90a1e69791d43ee9cff14f4265e URL: https://github.com/llvm/llvm-project/commit/6b2979c12300b90a1e69791d43ee9cff14f4265e DIFF: https://github.com/llvm/llvm-project/commit/6b2979c12300b90a1e69791d43ee9cff14f4265e.dif

Re: [Lldb-commits] [lldb] 1a39f1b - [lldb] Fix+re-enable Assert StackFrame Recognizer on Linux

2020-02-10 Thread Davide Italiano via lldb-commits
This caused three failures on macOS. I reverted the patch to unbreak the bots. http://lab.llvm.org:8080/green/job/lldb-cmake/8565/console Thanks, — Davide > On Feb 10, 2020, at 01:33, Jan Kratochvil via lldb-commits > wrote: > > >

[Lldb-commits] [lldb] b7bd35a - [TestKernVerStrLCNOTE] Check the *right* architecture.

2020-02-10 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-02-10T15:17:52-08:00 New Revision: b7bd35a8f13fd332fc7d32c0f03b13ef9e2fb2c1 URL: https://github.com/llvm/llvm-project/commit/b7bd35a8f13fd332fc7d32c0f03b13ef9e2fb2c1 DIFF: https://github.com/llvm/llvm-project/commit/b7bd35a8f13fd332fc7d32c0f03b13ef9e2fb2c1.dif

[Lldb-commits] [lldb] d797e33 - [TestConstVariable] Clean-up XFAIL lists.

2020-02-11 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-02-11T20:31:09-08:00 New Revision: d797e33cc083c186103e0cb9aeb016913b96fd08 URL: https://github.com/llvm/llvm-project/commit/d797e33cc083c186103e0cb9aeb016913b96fd08 DIFF: https://github.com/llvm/llvm-project/commit/d797e33cc083c186103e0cb9aeb016913b96fd08.dif

[Lldb-commits] [lldb] 0159c21 - [TestGlobalVariables] `target var` without a process doesn't work on arm64e.

2020-02-18 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-02-18T13:30:51-08:00 New Revision: 0159c21119ed5694c2804ec439e336b5b7e136ec URL: https://github.com/llvm/llvm-project/commit/0159c21119ed5694c2804ec439e336b5b7e136ec DIFF: https://github.com/llvm/llvm-project/commit/0159c21119ed5694c2804ec439e336b5b7e136ec.dif

[Lldb-commits] [lldb] 3f5e050 - [TestGlobalVariables] Remove a reference to a stale rdar.

2020-02-18 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-02-18T13:31:14-08:00 New Revision: 3f5e0501b5e28602320df37e740445a7f93bc24f URL: https://github.com/llvm/llvm-project/commit/3f5e0501b5e28602320df37e740445a7f93bc24f DIFF: https://github.com/llvm/llvm-project/commit/3f5e0501b5e28602320df37e740445a7f93bc24f.dif

[Lldb-commits] [lldb] 2560a93 - [TestTargetCommand] `target var` without a process doesn't work on arm64e.

2020-02-18 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-02-18T13:38:27-08:00 New Revision: 2560a93b706245b442ac5bf208c48db4912de134 URL: https://github.com/llvm/llvm-project/commit/2560a93b706245b442ac5bf208c48db4912de134 DIFF: https://github.com/llvm/llvm-project/commit/2560a93b706245b442ac5bf208c48db4912de134.dif

[Lldb-commits] [lldb] 42cab98 - [TestTargetCommand] Remove another reference to a stale rdar.

2020-02-18 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-02-18T13:39:37-08:00 New Revision: 42cab985fd95ba4f3f290e7bb26b93805edb447d URL: https://github.com/llvm/llvm-project/commit/42cab985fd95ba4f3f290e7bb26b93805edb447d DIFF: https://github.com/llvm/llvm-project/commit/42cab985fd95ba4f3f290e7bb26b93805edb447d.dif

Re: [Lldb-commits] [lldb] 6990eaf - [lldb/Test] Skip VSCode test on embedded Darwin

2020-02-19 Thread Davide Italiano via lldb-commits
> On Feb 19, 2020, at 17:34, Jonas Devlieghere via lldb-commits > wrote: > > > Author: Jonas Devlieghere > Date: 2020-02-19T17:34:01-08:00 > New Revision: 6990eaf1fe00e9736fbfbcae160e18c5edbcd1d4 > > URL: > https://github.com/llvm/llvm-project/commit/6990eaf1fe00e9736fbfbcae160e18c5edbcd1d4

Re: [Lldb-commits] [lldb] 6990eaf - [lldb/Test] Skip VSCode test on embedded Darwin

2020-02-19 Thread Davide Italiano via lldb-commits
> On Feb 19, 2020, at 17:52, Frédéric Riss wrote: > > > >> On Feb 19, 2020, at 5:44 PM, Davide Italiano via lldb-commits >> wrote: >> >> >> >>> On Feb 19, 2020, at 17:34, Jonas Devlieghere via lldb-commits >>> wrote: >&g

[Lldb-commits] [lldb] 34ee941 - [ObjectFileMachO] Fix a build error on embedded.

2020-02-26 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-02-26T14:31:48-08:00 New Revision: 34ee941f6d04454838456f0dc692f4abab5cdd19 URL: https://github.com/llvm/llvm-project/commit/34ee941f6d04454838456f0dc692f4abab5cdd19 DIFF: https://github.com/llvm/llvm-project/commit/34ee941f6d04454838456f0dc692f4abab5cdd19.dif

Re: [Lldb-commits] [lldb] c77fc00 - [lldb/Docs] Remove the version from the home page

2020-03-02 Thread Davide Italiano via lldb-commits
You might want to consider removing it entirely instead of commenting it, unless you find some value in keeping something that’s already stale around for the future (e.g. re-enabling). — Davide > On Mar 2, 2020, at 14:23, Jonas Devlieghere via lldb-commits > wrote: > > > Author: Jonas Devli

Re: [Lldb-commits] [lldb] c77fc00 - [lldb/Docs] Remove the version from the home page

2020-03-02 Thread Davide Italiano via lldb-commits
> On Mar 2, 2020, at 14:35, Jonas Devlieghere wrote: > > > > On Mon, Mar 2, 2020 at 2:28 PM Davide Italiano > wrote: > You might want to consider removing it entirely instead of commenting it, > unless you find some value in keeping something that’s already stale

[Lldb-commits] [lldb] eddf59a - [docs] Use 0 as version placeholder instead of a made up number.

2020-03-02 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-03-02T14:55:05-08:00 New Revision: eddf59ae71a19b3fe872760833365dffc46a3b2e URL: https://github.com/llvm/llvm-project/commit/eddf59ae71a19b3fe872760833365dffc46a3b2e DIFF: https://github.com/llvm/llvm-project/commit/eddf59ae71a19b3fe872760833365dffc46a3b2e.dif

Re: [Lldb-commits] [lldb] c77fc00 - [lldb/Docs] Remove the version from the home page

2020-03-02 Thread Davide Italiano via lldb-commits
> On Mar 2, 2020, at 14:48, Jonas Devlieghere wrote: > > If you feel strongly about this and want to change it to zero, be my guest. > :-) > > I personally don't see any value in an additional comment. eddf59ae71a19b3fe872760833365dffc46a3b2e ___

Re: [Lldb-commits] [lldb] b6b3fcd - [lldb] Don't iterate over a std::set in SymbolFileDWARF::GetTypes to make it deterministic

2020-03-02 Thread Davide Italiano via lldb-commits
This is really good. How did you find it, Raphael? I generally use LLVM_REVERSE_ITERATOR but given this wasn’t a container in llvm, I’m curious to hear. — Davide > On Mar 2, 2020, at 15:04, Raphael Isemann via lldb-commits > wrote: > > > Author: Raphael Isemann > Date: 2020-03-02T15:03:45-08

Re: [Lldb-commits] [lldb] b6b3fcd - [lldb] Don't iterate over a std::set in SymbolFileDWARF::GetTypes to make it deterministic

2020-03-02 Thread Davide Italiano via lldb-commits
> On Mar 2, 2020, at 15:44, Raphael “Teemperor” Isemann > wrote: > > I was just grepping for unordered data structures (e.g. ’std::set<‘) that use > pointers/pointer-like objects (e.g. CompilerType with its operator<) and then > reading the related code. Not sure if there is a good way to de

[Lldb-commits] [lldb] 3cabd17 - [ObjC] Dynamic type resolution logging should go to the types log.

2020-03-09 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-03-09T15:35:51-07:00 New Revision: 3cabd173a1e34febbf0351599b760a5516e64ec4 URL: https://github.com/llvm/llvm-project/commit/3cabd173a1e34febbf0351599b760a5516e64ec4 DIFF: https://github.com/llvm/llvm-project/commit/3cabd173a1e34febbf0351599b760a5516e64ec4.dif

[Lldb-commits] [lldb] a3c4e6b - [AppleObjC2RuntimeV2] Remove dead code. NFC.

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

[Lldb-commits] [lldb] 9d389f7 - [AppleObjCRuntimeV2] Fix a typo. Evalulate -> evaluate.

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

[Lldb-commits] [lldb] 85bd436 - [Host] Remove some code that's not needed anymore.

2020-03-18 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-03-18T14:44:53-07:00 New Revision: 85bd4369610fe60397455c8e0914a09288285e84 URL: https://github.com/llvm/llvm-project/commit/85bd4369610fe60397455c8e0914a09288285e84 DIFF: https://github.com/llvm/llvm-project/commit/85bd4369610fe60397455c8e0914a09288285e84.dif

[Lldb-commits] [lldb] f0ca0a2 - [AppleObjCRuntimeV2] Rewrite GetClassDescriptor, reducing indentation.

2020-03-18 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-03-18T19:23:58-07:00 New Revision: f0ca0a25388066bd3605fe8ffc180e640d13c5a2 URL: https://github.com/llvm/llvm-project/commit/f0ca0a25388066bd3605fe8ffc180e640d13c5a2 DIFF: https://github.com/llvm/llvm-project/commit/f0ca0a25388066bd3605fe8ffc180e640d13c5a2.dif

[Lldb-commits] [lldb] 6385c2a - [AppleObjCRuntimeV2] Force lazily allocated class names to be resolved.

2020-03-20 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-03-20T13:43:08-07:00 New Revision: 6385c2ab8ff8304eafa822012c40934690bde124 URL: https://github.com/llvm/llvm-project/commit/6385c2ab8ff8304eafa822012c40934690bde124 DIFF: https://github.com/llvm/llvm-project/commit/6385c2ab8ff8304eafa822012c40934690bde124.dif

[Lldb-commits] [lldb] 696ae6f - [StopHook] Use wildcard matching. Pointed out by Jim Ingham.

2020-03-20 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-03-20T13:57:40-07:00 New Revision: 696ae6f7d8e170c82d5f2978fc99cc061f52b4ef URL: https://github.com/llvm/llvm-project/commit/696ae6f7d8e170c82d5f2978fc99cc061f52b4ef DIFF: https://github.com/llvm/llvm-project/commit/696ae6f7d8e170c82d5f2978fc99cc061f52b4ef.dif

[Lldb-commits] [lldb] 3e11d84 - [Darwin] Add another hint to find the kernel. NFC.

2020-03-24 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-03-24T13:04:36-07:00 New Revision: 3e11d84d9f77736af22f52753593c8214d76875a URL: https://github.com/llvm/llvm-project/commit/3e11d84d9f77736af22f52753593c8214d76875a DIFF: https://github.com/llvm/llvm-project/commit/3e11d84d9f77736af22f52753593c8214d76875a.dif

[Lldb-commits] [lldb] fe5cb1c - Revert "[lldb] Make Fix-Its also apply to top-level expressions"

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

[Lldb-commits] [lldb] 10f633d - [TypeSystemClang] Add missing case in a switch. NFC'ish.

2020-03-30 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-03-30T13:53:53-07:00 New Revision: 10f633db86b523da17a820098e33f0caf70dbada URL: https://github.com/llvm/llvm-project/commit/10f633db86b523da17a820098e33f0caf70dbada DIFF: https://github.com/llvm/llvm-project/commit/10f633db86b523da17a820098e33f0caf70dbada.dif

[Lldb-commits] [lldb] 55ed09d - Revert "[lldb] Make TestExprDiagnostics.py pass again after enabling Fix-Its in test"

2020-03-30 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-03-30T13:58:18-07:00 New Revision: 55ed09d32e2602eba1dbb8aba1985246739c3909 URL: https://github.com/llvm/llvm-project/commit/55ed09d32e2602eba1dbb8aba1985246739c3909 DIFF: https://github.com/llvm/llvm-project/commit/55ed09d32e2602eba1dbb8aba1985246739c3909.dif

[Lldb-commits] [lldb] 50f7153 - Revert "[lldb][NFC] Refactor Fix-It filter for warnings"

2020-03-30 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-03-30T14:12:11-07:00 New Revision: 50f7153ddb6e6dabcac6d16c8c908f1708f60d01 URL: https://github.com/llvm/llvm-project/commit/50f7153ddb6e6dabcac6d16c8c908f1708f60d01 DIFF: https://github.com/llvm/llvm-project/commit/50f7153ddb6e6dabcac6d16c8c908f1708f60d01.dif

[Lldb-commits] [lldb] 06bb7df - Recommit "[lldb] Make Fix-Its also apply to top-level expressions""

2020-03-30 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-03-30T14:24:06-07:00 New Revision: 06bb7df81c0ba01f7efab76779e2eb7d76615e3d URL: https://github.com/llvm/llvm-project/commit/06bb7df81c0ba01f7efab76779e2eb7d76615e3d DIFF: https://github.com/llvm/llvm-project/commit/06bb7df81c0ba01f7efab76779e2eb7d76615e3d.dif

[Lldb-commits] [lldb] 075b610 - Recommit "[lldb] Make TestExprDiagnostics.py pass again after enabling Fix-Its in test"

2020-03-30 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-03-30T14:24:06-07:00 New Revision: 075b610403a7d151ee9056aa490233bcd4248718 URL: https://github.com/llvm/llvm-project/commit/075b610403a7d151ee9056aa490233bcd4248718 DIFF: https://github.com/llvm/llvm-project/commit/075b610403a7d151ee9056aa490233bcd4248718.dif

[Lldb-commits] [lldb] 75cfd38 - Revert "[lldb/Reproducers] Always collect the whole dSYM in the reproducer"

2020-03-31 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-03-31T10:56:02-07:00 New Revision: 75cfd382201978615cca1c91c2d9f14f8b7af56d URL: https://github.com/llvm/llvm-project/commit/75cfd382201978615cca1c91c2d9f14f8b7af56d DIFF: https://github.com/llvm/llvm-project/commit/75cfd382201978615cca1c91c2d9f14f8b7af56d.dif

[Lldb-commits] [lldb] 64799fb - [debugserver/ARM64] Make sure watchpoints hit are attributed correctly.

2020-03-31 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-03-31T15:56:20-07:00 New Revision: 64799fbebddc9877f78c7501b0b986b7afe84d6b URL: https://github.com/llvm/llvm-project/commit/64799fbebddc9877f78c7501b0b986b7afe84d6b DIFF: https://github.com/llvm/llvm-project/commit/64799fbebddc9877f78c7501b0b986b7afe84d6b.dif

[Lldb-commits] [lldb] 6f9ea26 - [debugserver] Get rid of `else` after `return`. NFC.

2020-04-06 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-04-06T13:35:48-07:00 New Revision: 6f9ea26002914cd3bcc27f09e65a151c81682352 URL: https://github.com/llvm/llvm-project/commit/6f9ea26002914cd3bcc27f09e65a151c81682352 DIFF: https://github.com/llvm/llvm-project/commit/6f9ea26002914cd3bcc27f09e65a151c81682352.dif

[Lldb-commits] [lldb] 41610d6 - [gdb-remote] Moving prevents copy elision. Found by clang.

2020-04-06 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-04-06T14:59:27-07:00 New Revision: 41610d665013d716da245175ada1d9c5a8b79558 URL: https://github.com/llvm/llvm-project/commit/41610d665013d716da245175ada1d9c5a8b79558 DIFF: https://github.com/llvm/llvm-project/commit/41610d665013d716da245175ada1d9c5a8b79558.dif

[Lldb-commits] [lldb] 30a292c - [ScriptInterpreterPython] Remove buggy code to save/restore stdin.

2020-04-07 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-04-07T12:43:25-07:00 New Revision: 30a292c25df327eb35b341b919c4e9b5e80323be URL: https://github.com/llvm/llvm-project/commit/30a292c25df327eb35b341b919c4e9b5e80323be DIFF: https://github.com/llvm/llvm-project/commit/30a292c25df327eb35b341b919c4e9b5e80323be.dif

[Lldb-commits] [lldb] f30ebf4 - [ManualDWARFIndex] Remove dead code, in preparation for moving this function.

2020-04-07 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-04-07T16:28:13-07:00 New Revision: f30ebf437851d3c68fd0eee82afbc0cef7373c00 URL: https://github.com/llvm/llvm-project/commit/f30ebf437851d3c68fd0eee82afbc0cef7373c00 DIFF: https://github.com/llvm/llvm-project/commit/f30ebf437851d3c68fd0eee82afbc0cef7373c00.dif

[Lldb-commits] [lldb] d51b38f - [DWARF] Not all the constant variables are "static".

2020-04-08 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-04-08T11:07:19-07:00 New Revision: d51b38f1b3a34c2a8e1869af6434ebd743ce7a5e URL: https://github.com/llvm/llvm-project/commit/d51b38f1b3a34c2a8e1869af6434ebd743ce7a5e DIFF: https://github.com/llvm/llvm-project/commit/d51b38f1b3a34c2a8e1869af6434ebd743ce7a5e.dif

Re: [Lldb-commits] [lldb] 680082a - [lldb/Reproducers] Add a small artificial delay before exiting

2020-04-09 Thread Davide Italiano via lldb-commits
> On Apr 9, 2020, at 11:05, Jonas Devlieghere via lldb-commits > wrote: > > > Author: Jonas Devlieghere > Date: 2020-04-09T11:03:24-07:00 > New Revision: 680082a408dd2df7410d77696100eac8ce9d5530 > > URL: > https://github.com/llvm/llvm-project/commit/680082a408dd2df7410d77696100eac8ce9d5530

[Lldb-commits] [lldb] 5760575 - [debugserver/Apple Silicon] Handoff connections when attaching to translated processes

2020-07-30 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-07-30T16:21:05-07:00 New Revision: 57605758b5de3726eec1d6e587de1003af1ab5b7 URL: https://github.com/llvm/llvm-project/commit/57605758b5de3726eec1d6e587de1003af1ab5b7 DIFF: https://github.com/llvm/llvm-project/commit/57605758b5de3726eec1d6e587de1003af1ab5b7.dif

[Lldb-commits] [lldb] 8fcfe28 - [TestPtrRefs] Prefer `command script import`.

2020-08-14 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-08-14T15:30:31-07:00 New Revision: 8fcfe2862fd4fde4793e232cfeebe6c5540c80a5 URL: https://github.com/llvm/llvm-project/commit/8fcfe2862fd4fde4793e232cfeebe6c5540c80a5 DIFF: https://github.com/llvm/llvm-project/commit/8fcfe2862fd4fde4793e232cfeebe6c5540c80a5.dif

[Lldb-commits] [lldb] 0cceb54 - [TestPtrRefsObjC] Prefer `command script import`.

2020-08-14 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2020-08-14T15:31:02-07:00 New Revision: 0cceb54366b406649fdfe7bb11b133ab96f3cd70 URL: https://github.com/llvm/llvm-project/commit/0cceb54366b406649fdfe7bb11b133ab96f3cd70 DIFF: https://github.com/llvm/llvm-project/commit/0cceb54366b406649fdfe7bb11b133ab96f3cd70.dif

[Lldb-commits] [lldb] r373507 - [ObjectFileMachO] Catch up with FileDesc changes.

2019-10-02 Thread Davide Italiano via lldb-commits
Author: davide Date: Wed Oct 2 12:20:15 2019 New Revision: 373507 URL: http://llvm.org/viewvc/llvm-project?rev=373507&view=rev Log: [ObjectFileMachO] Catch up with FileDesc changes. This didn't show up because nobody built __arm64__ in a while. Modified: lldb/trunk/source/Plugins/ObjectFi

[Lldb-commits] [lldb] r373508 - [ObjectFileMachO] FileSpec::SetFile() now takes the style as arg.

2019-10-02 Thread Davide Italiano via lldb-commits
Author: davide Date: Wed Oct 2 12:20:18 2019 New Revision: 373508 URL: http://llvm.org/viewvc/llvm-project?rev=373508&view=rev Log: [ObjectFileMachO] FileSpec::SetFile() now takes the style as arg. Another block that's only compiled on __arm64__ and wasn't updated. Modified: lldb/trunk/so

[Lldb-commits] [lldb] r373509 - [RegisterContextDarwin_arm64] Include the headers for getsysctlbyname.

2019-10-02 Thread Davide Italiano via lldb-commits
Author: davide Date: Wed Oct 2 12:20:21 2019 New Revision: 373509 URL: http://llvm.org/viewvc/llvm-project?rev=373509&view=rev Log: [RegisterContextDarwin_arm64] Include the headers for getsysctlbyname. This code is only used under __arm64__, use the correct guard. Modified: lldb/trunk/so

[Lldb-commits] [lldb] r373510 - [ARM64] XPC services are unsupported on device.

2019-10-02 Thread Davide Italiano via lldb-commits
Author: davide Date: Wed Oct 2 12:20:24 2019 New Revision: 373510 URL: http://llvm.org/viewvc/llvm-project?rev=373510&view=rev Log: [ARM64] XPC services are unsupported on device. While around, clean up support for a 8 years old OS. Modified: lldb/trunk/source/Host/macosx/objcxx/Host.mm

[Lldb-commits] [lldb] r373795 - [debugserver] Don't link against Cocoa, it's not needed.

2019-10-04 Thread Davide Italiano via lldb-commits
Author: davide Date: Fri Oct 4 14:51:35 2019 New Revision: 373795 URL: http://llvm.org/viewvc/llvm-project?rev=373795&view=rev Log: [debugserver] Don't link against Cocoa, it's not needed. Modified: lldb/trunk/tools/debugserver/source/CMakeLists.txt Modified: lldb/trunk/tools/debugserver/

[Lldb-commits] [lldb] r373957 - [debugserver] Include the correct header.

2019-10-07 Thread Davide Italiano via lldb-commits
Author: davide Date: Mon Oct 7 13:35:22 2019 New Revision: 373957 URL: http://llvm.org/viewvc/llvm-project?rev=373957&view=rev Log: [debugserver] Include the correct header. Modified: lldb/trunk/tools/debugserver/source/MacOSX/MachVMMemory.cpp Modified: lldb/trunk/tools/debugserver/source

[Lldb-commits] [lldb] r373970 - [CMake] We only want to copy the headers for macOS.

2019-10-07 Thread Davide Italiano via lldb-commits
Author: davide Date: Mon Oct 7 14:38:30 2019 New Revision: 373970 URL: http://llvm.org/viewvc/llvm-project?rev=373970&view=rev Log: [CMake] We only want to copy the headers for macOS. Modified: lldb/trunk/cmake/modules/LLDBFramework.cmake Modified: lldb/trunk/cmake/modules/LLDBFramework.c

[Lldb-commits] [lldb] d46c655 - [ValueObjectDisplay] Generalize the description of an option.

2019-10-29 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2019-10-29T13:05:56-07:00 New Revision: d46c65592e3ac6a78c54514e4919d505c1f0c74a URL: https://github.com/llvm/llvm-project/commit/d46c65592e3ac6a78c54514e4919d505c1f0c74a DIFF: https://github.com/llvm/llvm-project/commit/d46c65592e3ac6a78c54514e4919d505c1f0c74a.dif

[Lldb-commits] [lldb] 9691549 - [ObjectFileMachO] Fix the build for __arm64__.

2019-11-12 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2019-11-12T11:10:36-08:00 New Revision: 96915495f9fcbd47bf3f893200e3f5a8e30d0d9e URL: https://github.com/llvm/llvm-project/commit/96915495f9fcbd47bf3f893200e3f5a8e30d0d9e DIFF: https://github.com/llvm/llvm-project/commit/96915495f9fcbd47bf3f893200e3f5a8e30d0d9e.dif

[Lldb-commits] [lldb] 294ef76 - [RegisterContext] Remove now unneded vestiges.

2019-11-13 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2019-11-13T14:53:13-08:00 New Revision: 294ef766e8f13818369c22fbad47283c84d87c2f URL: https://github.com/llvm/llvm-project/commit/294ef766e8f13818369c22fbad47283c84d87c2f DIFF: https://github.com/llvm/llvm-project/commit/294ef766e8f13818369c22fbad47283c84d87c2f.dif

[Lldb-commits] [lldb] 95c770f - [Utility] Remove a dead header [PPC64LE_ehframe_Registers.h]

2019-11-14 Thread Davide Italiano via lldb-commits
Author: Davide Italiano Date: 2019-11-14T15:29:47-08:00 New Revision: 95c770fbfb14b07e1af7c2d427c16745617d9f1f URL: https://github.com/llvm/llvm-project/commit/95c770fbfb14b07e1af7c2d427c16745617d9f1f DIFF: https://github.com/llvm/llvm-project/commit/95c770fbfb14b07e1af7c2d427c16745617d9f1f.dif

[Lldb-commits] [lldb] r367261 - [Symbolication] Remove a duplicate assignment.

2019-07-29 Thread Davide Italiano via lldb-commits
Author: davide Date: Mon Jul 29 14:25:45 2019 New Revision: 367261 URL: http://llvm.org/viewvc/llvm-project?rev=367261&view=rev Log: [Symbolication] Remove a duplicate assignment. Modified: lldb/trunk/examples/python/symbolication.py Modified: lldb/trunk/examples/python/symbolication.py URL:

[Lldb-commits] [lldb] r367260 - [Symbolication] Fix unicode compatibility between 2 and 3.

2019-07-29 Thread Davide Italiano via lldb-commits
Author: davide Date: Mon Jul 29 14:25:37 2019 New Revision: 367260 URL: http://llvm.org/viewvc/llvm-project?rev=367260&view=rev Log: [Symbolication] Fix unicode compatibility between 2 and 3. Triples are always ASCII for now, but we were handed out a unicode object. Modified: lldb/trunk/ex

[Lldb-commits] [lldb] r367262 - [Symbolication] Remove some dead code. Nothing exciting.

2019-07-29 Thread Davide Italiano via lldb-commits
Author: davide Date: Mon Jul 29 14:25:51 2019 New Revision: 367262 URL: http://llvm.org/viewvc/llvm-project?rev=367262&view=rev Log: [Symbolication] Remove some dead code. Nothing exciting. Modified: lldb/trunk/examples/python/symbolication.py Modified: lldb/trunk/examples/python/symbolicati

Re: [Lldb-commits] [lldb] r367441 - Don't crash when pass by value struct has no definition.

2019-07-31 Thread Davide Italiano via lldb-commits
On Wed, Jul 31, 2019 at 11:29 AM Greg Clayton via lldb-commits wrote: > > > > > On Jul 31, 2019, at 10:57 AM, Raphael Isemann wrote: > > > > It seems that patch is lacking a test (which doesn't seem too hard to > > provide). > > I am not the original author of this patch that was causing the cra

Re: [Lldb-commits] [lldb] r367726 - Fix ClangASTContext::CreateParameterDeclaration to not call addDecl

2019-08-02 Thread Davide Italiano via lldb-commits
On Fri, Aug 2, 2019 at 2:40 PM Shafik Yaghmour via lldb-commits wrote: > > Author: shafik > Date: Fri Aug 2 14:41:50 2019 > New Revision: 367726 > > URL: http://llvm.org/viewvc/llvm-project?rev=367726&view=rev > Log: > Fix ClangASTContext::CreateParameterDeclaration to not call addDecl > > Summar

[Lldb-commits] [lldb] r367946 - [CompilerType] Remove an unused function.

2019-08-05 Thread Davide Italiano via lldb-commits
Author: davide Date: Mon Aug 5 16:18:00 2019 New Revision: 367946 URL: http://llvm.org/viewvc/llvm-project?rev=367946&view=rev Log: [CompilerType] Remove an unused function. Summary: This simplifies the interface, as I'm trying to understand how we can upstream swift support. Reviewers: teemp

[Lldb-commits] [lldb] r367957 - [CompilerType] Simplify the interface a bit more..

2019-08-05 Thread Davide Italiano via lldb-commits
Author: davide Date: Mon Aug 5 17:01:52 2019 New Revision: 367957 URL: http://llvm.org/viewvc/llvm-project?rev=367957&view=rev Log: [CompilerType] Simplify the interface a bit more.. Summary: .. removing IsMeaninglessWithoutTypeResolution(). I'm fairly confident this was introduced to support sw

<    1   2   3   4   5   6   >