[Lldb-commits] [lldb] a2fb705 - Revert "[lldb] Add cast to fix compile error on 32-bit platforms"

2024-12-10 Thread Sylvestre Ledru via lldb-commits
Author: Sylvestre Ledru Date: 2024-12-11T00:00:44+01:00 New Revision: a2fb70523ac310af6d8a4d9663dfe7c9cd370c53 URL: https://github.com/llvm/llvm-project/commit/a2fb70523ac310af6d8a4d9663dfe7c9cd370c53 DIFF: https://github.com/llvm/llvm-project/commit/a2fb70523ac310af6d8a4d9663dfe7c9cd370c53.dif

[Lldb-commits] [lldb] [lldb] Implement a formatter bytecode interpreter in C++ (PR #114333)

2024-12-10 Thread Sylvestre Ledru via lldb-commits
sylvestre wrote: it also caused https://github.com/llvm/llvm-project/issues/119467 I am sorry but I pushed a revert of this PR 9a9c1d4a6155a96ce9be494cec7e25731d36b33e and your followup patches: e2bb47443d2e5c022c7851dd6029e3869fc8835c 0be33484853557bc0fd9dfb94e0b6c15dda136ce d300337e93da4ed96b

[Lldb-commits] [lldb] [LLDB][ProcessELFCore] Add Description to ProcessELFCore/ELFThread stop reasons (PR #110065)

2024-11-22 Thread Sylvestre Ledru via lldb-commits
sylvestre wrote: @Jlalond it breaks the build on i386 on: https://github.com/llvm/llvm-project/issues/117327 https://github.com/llvm/llvm-project/pull/110065 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mail

[Lldb-commits] [lldb] [lldb][intel-pt] Fix build error on conversion from llvm::Error to Status::FromError (PR #108719)

2024-09-16 Thread Sylvestre Ledru via lldb-commits
https://github.com/sylvestre edited https://github.com/llvm/llvm-project/pull/108719 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] [mostly NFC] Large WP foundation: WatchpointResources (PR #68845)

2023-11-27 Thread Sylvestre Ledru via lldb-commits
sylvestre wrote: Seems that it caused https://github.com/llvm/llvm-project/issues/73580 no? https://github.com/llvm/llvm-project/pull/68845 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-

[Lldb-commits] [lldb] 427f6e1 - [lldb][docs] Update instructions for building libc++

2021-12-16 Thread Sylvestre Ledru via lldb-commits
Author: Tor Arne Vestbø Date: 2021-12-16T16:50:42+01:00 New Revision: 427f6e11e68a2c57c12fe9049a939752d76860be URL: https://github.com/llvm/llvm-project/commit/427f6e11e68a2c57c12fe9049a939752d76860be DIFF: https://github.com/llvm/llvm-project/commit/427f6e11e68a2c57c12fe9049a939752d76860be.dif

[Lldb-commits] [lldb] 2cc1198 - [lldb] Fix typo in the description of breakpoint options

2021-08-21 Thread Sylvestre Ledru via lldb-commits
Author: Kirill Shmakov Date: 2021-08-21T12:24:29+02:00 New Revision: 2cc1198e36d042f9a5cd8d66773d7e85d1d0c62f URL: https://github.com/llvm/llvm-project/commit/2cc1198e36d042f9a5cd8d66773d7e85d1d0c62f DIFF: https://github.com/llvm/llvm-project/commit/2cc1198e36d042f9a5cd8d66773d7e85d1d0c62f.diff

[Lldb-commits] [lldb] 43e451f - Fix gendered documentation

2020-10-31 Thread Sylvestre Ledru via lldb-commits
Author: Pedro Gonnet Date: 2020-10-31T12:17:19+01:00 New Revision: 43e451f9f316fd224d88899d45313a73ff11291e URL: https://github.com/llvm/llvm-project/commit/43e451f9f316fd224d88899d45313a73ff11291e DIFF: https://github.com/llvm/llvm-project/commit/43e451f9f316fd224d88899d45313a73ff11291e.diff

[Lldb-commits] [lldb] 0784e17 - Remove .svn from exclude list as we moved to git

2020-10-21 Thread Sylvestre Ledru via lldb-commits
Author: Sylvestre Ledru Date: 2020-10-21T16:09:21+02:00 New Revision: 0784e17f1b4ac6b613ebf1fb1fb9b0dc9d0776ec URL: https://github.com/llvm/llvm-project/commit/0784e17f1b4ac6b613ebf1fb1fb9b0dc9d0776ec DIFF: https://github.com/llvm/llvm-project/commit/0784e17f1b4ac6b613ebf1fb1fb9b0dc9d0776ec.dif

[Lldb-commits] [lldb] 9b40a7f - Remove +x permission on some files

2019-11-16 Thread Sylvestre Ledru via lldb-commits
Author: Sylvestre Ledru Date: 2019-11-16T14:47:20+01:00 New Revision: 9b40a7f3bf7198dd64403cbd83478087e72f994b URL: https://github.com/llvm/llvm-project/commit/9b40a7f3bf7198dd64403cbd83478087e72f994b DIFF: https://github.com/llvm/llvm-project/commit/9b40a7f3bf7198dd64403cbd83478087e72f994b.dif

[Lldb-commits] [lldb] r373819 - Do not install lit-cpuid

2019-10-05 Thread Sylvestre Ledru via lldb-commits
Author: sylvestre Date: Sat Oct 5 01:22:40 2019 New Revision: 373819 URL: http://llvm.org/viewvc/llvm-project?rev=373819&view=rev Log: Do not install lit-cpuid Summary: AFAIK, lit-cpuid is used by the tests. Installing it causes LLVMExports*.cmake files to depend on this program. It causes some

[Lldb-commits] [lldb] r370302 - fix the bugzilla url

2019-08-29 Thread Sylvestre Ledru via lldb-commits
Author: sylvestre Date: Thu Aug 29 00:19:14 2019 New Revision: 370302 URL: http://llvm.org/viewvc/llvm-project?rev=370302&view=rev Log: fix the bugzilla url Modified: lldb/trunk/docs/lldb.1 Modified: lldb/trunk/docs/lldb.1 URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/docs/lldb.1?rev=

[Lldb-commits] [lldb] r370303 - use https for llvm.org in the doc

2019-08-29 Thread Sylvestre Ledru via lldb-commits
Author: sylvestre Date: Thu Aug 29 00:20:08 2019 New Revision: 370303 URL: http://llvm.org/viewvc/llvm-project?rev=370303&view=rev Log: use https for llvm.org in the doc Modified: lldb/trunk/docs/index.rst lldb/trunk/docs/resources/build.rst lldb/trunk/docs/resources/source.rst Modif

[Lldb-commits] [lldb] r370301 - Provide a real link to the doc and remove old information

2019-08-29 Thread Sylvestre Ledru via lldb-commits
Author: sylvestre Date: Thu Aug 29 00:14:09 2019 New Revision: 370301 URL: http://llvm.org/viewvc/llvm-project?rev=370301&view=rev Log: Provide a real link to the doc and remove old information Modified: lldb/trunk/docs/resources/download.rst Modified: lldb/trunk/docs/resources/download.rst

[Lldb-commits] [lldb] r305664 - Fix a -Wmisleading-indentation warning

2017-06-18 Thread Sylvestre Ledru via lldb-commits
Author: sylvestre Date: Mon Jun 19 01:57:54 2017 New Revision: 305664 URL: http://llvm.org/viewvc/llvm-project?rev=305664&view=rev Log: Fix a -Wmisleading-indentation warning Modified: lldb/trunk/source/Commands/CommandObjectFrame.cpp Modified: lldb/trunk/source/Commands/CommandObjectFrame.

[Lldb-commits] [lldb] r295352 - Reindent the code to avoid an error with gcc:

2017-02-16 Thread Sylvestre Ledru via lldb-commits
Author: sylvestre Date: Thu Feb 16 12:45:27 2017 New Revision: 295352 URL: http://llvm.org/viewvc/llvm-project?rev=295352&view=rev Log: Reindent the code to avoid an error with gcc: error: this ‘else’ clause does not guard... [-Werror=misleading-indentation] Modified: lldb/trunk/source/Host/

[Lldb-commits] [lldb] r290045 - Fix the cmake declaration syntax

2016-12-17 Thread Sylvestre Ledru via lldb-commits
Author: sylvestre Date: Sat Dec 17 07:04:35 2016 New Revision: 290045 URL: http://llvm.org/viewvc/llvm-project?rev=290045&view=rev Log: Fix the cmake declaration syntax Modified: lldb/trunk/scripts/Python/modules/CMakeLists.txt Modified: lldb/trunk/scripts/Python/modules/CMakeLists.txt URL:

[Lldb-commits] [lldb] r290044 - Support of lldb on Kfreebsd

2016-12-17 Thread Sylvestre Ledru via lldb-commits
Author: sylvestre Date: Sat Dec 17 06:48:06 2016 New Revision: 290044 URL: http://llvm.org/viewvc/llvm-project?rev=290044&view=rev Log: Support of lldb on Kfreebsd Summary: Patch by Pino Toscano. Reported in http://bugs.debian.org/835665 Reviewers: tfiala, emaste Subscribers: beanz, mgorny, em

[Lldb-commits] [PATCH] D24863: Keep dependencies separated between static and dynamic libraries. Fix for bug #28127.

2016-11-12 Thread Sylvestre Ledru via lldb-commits
sylvestre.ledru added a comment. Can we land this patch now? Thanks Repository: rL LLVM https://reviews.llvm.org/D24863 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [PATCH] D23977: Support of lldb on Kfreebsd

2016-11-12 Thread Sylvestre Ledru via lldb-commits
sylvestre.ledru updated this revision to Diff 77714. https://reviews.llvm.org/D23977 Files: cmake/LLDBDependencies.cmake cmake/modules/LLDBConfig.cmake scripts/Python/modules/CMakeLists.txt scripts/utilsOsType.py Index: scripts/utilsOsType.py

Re: [Lldb-commits] [PATCH] D23977: Support of lldb on Kfreebsd

2016-09-27 Thread Sylvestre Ledru via lldb-commits
sylvestre.ledru updated this revision to Diff 72758. sylvestre.ledru added a comment. Herald added subscribers: mgorny, beanz. Updated by Pino! https://reviews.llvm.org/D23977 Files: cmake/LLDBDependencies.cmake cmake/modules/LLDBConfig.cmake scripts/Python/modules/CMakeLists.txt script

[Lldb-commits] [lldb] r280200 - Update the Linux code to reflect the changes done by zturner in r280139

2016-08-31 Thread Sylvestre Ledru via lldb-commits
Author: sylvestre Date: Wed Aug 31 02:16:56 2016 New Revision: 280200 URL: http://llvm.org/viewvc/llvm-project?rev=280200&view=rev Log: Update the Linux code to reflect the changes done by zturner in r280139 Modified: lldb/trunk/source/Plugins/Process/Linux/NativeProcessLinux.cpp Modified: l

[Lldb-commits] [PATCH] D23977: Support of lldb on Kfreebsd

2016-08-28 Thread Sylvestre Ledru via lldb-commits
sylvestre.ledru created this revision. sylvestre.ledru added a reviewer: tfiala. sylvestre.ledru added a subscriber: LLDB. sylvestre.ledru added a project: LLDB. Herald added subscribers: srhines, danalbert, tberghammer. Patch by Pino Toscano. Reported in http://bugs.debian.org/835665 https://rev

[Lldb-commits] [lldb] r252429 - autotools: Also link the new go libraries

2015-11-08 Thread Sylvestre Ledru via lldb-commits
Author: sylvestre Date: Sun Nov 8 16:30:34 2015 New Revision: 252429 URL: http://llvm.org/viewvc/llvm-project?rev=252429&view=rev Log: autotools: Also link the new go libraries Modified: lldb/trunk/lib/Makefile lldb/trunk/source/Plugins/Makefile Modified: lldb/trunk/lib/Makefile URL: h

[Lldb-commits] [lldb] r249681 - Fix the undefined symbol issue with go linking with autotools: build the LanguageRuntime for Go + link against it

2015-10-08 Thread Sylvestre Ledru via lldb-commits
Author: sylvestre Date: Thu Oct 8 06:17:01 2015 New Revision: 249681 URL: http://llvm.org/viewvc/llvm-project?rev=249681&view=rev Log: Fix the undefined symbol issue with go linking with autotools: build the LanguageRuntime for Go + link against it Modified: lldb/trunk/lib/Makefile lldb

[Lldb-commits] [lldb] r249585 - Revert commit -r249558 as it is not fixing the issue :/

2015-10-07 Thread Sylvestre Ledru via lldb-commits
Author: sylvestre Date: Wed Oct 7 13:26:29 2015 New Revision: 249585 URL: http://llvm.org/viewvc/llvm-project?rev=249585&view=rev Log: Revert commit -r249558 as it is not fixing the issue :/ Modified: lldb/trunk/lib/Makefile Modified: lldb/trunk/lib/Makefile URL: http://llvm.org/viewvc/llv

[Lldb-commits] [lldb] r249558 - Fix a linking issue on lib lldb linking with the new Go support

2015-10-07 Thread Sylvestre Ledru via lldb-commits
Author: sylvestre Date: Wed Oct 7 11:13:10 2015 New Revision: 249558 URL: http://llvm.org/viewvc/llvm-project?rev=249558&view=rev Log: Fix a linking issue on lib lldb linking with the new Go support Modified: lldb/trunk/lib/Makefile Modified: lldb/trunk/lib/Makefile URL: http://llvm.org/vi

[Lldb-commits] [lldb] r246294 - Avoid usage of F_DUPFD_CLOEXEC where not available (e.g. kfreebsd*)

2015-08-28 Thread Sylvestre Ledru via lldb-commits
Author: sylvestre Date: Fri Aug 28 07:24:07 2015 New Revision: 246294 URL: http://llvm.org/viewvc/llvm-project?rev=246294&view=rev Log: Avoid usage of F_DUPFD_CLOEXEC where not available (e.g. kfreebsd*) Summary: kfreebsd doesn't have F_DUPFD_CLOEXEC, so use it conditionally. Author: Emilio Pozu