[Lldb-commits] [lldb] [lldb] Call Import_AppendInittab before Py_Initialize (PR #82095)

2024-02-17 Thread Jonas Devlieghere via lldb-commits
https://github.com/JDevlieghere closed https://github.com/llvm/llvm-project/pull/82095 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Don't rely on ScriptInterpreterPythonImpl::Initialize in the unit tests (PR #82096)

2024-02-17 Thread Jonas Devlieghere via lldb-commits
https://github.com/JDevlieghere closed https://github.com/llvm/llvm-project/pull/82096 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] Revert "Report only loaded debug info in statistics dump (#81706)" (PR #82150)

2024-02-17 Thread Jonas Devlieghere via lldb-commits
https://github.com/JDevlieghere created https://github.com/llvm/llvm-project/pull/82150 This reverts commit 21ddd7ff2b166c5e133b460b1a09ee8adb786ccd because it breaks a bunch of tests: https://lab.llvm.org/buildbot/#/builders/68/builds/69018 https://green.lab.llvm.org/green/view/LLDB/job/as-ll

[Lldb-commits] [lldb] Revert "Report only loaded debug info in statistics dump (#81706)" (PR #82150)

2024-02-17 Thread Jonas Devlieghere via lldb-commits
https://github.com/JDevlieghere closed https://github.com/llvm/llvm-project/pull/82150 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] Report only loaded debug info in statistics dump (PR #81706)

2024-02-17 Thread Jonas Devlieghere via lldb-commits
JDevlieghere wrote: I've reverted this because it breaks a bunch of tests: https://lab.llvm.org/buildbot/#/builders/68/builds/69018 https://green.lab.llvm.org/green/view/LLDB/job/as-lldb-cmake/16273 Please keep an eye on the bots when relanding this. https://github.com/llvm/llvm-project/pull/

[Lldb-commits] [lldb] [Reland] Report only loaded debug info in statistics dump (#81706) (PR #82207)

2024-02-18 Thread Jonas Devlieghere via lldb-commits
https://github.com/JDevlieghere approved this pull request. Thanks! I applied your patch locally and the test suite passes cleanly on macOS as well. LGTM! https://github.com/llvm/llvm-project/pull/82207 ___ lldb-commits mailing list lldb-commits@list

[Lldb-commits] [lldb] [llvm] [ptrauth] Teach LLVM & LLDB about LLVM_ptrauth_authentication_mode (PR #82272)

2024-02-19 Thread Jonas Devlieghere via lldb-commits
https://github.com/JDevlieghere created https://github.com/llvm/llvm-project/pull/82272 Teach LLVM & LLDB about `DW_AT_LLVM_ptrauth_authentication_mode` >From 36cdd0e2991e9ed28bdd023630a81595ec3c70bf Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Mon, 19 Feb 2024 11:11:05 -0800 Subject

[Lldb-commits] [lldb] 1b26c25 - [llvm] Upstream the BridgeOS triple enum value (NFC)

2024-02-19 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2024-02-19T12:20:23-08:00 New Revision: 1b26c25f7e56fe3d5e06c285566ef43812d7baee URL: https://github.com/llvm/llvm-project/commit/1b26c25f7e56fe3d5e06c285566ef43812d7baee DIFF: https://github.com/llvm/llvm-project/commit/1b26c25f7e56fe3d5e06c285566ef43812d7baee.d

[Lldb-commits] [lldb] [llvm] [ptrauth] Teach LLVM & LLDB about LLVM_ptrauth_authentication_mode (PR #82272)

2024-02-19 Thread Jonas Devlieghere via lldb-commits
https://github.com/JDevlieghere closed https://github.com/llvm/llvm-project/pull/82272 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Migrate distutils.version.LooseVersion to packaging (PR #82066)

2024-02-19 Thread Jonas Devlieghere via lldb-commits
https://github.com/JDevlieghere closed https://github.com/llvm/llvm-project/pull/82066 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] Revert "[lldb] Migrate distutils.version.LooseVersion to packaging" (PR #82297)

2024-02-19 Thread Jonas Devlieghere via lldb-commits
https://github.com/JDevlieghere created https://github.com/llvm/llvm-project/pull/82297 Reverts llvm/llvm-project#82066 because the following tests started failing after: [lldb-api.commands/expression/import-std-module/deque-basic.TestDequeFromStdModule.py](https://green.lab.llvm.org/green/vie

[Lldb-commits] [lldb] Revert "[lldb] Migrate distutils.version.LooseVersion to packaging" (PR #82297)

2024-02-19 Thread Jonas Devlieghere via lldb-commits
https://github.com/JDevlieghere closed https://github.com/llvm/llvm-project/pull/82297 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] 242c574 - [lldb] Synchronize output through the IOHandler

2022-03-15 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-03-15T09:32:56-07:00 New Revision: 242c574dc03e4b90e992cc8d07436efc3954727f URL: https://github.com/llvm/llvm-project/commit/242c574dc03e4b90e992cc8d07436efc3954727f DIFF: https://github.com/llvm/llvm-project/commit/242c574dc03e4b90e992cc8d07436efc3954727f.d

[Lldb-commits] [lldb] b783e5c - [lldb] Make the PlatformMacOSX unit test Apple specific

2022-03-15 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-03-15T09:32:56-07:00 New Revision: b783e5c203c1959e04fc351a2e96f0700decc32c URL: https://github.com/llvm/llvm-project/commit/b783e5c203c1959e04fc351a2e96f0700decc32c DIFF: https://github.com/llvm/llvm-project/commit/b783e5c203c1959e04fc351a2e96f0700decc32c.d

[Lldb-commits] [lldb] 9a5f04e - Revert "[lldb] Synchronize output through the IOHandler"

2022-03-15 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-03-15T09:55:30-07:00 New Revision: 9a5f04e01dadf7db89ef2d6ef24b1cc51af07337 URL: https://github.com/llvm/llvm-project/commit/9a5f04e01dadf7db89ef2d6ef24b1cc51af07337 DIFF: https://github.com/llvm/llvm-project/commit/9a5f04e01dadf7db89ef2d6ef24b1cc51af07337.d

[Lldb-commits] [lldb] 8e776bb - Re-land "[lldb] Synchronize output through the IOHandler"

2022-03-15 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-03-15T12:53:46-07:00 New Revision: 8e776bb660dda6c51ce7ca6cea641db1f47aa9cf URL: https://github.com/llvm/llvm-project/commit/8e776bb660dda6c51ce7ca6cea641db1f47aa9cf DIFF: https://github.com/llvm/llvm-project/commit/8e776bb660dda6c51ce7ca6cea641db1f47aa9cf.d

[Lldb-commits] [lldb] 527d2c5 - [lldb] Fix AppleObjCRuntime log channels

2022-03-15 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-03-15T14:47:33-07:00 New Revision: 527d2c5867ce93bbd4e28384ea9006a5032162d4 URL: https://github.com/llvm/llvm-project/commit/527d2c5867ce93bbd4e28384ea9006a5032162d4 DIFF: https://github.com/llvm/llvm-project/commit/527d2c5867ce93bbd4e28384ea9006a5032162d4.d

[Lldb-commits] [lldb] 2fc38b2 - [lldb] Report debugger diagnostics as events

2022-03-16 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-03-16T08:33:01-07:00 New Revision: 2fc38b2b7bf9896806749655124ea5f13cc6d383 URL: https://github.com/llvm/llvm-project/commit/2fc38b2b7bf9896806749655124ea5f13cc6d383 DIFF: https://github.com/llvm/llvm-project/commit/2fc38b2b7bf9896806749655124ea5f13cc6d383.d

[Lldb-commits] [lldb] 3f0e050 - [lldb] Fix Minidump/no-process-id.yaml

2022-03-16 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-03-16T09:32:06-07:00 New Revision: 3f0e0508420e5d0db95c15ff36db758921c084d9 URL: https://github.com/llvm/llvm-project/commit/3f0e0508420e5d0db95c15ff36db758921c084d9 DIFF: https://github.com/llvm/llvm-project/commit/3f0e0508420e5d0db95c15ff36db758921c084d9.d

[Lldb-commits] [lldb] ff9e596 - [lldb] Expose diagnostic events through the SB API

2022-03-16 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-03-16T15:03:31-07:00 New Revision: ff9e596b1006fb01fb999c300a298b8e43cfd0ee URL: https://github.com/llvm/llvm-project/commit/ff9e596b1006fb01fb999c300a298b8e43cfd0ee DIFF: https://github.com/llvm/llvm-project/commit/ff9e596b1006fb01fb999c300a298b8e43cfd0ee.d

[Lldb-commits] [lldb] c354f13 - [lldb] Update TargetProperties::CheckJITObjectsDir to use ReportError

2022-03-16 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-03-16T21:11:53-07:00 New Revision: c354f13e6995f092edccfca7653fdd1a656b25f2 URL: https://github.com/llvm/llvm-project/commit/c354f13e6995f092edccfca7653fdd1a656b25f2 DIFF: https://github.com/llvm/llvm-project/commit/c354f13e6995f092edccfca7653fdd1a656b25f2.d

[Lldb-commits] [lldb] 8e893df - [lldb] Fix flakyness in Minidump/no-process-id.yaml

2022-03-16 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-03-16T21:21:11-07:00 New Revision: 8e893dfed5f9ae0aaebf528d12dccd109f17f2ee URL: https://github.com/llvm/llvm-project/commit/8e893dfed5f9ae0aaebf528d12dccd109f17f2ee DIFF: https://github.com/llvm/llvm-project/commit/8e893dfed5f9ae0aaebf528d12dccd109f17f2ee.d

[Lldb-commits] [lldb] 557a0e7 - [lldb] Fix flakyness in command-disassemble-process.yaml

2022-03-16 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-03-16T21:27:54-07:00 New Revision: 557a0e7b96680a10f311d39c446967f2d500 URL: https://github.com/llvm/llvm-project/commit/557a0e7b96680a10f311d39c446967f2d500 DIFF: https://github.com/llvm/llvm-project/commit/557a0e7b96680a10f311d39c446967f2d500.d

[Lldb-commits] [lldb] 8212b41 - [lldb] Fix flakiness in command-disassemble-process.yaml (2/2)

2022-03-16 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-03-16T22:12:39-07:00 New Revision: 8212b41b7b7d76d18b29494cd0f141959e27c187 URL: https://github.com/llvm/llvm-project/commit/8212b41b7b7d76d18b29494cd0f141959e27c187 DIFF: https://github.com/llvm/llvm-project/commit/8212b41b7b7d76d18b29494cd0f141959e27c187.d

[Lldb-commits] [lldb] d10c0c7 - [lldb] Migrate condition evaluation failure to ReportError

2022-03-16 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-03-16T22:54:02-07:00 New Revision: d10c0c7b187d6a5d7a24544d70998f8d348b4dfd URL: https://github.com/llvm/llvm-project/commit/d10c0c7b187d6a5d7a24544d70998f8d348b4dfd DIFF: https://github.com/llvm/llvm-project/commit/d10c0c7b187d6a5d7a24544d70998f8d348b4dfd.d

[Lldb-commits] [lldb] ea0f8ec - [lldb] Remove commented-out code in CommandObjectExpression (NFC)

2022-03-16 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-03-16T23:02:59-07:00 New Revision: ea0f8ecc434972aa2754ba4dee62493ce50ee2c7 URL: https://github.com/llvm/llvm-project/commit/ea0f8ecc434972aa2754ba4dee62493ce50ee2c7 DIFF: https://github.com/llvm/llvm-project/commit/ea0f8ecc434972aa2754ba4dee62493ce50ee2c7.d

[Lldb-commits] [lldb] cae735f - [lldb] Migrate runtime instrumentation plugins to ReportWarning

2022-03-16 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-03-16T23:20:58-07:00 New Revision: cae735f72b4d1f8f98c68c63d5d9b0d7ee109b3d URL: https://github.com/llvm/llvm-project/commit/cae735f72b4d1f8f98c68c63d5d9b0d7ee109b3d DIFF: https://github.com/llvm/llvm-project/commit/cae735f72b4d1f8f98c68c63d5d9b0d7ee109b3d.d

[Lldb-commits] [lldb] 7ed1abd - [lldb] Skip invalid-condition.test on Windows

2022-03-17 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-03-17T08:34:12-07:00 New Revision: 7ed1abd4a6c1fd506423723932ca7dc70efc5a99 URL: https://github.com/llvm/llvm-project/commit/7ed1abd4a6c1fd506423723932ca7dc70efc5a99 DIFF: https://github.com/llvm/llvm-project/commit/7ed1abd4a6c1fd506423723932ca7dc70efc5a99.d

[Lldb-commits] [lldb] f93d861 - [lldb] Fix ^C handling in IOHandlerProcessSTDIO

2022-03-17 Thread Jonas Devlieghere via lldb-commits
Author: Pavel Labath Date: 2022-03-17T11:52:19-07:00 New Revision: f93d861349f923f6b7ca1a425d3632eec1ff2a72 URL: https://github.com/llvm/llvm-project/commit/f93d861349f923f6b7ca1a425d3632eec1ff2a72 DIFF: https://github.com/llvm/llvm-project/commit/f93d861349f923f6b7ca1a425d3632eec1ff2a72.diff

[Lldb-commits] [lldb] 74b45f9 - [lldb] Migrate ProcessGDBRemote to ReportWarning

2022-03-17 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-03-17T15:13:48-07:00 New Revision: 74b45f91b8bf7231f76c5676c4bedc9a667012e8 URL: https://github.com/llvm/llvm-project/commit/74b45f91b8bf7231f76c5676c4bedc9a667012e8 DIFF: https://github.com/llvm/llvm-project/commit/74b45f91b8bf7231f76c5676c4bedc9a667012e8.d

[Lldb-commits] [lldb] 453f8c8 - [lldb] Remove lldb/lldb subdir created by wrong patch level

2022-03-18 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-03-18T09:06:15-07:00 New Revision: 453f8c87ff20932c79890d93474e862d52f6fe46 URL: https://github.com/llvm/llvm-project/commit/453f8c87ff20932c79890d93474e862d52f6fe46 DIFF: https://github.com/llvm/llvm-project/commit/453f8c87ff20932c79890d93474e862d52f6fe46.d

[Lldb-commits] [lldb] 3323321 - [lldb] Fix log & progress report for in-memory binaries

2022-03-21 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-03-21T15:35:21-07:00 New Revision: 3323321f4ef04308c50a3dc4ad17dfa1e13d8477 URL: https://github.com/llvm/llvm-project/commit/3323321f4ef04308c50a3dc4ad17dfa1e13d8477 DIFF: https://github.com/llvm/llvm-project/commit/3323321f4ef04308c50a3dc4ad17dfa1e13d8477.d

[Lldb-commits] [lldb] f549318 - [lldb] Set the TERM environment variable for the API tests

2022-03-22 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-03-22T11:01:38-07:00 New Revision: f54931865de823fd4c3ab3650d8b8a65900433ff URL: https://github.com/llvm/llvm-project/commit/f54931865de823fd4c3ab3650d8b8a65900433ff DIFF: https://github.com/llvm/llvm-project/commit/f54931865de823fd4c3ab3650d8b8a65900433ff.d

[Lldb-commits] [lldb] 9a88c2b - [lldb] Fixup tagged pointers ISAs

2022-03-23 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-03-23T09:59:34-07:00 New Revision: 9a88c2b639411db37ad6fb37d144702df52694e8 URL: https://github.com/llvm/llvm-project/commit/9a88c2b639411db37ad6fb37d144702df52694e8 DIFF: https://github.com/llvm/llvm-project/commit/9a88c2b639411db37ad6fb37d144702df52694e8.d

[Lldb-commits] [lldb] a765f2a - [lldb] Support class_ro_t pointer authentication

2022-03-23 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-03-23T16:19:49-07:00 New Revision: a765f2a04460c5a8b814382ff969a8085e36269b URL: https://github.com/llvm/llvm-project/commit/a765f2a04460c5a8b814382ff969a8085e36269b DIFF: https://github.com/llvm/llvm-project/commit/a765f2a04460c5a8b814382ff969a8085e36269b.d

[Lldb-commits] [lldb] b0f1f3b - [lldb] Remove lldbassert from CommandInterpreter::PrintCommandOutput

2022-03-23 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-03-23T16:19:50-07:00 New Revision: b0f1f3b95cd5f3e951e316fea39feca9a2878942 URL: https://github.com/llvm/llvm-project/commit/b0f1f3b95cd5f3e951e316fea39feca9a2878942 DIFF: https://github.com/llvm/llvm-project/commit/b0f1f3b95cd5f3e951e316fea39feca9a2878942.d

[Lldb-commits] [lldb] b0dc2fa - [lldb] Don't persist the LINKEDIT slide in the indirect symbol offset

2022-03-23 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-03-23T16:39:53-07:00 New Revision: b0dc2fae602579114525353c8403d6e6d128ad73 URL: https://github.com/llvm/llvm-project/commit/b0dc2fae602579114525353c8403d6e6d128ad73 DIFF: https://github.com/llvm/llvm-project/commit/b0dc2fae602579114525353c8403d6e6d128ad73.d

[Lldb-commits] [lldb] 4ad19b8 - [lldb] Test parsing the symtab with indirect symbols from the shared cache

2022-03-23 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-03-23T21:13:55-07:00 New Revision: 4ad19b80eafa1505b8bb86eef84ffefcd20410a3 URL: https://github.com/llvm/llvm-project/commit/4ad19b80eafa1505b8bb86eef84ffefcd20410a3 DIFF: https://github.com/llvm/llvm-project/commit/4ad19b80eafa1505b8bb86eef84ffefcd20410a3.d

[Lldb-commits] [lldb] 61efe14 - [lldb] Add a fuzzer for target creation

2022-03-25 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-03-25T09:34:00-07:00 New Revision: 61efe14e21b2c47a848f6d7500ed05af17c64a9a URL: https://github.com/llvm/llvm-project/commit/61efe14e21b2c47a848f6d7500ed05af17c64a9a DIFF: https://github.com/llvm/llvm-project/commit/61efe14e21b2c47a848f6d7500ed05af17c64a9a.d

[Lldb-commits] [lldb] 8f7db76 - [lldb] Conditionalize target_link_libraries on the target

2022-03-25 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-03-25T09:50:34-07:00 New Revision: 8f7db763ef7f30ec952bdb00adb6f99f980cb427 URL: https://github.com/llvm/llvm-project/commit/8f7db763ef7f30ec952bdb00adb6f99f980cb427 DIFF: https://github.com/llvm/llvm-project/commit/8f7db763ef7f30ec952bdb00adb6f99f980cb427.d

[Lldb-commits] [lldb] 3427edd - Adopt new dyld SPIs to introspect the shared cache.

2022-03-25 Thread Jonas Devlieghere via lldb-commits
Author: Fred Riss Date: 2022-03-25T18:02:15-07:00 New Revision: 3427eddd9aabcb1505ffe16adfcba7d6e8b28bf8 URL: https://github.com/llvm/llvm-project/commit/3427eddd9aabcb1505ffe16adfcba7d6e8b28bf8 DIFF: https://github.com/llvm/llvm-project/commit/3427eddd9aabcb1505ffe16adfcba7d6e8b28bf8.diff LOG

[Lldb-commits] [lldb] 8991ad4 - [lldb] Make ModuleSpecList iterable (NFC)

2022-03-29 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-03-29T15:26:54-07:00 New Revision: 8991ad43ffc56420dda6c797811b2bababe842da URL: https://github.com/llvm/llvm-project/commit/8991ad43ffc56420dda6c797811b2bababe842da DIFF: https://github.com/llvm/llvm-project/commit/8991ad43ffc56420dda6c797811b2bababe842da.d

[Lldb-commits] [lldb] a114ec0 - [lldb] Change the way we pick a platform for fat binaries

2022-03-30 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-03-30T15:30:05-07:00 New Revision: a114ec0c6dc052832ec3dc1f65c9e221e3272925 URL: https://github.com/llvm/llvm-project/commit/a114ec0c6dc052832ec3dc1f65c9e221e3272925 DIFF: https://github.com/llvm/llvm-project/commit/a114ec0c6dc052832ec3dc1f65c9e221e3272925.d

[Lldb-commits] [lldb] 2165c36 - [lldb] Return a DataBuffer from FileSystem::CreateDataBuffer (NFC)

2022-04-01 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-04-01T17:31:20-07:00 New Revision: 2165c36be44589a0d78c6ac23389d69a5d390dc5 URL: https://github.com/llvm/llvm-project/commit/2165c36be44589a0d78c6ac23389d69a5d390dc5 DIFF: https://github.com/llvm/llvm-project/commit/2165c36be44589a0d78c6ac23389d69a5d390dc5.d

[Lldb-commits] [lldb] f9ac13a - [lldb] Remove remaining calls to DataBufferLLVM::GetChars

2022-04-01 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-04-01T17:43:05-07:00 New Revision: f9ac13a8f1edcdc540491c5e917ac5d31e07ef3b URL: https://github.com/llvm/llvm-project/commit/f9ac13a8f1edcdc540491c5e917ac5d31e07ef3b DIFF: https://github.com/llvm/llvm-project/commit/f9ac13a8f1edcdc540491c5e917ac5d31e07ef3b.d

[Lldb-commits] [lldb] c69307e - [lldb] Prevent object file plugins from changing the data buffer

2022-04-04 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-04-04T09:24:24-07:00 New Revision: c69307e5eeb585203a68b24f020d17ad75821c8a URL: https://github.com/llvm/llvm-project/commit/c69307e5eeb585203a68b24f020d17ad75821c8a DIFF: https://github.com/llvm/llvm-project/commit/c69307e5eeb585203a68b24f020d17ad75821c8a.d

[Lldb-commits] [lldb] 73714a3 - [lldb] Fix undefined behavior: left shift of negative value

2022-04-05 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-04-05T09:37:31-07:00 New Revision: 73714a3c603c1e0656f138ad8b6ef2c4740c95f3 URL: https://github.com/llvm/llvm-project/commit/73714a3c603c1e0656f138ad8b6ef2c4740c95f3 DIFF: https://github.com/llvm/llvm-project/commit/73714a3c603c1e0656f138ad8b6ef2c4740c95f3.d

[Lldb-commits] [lldb] e90d8f0 - [lldb] Improve documentation for some of the platform functions

2022-04-05 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-04-05T09:47:32-07:00 New Revision: e90d8f024b2b6789c1a9fed3b854c45a2db36adc URL: https://github.com/llvm/llvm-project/commit/e90d8f024b2b6789c1a9fed3b854c45a2db36adc DIFF: https://github.com/llvm/llvm-project/commit/e90d8f024b2b6789c1a9fed3b854c45a2db36adc.d

[Lldb-commits] [lldb] f2ea125 - [lldb] Change CreateMemoryInstance to take a WritableDataBuffer

2022-04-05 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-04-05T13:46:41-07:00 New Revision: f2ea125ea09d9e4512fa08a89eac5e0069d83738 URL: https://github.com/llvm/llvm-project/commit/f2ea125ea09d9e4512fa08a89eac5e0069d83738 DIFF: https://github.com/llvm/llvm-project/commit/f2ea125ea09d9e4512fa08a89eac5e0069d83738.d

[Lldb-commits] [lldb] fc54427 - [lldb] Refactor DataBuffer so we can map files as read-only

2022-04-05 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-04-05T13:46:37-07:00 New Revision: fc54427e76c89e567390dd4a1d64a65568f4ec26 URL: https://github.com/llvm/llvm-project/commit/fc54427e76c89e567390dd4a1d64a65568f4ec26 DIFF: https://github.com/llvm/llvm-project/commit/fc54427e76c89e567390dd4a1d64a65568f4ec26.d

[Lldb-commits] [lldb] a722dea - [lldb] Update reinterpret_cast in linux/Host.cpp

2022-04-05 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-04-05T13:52:07-07:00 New Revision: a722dea4af7743a76701bb582ded88fe0e188c14 URL: https://github.com/llvm/llvm-project/commit/a722dea4af7743a76701bb582ded88fe0e188c14 DIFF: https://github.com/llvm/llvm-project/commit/a722dea4af7743a76701bb582ded88fe0e188c14.d

[Lldb-commits] [lldb] c2f6460 - [lldb] Update the NativeRegisterContext to take a WritableMemoryBuffer

2022-04-05 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-04-05T14:19:01-07:00 New Revision: c2f6460145175d265cd1a7ad7906b778bb11fa3d URL: https://github.com/llvm/llvm-project/commit/c2f6460145175d265cd1a7ad7906b778bb11fa3d DIFF: https://github.com/llvm/llvm-project/commit/c2f6460145175d265cd1a7ad7906b778bb11fa3d.d

[Lldb-commits] [lldb] ed9a14f - [lldb] Add missing const to NativeRegisterContextLinux_x86_64

2022-04-05 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-04-05T14:26:50-07:00 New Revision: ed9a14f912c034c6a7177d4bc8a2d41a22b3e129 URL: https://github.com/llvm/llvm-project/commit/ed9a14f912c034c6a7177d4bc8a2d41a22b3e129 DIFF: https://github.com/llvm/llvm-project/commit/ed9a14f912c034c6a7177d4bc8a2d41a22b3e129.d

[Lldb-commits] [lldb] 470eb5c - [lldb] Add more missing consts in NativeRegisterContexts

2022-04-05 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-04-05T14:43:39-07:00 New Revision: 470eb5c29bb12c7af723301c0ea4b8969eab34ae URL: https://github.com/llvm/llvm-project/commit/470eb5c29bb12c7af723301c0ea4b8969eab34ae DIFF: https://github.com/llvm/llvm-project/commit/470eb5c29bb12c7af723301c0ea4b8969eab34ae.d

[Lldb-commits] [lldb] 70984dd - [lldb] Update ReadAllRegisterValues in RegisterContextWindows

2022-04-05 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-04-05T15:15:48-07:00 New Revision: 70984dd40a425927876518ff4e0bd9b6b790bec2 URL: https://github.com/llvm/llvm-project/commit/70984dd40a425927876518ff4e0bd9b6b790bec2 DIFF: https://github.com/llvm/llvm-project/commit/70984dd40a425927876518ff4e0bd9b6b790bec2.d

[Lldb-commits] [lldb] 815fa5b - [lldb] Remove duplicate "warning:"

2022-04-06 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-04-06T15:05:27-07:00 New Revision: 815fa5bf44c459cf5e72b35da4311d6681952e1b URL: https://github.com/llvm/llvm-project/commit/815fa5bf44c459cf5e72b35da4311d6681952e1b DIFF: https://github.com/llvm/llvm-project/commit/815fa5bf44c459cf5e72b35da4311d6681952e1b.d

[Lldb-commits] [lldb] ee2d9b8 - [lldb] Add Python bindings to print stack traces on crashes.

2022-04-07 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-04-07T11:21:02-07:00 New Revision: ee2d9b8723561fb6a81b9c2c4fd7a93300c6154f URL: https://github.com/llvm/llvm-project/commit/ee2d9b8723561fb6a81b9c2c4fd7a93300c6154f DIFF: https://github.com/llvm/llvm-project/commit/ee2d9b8723561fb6a81b9c2c4fd7a93300c6154f.d

[Lldb-commits] [lldb] 8ece6b7 - [lldb] Use getMainExecutable in SBDebugger::PrintStackTraceOnError

2022-04-07 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-04-07T13:53:23-07:00 New Revision: 8ece6b78c0425ba587c34bbb046d1cb6529a4569 URL: https://github.com/llvm/llvm-project/commit/8ece6b78c0425ba587c34bbb046d1cb6529a4569 DIFF: https://github.com/llvm/llvm-project/commit/8ece6b78c0425ba587c34bbb046d1cb6529a4569.d

[Lldb-commits] [lldb] af2ea18 - [lldb] Import Foundation in TestConflictingDefinition.py

2022-04-08 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-04-08T10:46:34-07:00 New Revision: af2ea183f5e3301406724bba116a7e200f108b79 URL: https://github.com/llvm/llvm-project/commit/af2ea183f5e3301406724bba116a7e200f108b79 DIFF: https://github.com/llvm/llvm-project/commit/af2ea183f5e3301406724bba116a7e200f108b79.d

[Lldb-commits] [lldb] 257f984 - [lldb] Fix TestQuoting when run remotely

2022-04-08 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-04-08T10:46:34-07:00 New Revision: 257f98466222c1fba3d3f6c0afa5e93793d14109 URL: https://github.com/llvm/llvm-project/commit/257f98466222c1fba3d3f6c0afa5e93793d14109 DIFF: https://github.com/llvm/llvm-project/commit/257f98466222c1fba3d3f6c0afa5e93793d14109.d

[Lldb-commits] [lldb] 66b829a - [lldb] Skip a bunch of tests that shouldn't run remotely

2022-04-08 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-04-08T10:46:34-07:00 New Revision: 66b829ac7b6864f4546771668739d80fa34a7e17 URL: https://github.com/llvm/llvm-project/commit/66b829ac7b6864f4546771668739d80fa34a7e17 DIFF: https://github.com/llvm/llvm-project/commit/66b829ac7b6864f4546771668739d80fa34a7e17.d

[Lldb-commits] [lldb] 065e3c9 - [lldb] Skip more tests that don't make sense to run remotely

2022-04-08 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-04-08T15:02:22-07:00 New Revision: 065e3c9a8e55aacf06eb069d8916597ce13b36b5 URL: https://github.com/llvm/llvm-project/commit/065e3c9a8e55aacf06eb069d8916597ce13b36b5 DIFF: https://github.com/llvm/llvm-project/commit/065e3c9a8e55aacf06eb069d8916597ce13b36b5.d

[Lldb-commits] [lldb] de2ddc8 - [lldb] XFAIL tests that aren't passing remotely

2022-04-08 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-04-08T15:02:26-07:00 New Revision: de2ddc8f3146bd87152ea86b533541039541efe1 URL: https://github.com/llvm/llvm-project/commit/de2ddc8f3146bd87152ea86b533541039541efe1 DIFF: https://github.com/llvm/llvm-project/commit/de2ddc8f3146bd87152ea86b533541039541efe1.d

[Lldb-commits] [lldb] cbcb3bc - [lldb] Don't report progress in the REPL

2022-04-11 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-04-11T13:06:40-07:00 New Revision: cbcb3bcee3efc8ea4e72bc36ae5cbaf946804b58 URL: https://github.com/llvm/llvm-project/commit/cbcb3bcee3efc8ea4e72bc36ae5cbaf946804b58 DIFF: https://github.com/llvm/llvm-project/commit/cbcb3bcee3efc8ea4e72bc36ae5cbaf946804b58.d

[Lldb-commits] [lldb] a66ff23 - [lldb] Re-enable fixed on-device tests

2022-04-12 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-04-12T11:39:25-07:00 New Revision: a66ff2316ea815fb17c47b4cef8194f4cf51b490 URL: https://github.com/llvm/llvm-project/commit/a66ff2316ea815fb17c47b4cef8194f4cf51b490 DIFF: https://github.com/llvm/llvm-project/commit/a66ff2316ea815fb17c47b4cef8194f4cf51b490.d

[Lldb-commits] [lldb] 07a722c - [lldb] Escape semicolons for all shells

2022-04-12 Thread Jonas Devlieghere via lldb-commits
Author: Raphael Isemann Date: 2022-04-12T18:13:55-07:00 New Revision: 07a722c574d1260ea63f1c7b7eb235df19af8f69 URL: https://github.com/llvm/llvm-project/commit/07a722c574d1260ea63f1c7b7eb235df19af8f69 DIFF: https://github.com/llvm/llvm-project/commit/07a722c574d1260ea63f1c7b7eb235df19af8f69.dif

[Lldb-commits] [lldb] 990d0c7 - [lldb] Print diagnostic prefixes (error, warning) in color

2022-04-12 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-04-12T20:28:29-07:00 New Revision: 990d0c71090836fb117e72c262d6d19b76f346cc URL: https://github.com/llvm/llvm-project/commit/990d0c71090836fb117e72c262d6d19b76f346cc DIFF: https://github.com/llvm/llvm-project/commit/990d0c71090836fb117e72c262d6d19b76f346cc.d

[Lldb-commits] [lldb] a3d69a1 - [lldb] Re-enable TestStepNoDebug.py on AS

2022-04-12 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-04-12T20:28:29-07:00 New Revision: a3d69a193a638a3aadf365cd628d8212b3d0d7d3 URL: https://github.com/llvm/llvm-project/commit/a3d69a193a638a3aadf365cd628d8212b3d0d7d3 DIFF: https://github.com/llvm/llvm-project/commit/a3d69a193a638a3aadf365cd628d8212b3d0d7d3.d

[Lldb-commits] [lldb] acc56e5 - [lldb] Expand $ when using tcsh

2022-04-13 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-04-13T13:01:09-07:00 New Revision: acc56e55feee61fc0038bc132a94e54ce56ced98 URL: https://github.com/llvm/llvm-project/commit/acc56e55feee61fc0038bc132a94e54ce56ced98 DIFF: https://github.com/llvm/llvm-project/commit/acc56e55feee61fc0038bc132a94e54ce56ced98.d

[Lldb-commits] [lldb] 763ff89 - [debugserver ] Un-conditionalize use of libcompression

2022-04-13 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-04-13T14:36:25-07:00 New Revision: 763ff89c0e0dcf77ee14c92936205bcf1b38385a URL: https://github.com/llvm/llvm-project/commit/763ff89c0e0dcf77ee14c92936205bcf1b38385a DIFF: https://github.com/llvm/llvm-project/commit/763ff89c0e0dcf77ee14c92936205bcf1b38385a.d

[Lldb-commits] [lldb] 343f3de - [lldb] Fix a bug in the decorator matching logic.

2022-04-13 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-04-13T15:07:33-07:00 New Revision: 343f3de559c636dcec941613dca91e4fff6547a3 URL: https://github.com/llvm/llvm-project/commit/343f3de559c636dcec941613dca91e4fff6547a3 DIFF: https://github.com/llvm/llvm-project/commit/343f3de559c636dcec941613dca91e4fff6547a3.d

[Lldb-commits] [lldb] 80c600f - [lldb] Format LocateSymbolFileMacOSX (NFC)

2022-04-13 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-04-13T16:27:02-07:00 New Revision: 80c600fe98ed1d0be4cc2a34d791cdaffdfb9c8e URL: https://github.com/llvm/llvm-project/commit/80c600fe98ed1d0be4cc2a34d791cdaffdfb9c8e DIFF: https://github.com/llvm/llvm-project/commit/80c600fe98ed1d0be4cc2a34d791cdaffdfb9c8e.d

[Lldb-commits] [lldb] 6443d0d - [lldb] Remove reproducer logic from LocateSymbolFileMacOSX

2022-04-13 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-04-13T16:27:02-07:00 New Revision: 6443d0d413df7b67b149e7618c295c38869ecbcb URL: https://github.com/llvm/llvm-project/commit/6443d0d413df7b67b149e7618c295c38869ecbcb DIFF: https://github.com/llvm/llvm-project/commit/6443d0d413df7b67b149e7618c295c38869ecbcb.d

[Lldb-commits] [lldb] 64d9b23 - [lldb] Prevent crash when adding a stop hook with --shlib

2022-04-14 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-04-14T11:00:21-07:00 New Revision: 64d9b233b9905a951b450eff5b258707a35e110f URL: https://github.com/llvm/llvm-project/commit/64d9b233b9905a951b450eff5b258707a35e110f DIFF: https://github.com/llvm/llvm-project/commit/64d9b233b9905a951b450eff5b258707a35e110f.d

[Lldb-commits] [lldb] 99d9c44 - [lldb] Port Process::PrintWarning* to use the new diagnostic events

2022-04-14 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-04-14T11:00:21-07:00 New Revision: 99d9c44434f57df5f188146925eea3bd8771260d URL: https://github.com/llvm/llvm-project/commit/99d9c44434f57df5f188146925eea3bd8771260d DIFF: https://github.com/llvm/llvm-project/commit/99d9c44434f57df5f188146925eea3bd8771260d.d

[Lldb-commits] [lldb] 428775d - [lldb] Remove TestShell.test

2022-04-14 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-04-14T12:10:54-07:00 New Revision: 428775d5186fb075e76563c5ebab8607c3620a13 URL: https://github.com/llvm/llvm-project/commit/428775d5186fb075e76563c5ebab8607c3620a13 DIFF: https://github.com/llvm/llvm-project/commit/428775d5186fb075e76563c5ebab8607c3620a13.d

[Lldb-commits] [lldb] 03049c5 - Revert "[lldb] Pin the shared cache when iterating over its images"

2022-04-14 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-04-14T16:23:56-07:00 New Revision: 03049c51251189b5aafed825095f3adcd52b3dee URL: https://github.com/llvm/llvm-project/commit/03049c51251189b5aafed825095f3adcd52b3dee DIFF: https://github.com/llvm/llvm-project/commit/03049c51251189b5aafed825095f3adcd52b3dee.d

[Lldb-commits] [lldb] af91446 - [lldb] Show the DBGError if dsymForUUID can't find a dSYM

2022-04-14 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-04-14T16:54:00-07:00 New Revision: af91446aa2903324c81d9e0b0a8a9fc037edc1a4 URL: https://github.com/llvm/llvm-project/commit/af91446aa2903324c81d9e0b0a8a9fc037edc1a4 DIFF: https://github.com/llvm/llvm-project/commit/af91446aa2903324c81d9e0b0a8a9fc037edc1a4.d

[Lldb-commits] [lldb] e07c092 - [lldb] Update online help text (consistency, typo)

2022-04-25 Thread Jonas Devlieghere via lldb-commits
Author: Will Hawkins Date: 2022-04-25T16:31:26-07:00 New Revision: e07c092b8529c6ef0f7ba722fd7188b1bc731d8c URL: https://github.com/llvm/llvm-project/commit/e07c092b8529c6ef0f7ba722fd7188b1bc731d8c DIFF: https://github.com/llvm/llvm-project/commit/e07c092b8529c6ef0f7ba722fd7188b1bc731d8c.diff

[Lldb-commits] [lldb] 9053767 - Remove Python 2 support from the ScriptInterpreter plugin

2022-04-27 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-04-27T08:26:25-07:00 New Revision: 90537673302f13e92ffabba84901164c6b974b2d URL: https://github.com/llvm/llvm-project/commit/90537673302f13e92ffabba84901164c6b974b2d DIFF: https://github.com/llvm/llvm-project/commit/90537673302f13e92ffabba84901164c6b974b2d.d

[Lldb-commits] [lldb] 0e9af88 - Remove Python 2 checks from the test suite

2022-04-27 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-04-27T08:26:26-07:00 New Revision: 0e9af88b7099fa0588661b5b8d5024b2f25f68d8 URL: https://github.com/llvm/llvm-project/commit/0e9af88b7099fa0588661b5b8d5024b2f25f68d8 DIFF: https://github.com/llvm/llvm-project/commit/0e9af88b7099fa0588661b5b8d5024b2f25f68d8.d

[Lldb-commits] [lldb] 5205c17 - [lldb] Fix escaping when launching in terminal with AppleScript

2022-04-27 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-04-27T16:37:42-07:00 New Revision: 5205c1774950b62dd410c69474295cd0f9351c7d URL: https://github.com/llvm/llvm-project/commit/5205c1774950b62dd410c69474295cd0f9351c7d DIFF: https://github.com/llvm/llvm-project/commit/5205c1774950b62dd410c69474295cd0f9351c7d.d

[Lldb-commits] [lldb] f6b7fd2 - [lldb] Remove patch reject file (.rej)

2022-04-28 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-04-28T08:16:26-07:00 New Revision: f6b7fd20a52ef83d0462db190eb40800afda2506 URL: https://github.com/llvm/llvm-project/commit/f6b7fd20a52ef83d0462db190eb40800afda2506 DIFF: https://github.com/llvm/llvm-project/commit/f6b7fd20a52ef83d0462db190eb40800afda2506.d

[Lldb-commits] [lldb] 9aa6a47 - [lldb] Fix crash when launching in terminal

2022-04-28 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-04-28T14:39:28-07:00 New Revision: 9aa6a479738c7bf21128f9c45ea4ffcf82d80cbf URL: https://github.com/llvm/llvm-project/commit/9aa6a479738c7bf21128f9c45ea4ffcf82d80cbf DIFF: https://github.com/llvm/llvm-project/commit/9aa6a479738c7bf21128f9c45ea4ffcf82d80cbf.d

[Lldb-commits] [lldb] 02c2b47 - [lldb] Remove ConnectionFileDescriptorTest.Connectv(4|6)

2022-04-28 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-04-28T15:40:21-07:00 New Revision: 02c2b472b510ff55679844c087b66e7837e13dc2 URL: https://github.com/llvm/llvm-project/commit/02c2b472b510ff55679844c087b66e7837e13dc2 DIFF: https://github.com/llvm/llvm-project/commit/02c2b472b510ff55679844c087b66e7837e13dc2.d

[Lldb-commits] [lldb] d75cc08 - [lldb] Remove PlatformRemoteMacOSX::GetFileWithUUID overload (NFC)

2022-05-02 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-05-02T17:34:36-07:00 New Revision: d75cc0859391e90a79bb0de6300d5d69db015421 URL: https://github.com/llvm/llvm-project/commit/d75cc0859391e90a79bb0de6300d5d69db015421 DIFF: https://github.com/llvm/llvm-project/commit/d75cc0859391e90a79bb0de6300d5d69db015421.d

[Lldb-commits] [lldb] d006773 - [lldb] Remove unused PlatformRemoteDarwinDevice::FindFileInAllSDKs

2022-05-02 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-05-02T17:34:39-07:00 New Revision: d0067738e0cf764a92e1cc5ee0c8b2af8659bada URL: https://github.com/llvm/llvm-project/commit/d0067738e0cf764a92e1cc5ee0c8b2af8659bada DIFF: https://github.com/llvm/llvm-project/commit/d0067738e0cf764a92e1cc5ee0c8b2af8659bada.d

[Lldb-commits] [lldb] 41c0ff1 - [lldb] Hoist device support out of PlatformRemoteDarwinDevice (NFC)

2022-05-02 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-05-02T17:34:40-07:00 New Revision: 41c0ff1e740bc0962104a2619b908f8c24e28741 URL: https://github.com/llvm/llvm-project/commit/41c0ff1e740bc0962104a2619b908f8c24e28741 DIFF: https://github.com/llvm/llvm-project/commit/41c0ff1e740bc0962104a2619b908f8c24e28741.d

[Lldb-commits] [lldb] 322b413 - [lldb] Move GetSharedModuleWithLocalCache to PlatformDarwinDevice (NFC)

2022-05-02 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-05-02T17:34:40-07:00 New Revision: 322b4130415ac51ba48c993dfebc9c0b38d5bc32 URL: https://github.com/llvm/llvm-project/commit/322b4130415ac51ba48c993dfebc9c0b38d5bc32 DIFF: https://github.com/llvm/llvm-project/commit/322b4130415ac51ba48c993dfebc9c0b38d5bc32.d

[Lldb-commits] [lldb] e53019a - [lldb] Make GetSharedModuleWithLocalCache consider the device support directory

2022-05-02 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-05-02T21:07:11-07:00 New Revision: e53019a8ff778048dd83aee29dd659af8b771920 URL: https://github.com/llvm/llvm-project/commit/e53019a8ff778048dd83aee29dd659af8b771920 DIFF: https://github.com/llvm/llvm-project/commit/e53019a8ff778048dd83aee29dd659af8b771920.d

[Lldb-commits] [lldb] 3d08c77 - [lldb] Session transcript should use the async debugger streams

2022-05-03 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-05-03T15:11:57-07:00 New Revision: 3d08c778c01e1577752762da8c980db32b4e6d55 URL: https://github.com/llvm/llvm-project/commit/3d08c778c01e1577752762da8c980db32b4e6d55 DIFF: https://github.com/llvm/llvm-project/commit/3d08c778c01e1577752762da8c980db32b4e6d55.d

[Lldb-commits] [lldb] b945b62 - [lldb] Add a function to check if lldb is running in an interactive session

2022-05-03 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-05-03T15:11:57-07:00 New Revision: b945b62cf35e1b45ffb9233958756743b2b5fd46 URL: https://github.com/llvm/llvm-project/commit/b945b62cf35e1b45ffb9233958756743b2b5fd46 DIFF: https://github.com/llvm/llvm-project/commit/b945b62cf35e1b45ffb9233958756743b2b5fd46.d

[Lldb-commits] [lldb] a8abb69 - [lldb] Parallelize fetching symbol files in crashlog.py

2022-05-13 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-05-13T12:25:41-07:00 New Revision: a8abb695859ad4e7fe695b9ee238a2b0cd00af7c URL: https://github.com/llvm/llvm-project/commit/a8abb695859ad4e7fe695b9ee238a2b0cd00af7c DIFF: https://github.com/llvm/llvm-project/commit/a8abb695859ad4e7fe695b9ee238a2b0cd00af7c.d

[Lldb-commits] [lldb] 447c920 - [lldb] Remove unused imports from crashlog.py

2022-05-14 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-05-14T08:58:55-07:00 New Revision: 447c920a8adfc07f46f61b2a5099ea5b50628645 URL: https://github.com/llvm/llvm-project/commit/447c920a8adfc07f46f61b2a5099ea5b50628645 DIFF: https://github.com/llvm/llvm-project/commit/447c920a8adfc07f46f61b2a5099ea5b50628645.d

[Lldb-commits] [lldb] ae016e4 - [lldb] Don't swallow crashlog exceptions

2022-05-14 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-05-14T08:58:56-07:00 New Revision: ae016e4f7c856983420544794c48c4a2feb6c79a URL: https://github.com/llvm/llvm-project/commit/ae016e4f7c856983420544794c48c4a2feb6c79a DIFF: https://github.com/llvm/llvm-project/commit/ae016e4f7c856983420544794c48c4a2feb6c79a.d

[Lldb-commits] [lldb] 9defb3b - [lldb] Prevent underflow in crashlog.py

2022-05-16 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-05-16T15:00:36-07:00 New Revision: 9defb3b4b4a3ab5a95c449471aaa930cf63a7106 URL: https://github.com/llvm/llvm-project/commit/9defb3b4b4a3ab5a95c449471aaa930cf63a7106 DIFF: https://github.com/llvm/llvm-project/commit/9defb3b4b4a3ab5a95c449471aaa930cf63a7106.d

[Lldb-commits] [lldb] ea48640 - [lldb] Fix 'ptsname_r' is only available on macOS 10.13.4 or newer

2022-05-19 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-05-19T21:39:52-07:00 New Revision: ea4864007c72bfe1523013e28ceae4e391b66afc URL: https://github.com/llvm/llvm-project/commit/ea4864007c72bfe1523013e28ceae4e391b66afc DIFF: https://github.com/llvm/llvm-project/commit/ea4864007c72bfe1523013e28ceae4e391b66afc.d

[Lldb-commits] [lldb] b9a30b6 - [lldb] Update test_software_breakpoint_set_and_remove_work for AS

2022-05-19 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-05-19T21:40:20-07:00 New Revision: b9a30b69d814971de5bd90a134b17b5954a8a2b4 URL: https://github.com/llvm/llvm-project/commit/b9a30b69d814971de5bd90a134b17b5954a8a2b4 DIFF: https://github.com/llvm/llvm-project/commit/b9a30b69d814971de5bd90a134b17b5954a8a2b4.d

[Lldb-commits] [lldb] 80c836e - [lldb] Disable scripted_crashlog_json.test on Apple Silicon

2022-05-20 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-05-20T08:24:46-07:00 New Revision: 80c836ec557acd8ffb9fd6b3483dc75c4bcf0b11 URL: https://github.com/llvm/llvm-project/commit/80c836ec557acd8ffb9fd6b3483dc75c4bcf0b11 DIFF: https://github.com/llvm/llvm-project/commit/80c836ec557acd8ffb9fd6b3483dc75c4bcf0b11.d

[Lldb-commits] [lldb] a1cf154 - [lldb] Set correct register number for cpsr (GENERIC_REGNUM_FLAGS)

2022-05-20 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-05-20T09:36:58-07:00 New Revision: a1cf154dd476e021a4c7924e49fac85da01cecf8 URL: https://github.com/llvm/llvm-project/commit/a1cf154dd476e021a4c7924e49fac85da01cecf8 DIFF: https://github.com/llvm/llvm-project/commit/a1cf154dd476e021a4c7924e49fac85da01cecf8.d

<    12   13   14   15   16   17   18   19   20   21   >