[Lldb-commits] [lldb] 870eb04 - [lldb] Set CMAKE_CXX_STANDARD before including LLDBStandalone

2023-05-15 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-05-15T14:32:15-07:00 New Revision: 870eb04f1005da8278673f3cd1d1a640d16b63e6 URL: https://github.com/llvm/llvm-project/commit/870eb04f1005da8278673f3cd1d1a640d16b63e6 DIFF: https://github.com/llvm/llvm-project/commit/870eb04f1005da8278673f3cd1d1a640d16b63e6.d

[Lldb-commits] [lldb] 9adf60f - [lldb] Fix lldb_assert -> lldbassert in docs

2023-05-15 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-05-15T22:18:08-07:00 New Revision: 9adf60fc53fb105e331eec20e7fd2be71ee2a13c URL: https://github.com/llvm/llvm-project/commit/9adf60fc53fb105e331eec20e7fd2be71ee2a13c DIFF: https://github.com/llvm/llvm-project/commit/9adf60fc53fb105e331eec20e7fd2be71ee2a13c.d

[Lldb-commits] [lldb] 10a5076 - [lldb] Define lldbassert based on NDEBUG instead of LLDB_CONFIGURATION_DEBUG

2023-05-16 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-05-16T09:27:09-07:00 New Revision: 10a50762caa6ac17dd063b28863a2ec60576c6f7 URL: https://github.com/llvm/llvm-project/commit/10a50762caa6ac17dd063b28863a2ec60576c6f7 DIFF: https://github.com/llvm/llvm-project/commit/10a50762caa6ac17dd063b28863a2ec60576c6f7.d

[Lldb-commits] [lldb] e31f994 - [lldb] Improve error message when evaluating expression when not stopped

2023-05-26 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-05-26T08:49:58-07:00 New Revision: e31f99464216ef4d04ffa821e174522b699780ee URL: https://github.com/llvm/llvm-project/commit/e31f99464216ef4d04ffa821e174522b699780ee DIFF: https://github.com/llvm/llvm-project/commit/e31f99464216ef4d04ffa821e174522b699780ee.d

[Lldb-commits] [lldb] a731c5f - [lldb] Remove reproducer test suite (NFC)

2023-05-26 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-05-26T09:33:40-07:00 New Revision: a731c5f01d5a7cd6bc150c11498fe46fbd5bab94 URL: https://github.com/llvm/llvm-project/commit/a731c5f01d5a7cd6bc150c11498fe46fbd5bab94 DIFF: https://github.com/llvm/llvm-project/commit/a731c5f01d5a7cd6bc150c11498fe46fbd5bab94.d

[Lldb-commits] [lldb] be9b79f - [lldb] Remove commented out code/logging in BreakpointSiteList (NFC)

2023-05-30 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-05-30T17:27:58-07:00 New Revision: be9b79fb14ce0776e147860c9fbffc84ea7b39e6 URL: https://github.com/llvm/llvm-project/commit/be9b79fb14ce0776e147860c9fbffc84ea7b39e6 DIFF: https://github.com/llvm/llvm-project/commit/be9b79fb14ce0776e147860c9fbffc84ea7b39e6.d

[Lldb-commits] [lldb] 6099d51 - [lldb] Support file and function names in LLDB_LOGF macro

2023-06-06 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-06-06T12:24:38-07:00 New Revision: 6099d519bb83cc0b97ce8b529743f832de144110 URL: https://github.com/llvm/llvm-project/commit/6099d519bb83cc0b97ce8b529743f832de144110 DIFF: https://github.com/llvm/llvm-project/commit/6099d519bb83cc0b97ce8b529743f832de144110.d

[Lldb-commits] [lldb] 7cd1d42 - [lldb] Remove __FUNCTION__ from log messages in lldbHost (NFC)

2023-06-06 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-06-06T13:02:43-07:00 New Revision: 7cd1d4231a7c83e719b83c6abbe2d479baa03808 URL: https://github.com/llvm/llvm-project/commit/7cd1d4231a7c83e719b83c6abbe2d479baa03808 DIFF: https://github.com/llvm/llvm-project/commit/7cd1d4231a7c83e719b83c6abbe2d479baa03808.d

[Lldb-commits] [lldb] a10019a - [lldb] Fix "NameError: name 'self' is not defined" when using crashlog -c

2023-06-06 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-06-06T15:20:53-07:00 New Revision: a10019a496d420769d7aae94f234ab6cf9fd778d URL: https://github.com/llvm/llvm-project/commit/a10019a496d420769d7aae94f234ab6cf9fd778d DIFF: https://github.com/llvm/llvm-project/commit/a10019a496d420769d7aae94f234ab6cf9fd778d.d

[Lldb-commits] [lldb] 7b47921 - [lldb] Reinvoke crashlog under lldb when run with -i from the command line

2023-06-07 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-06-07T16:21:16-07:00 New Revision: 7b4792159cb7990f50c839713be4dbf6b31191e9 URL: https://github.com/llvm/llvm-project/commit/7b4792159cb7990f50c839713be4dbf6b31191e9 DIFF: https://github.com/llvm/llvm-project/commit/7b4792159cb7990f50c839713be4dbf6b31191e9.d

[Lldb-commits] [lldb] 83a6a0a - [lldb] Print lldbassert to debugger diagnostics

2023-06-13 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-06-13T20:46:33-07:00 New Revision: 83a6a0a620476d2fa181cb663ccbf06cc9d7a24f URL: https://github.com/llvm/llvm-project/commit/83a6a0a620476d2fa181cb663ccbf06cc9d7a24f DIFF: https://github.com/llvm/llvm-project/commit/83a6a0a620476d2fa181cb663ccbf06cc9d7a24f.d

[Lldb-commits] [lldb] d132b85 - [lldb] Include in LLDBAssert

2023-06-13 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-06-13T20:50:29-07:00 New Revision: d132b854b3cbd094a06023f394d9b3dfd44e9b4f URL: https://github.com/llvm/llvm-project/commit/d132b854b3cbd094a06023f394d9b3dfd44e9b4f DIFF: https://github.com/llvm/llvm-project/commit/d132b854b3cbd094a06023f394d9b3dfd44e9b4f.d

[Lldb-commits] [lldb] 1ae6a78 - [lldb] Fix Debugger whitespace and formatting (NFC)

2023-06-13 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-06-13T20:50:30-07:00 New Revision: 1ae6a782f096a9870c3f5bd7c3489abeaa238d0f URL: https://github.com/llvm/llvm-project/commit/1ae6a782f096a9870c3f5bd7c3489abeaa238d0f DIFF: https://github.com/llvm/llvm-project/commit/1ae6a782f096a9870c3f5bd7c3489abeaa238d0f.d

[Lldb-commits] [lldb] 048204d - [lldb] Remove lldbassert from DebugNamesDWARFIndex::GetGlobalVariables

2023-06-14 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-06-14T17:15:20-07:00 New Revision: 048204d6102ab984c067c1a1c9889edb7f58d419 URL: https://github.com/llvm/llvm-project/commit/048204d6102ab984c067c1a1c9889edb7f58d419 DIFF: https://github.com/llvm/llvm-project/commit/048204d6102ab984c067c1a1c9889edb7f58d419.d

[Lldb-commits] [lldb] 7371ec7 - [lldb] Have crashlog warn when remapped paths are inaccessible.

2023-06-14 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-06-14T17:15:28-07:00 New Revision: 7371ec76299df6922911233bd6ee07d7629d09b6 URL: https://github.com/llvm/llvm-project/commit/7371ec76299df6922911233bd6ee07d7629d09b6 DIFF: https://github.com/llvm/llvm-project/commit/7371ec76299df6922911233bd6ee07d7629d09b6.d

[Lldb-commits] [lldb] f1bb534 - [lldb] Simplify logging in Process settings (NFC)

2023-06-16 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-06-16T14:46:46-07:00 New Revision: f1bb534b0ab53fab501fa92c4ef0f5eaf75c6bd6 URL: https://github.com/llvm/llvm-project/commit/f1bb534b0ab53fab501fa92c4ef0f5eaf75c6bd6 DIFF: https://github.com/llvm/llvm-project/commit/f1bb534b0ab53fab501fa92c4ef0f5eaf75c6bd6.d

[Lldb-commits] [lldb] ab85553 - [lldb] Fix Python test formatting (NFC)

2023-06-16 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-06-16T14:51:14-07:00 New Revision: ab855530f797bbc113f75f833a4ca5711749d7c8 URL: https://github.com/llvm/llvm-project/commit/ab855530f797bbc113f75f833a4ca5711749d7c8 DIFF: https://github.com/llvm/llvm-project/commit/ab855530f797bbc113f75f833a4ca5711749d7c8.d

[Lldb-commits] [lldb] f9f279d - [lldb] Fix variable name mismatch between signature and docs (NFC)

2023-06-22 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-06-22T13:50:54-07:00 New Revision: f9f279dc64ac8366fc9095a30d4e0e33827d6bc1 URL: https://github.com/llvm/llvm-project/commit/f9f279dc64ac8366fc9095a30d4e0e33827d6bc1 DIFF: https://github.com/llvm/llvm-project/commit/f9f279dc64ac8366fc9095a30d4e0e33827d6bc1.d

[Lldb-commits] [lldb] 85f40fc - [lldb] Print unprintable characters as unsigned

2023-06-23 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-06-23T11:00:21-07:00 New Revision: 85f40fc676df65416568750f328c71758c84264a URL: https://github.com/llvm/llvm-project/commit/85f40fc676df65416568750f328c71758c84264a DIFF: https://github.com/llvm/llvm-project/commit/85f40fc676df65416568750f328c71758c84264a.d

[Lldb-commits] [lldb] c0045a8 - [lldb] Use format specific for unprintabe char in DumpDataExtractor

2023-06-23 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-06-23T11:56:41-07:00 New Revision: c0045a8e8e0c72a0c8be3a9c333885da4d14d472 URL: https://github.com/llvm/llvm-project/commit/c0045a8e8e0c72a0c8be3a9c333885da4d14d472 DIFF: https://github.com/llvm/llvm-project/commit/c0045a8e8e0c72a0c8be3a9c333885da4d14d472.d

[Lldb-commits] [lldb] d49caf4 - [lldb] Add `source cache dump` and `source cache clear` subcommand

2023-06-26 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-06-26T10:40:08-07:00 New Revision: d49caf4afc1bc460600b316f9736e01ceeebded5 URL: https://github.com/llvm/llvm-project/commit/d49caf4afc1bc460600b316f9736e01ceeebded5 DIFF: https://github.com/llvm/llvm-project/commit/d49caf4afc1bc460600b316f9736e01ceeebded5.d

[Lldb-commits] [lldb] ca79145 - [lldb] Avoid FileSystem::Resolve for cached files in the SourceManager

2023-06-27 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-06-27T14:19:02-07:00 New Revision: ca7914564e676fe52fa80049d9c6932653522424 URL: https://github.com/llvm/llvm-project/commit/ca7914564e676fe52fa80049d9c6932653522424 DIFF: https://github.com/llvm/llvm-project/commit/ca7914564e676fe52fa80049d9c6932653522424.d

[Lldb-commits] [lldb] 7d04c88 - [lldb] Assert index is valid in DWARFDeclContext

2023-06-27 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-06-27T18:23:35-07:00 New Revision: 7d04c886f9e77efa5d73a7b1e2f3cdac395bf8ee URL: https://github.com/llvm/llvm-project/commit/7d04c886f9e77efa5d73a7b1e2f3cdac395bf8ee DIFF: https://github.com/llvm/llvm-project/commit/7d04c886f9e77efa5d73a7b1e2f3cdac395bf8ee.d

[Lldb-commits] [lldb] 51944e7 - [lldb] Add two-level caching in the source manager

2023-07-03 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-07-03T14:12:39-07:00 New Revision: 51944e78bb3760768d62b79e972a8e65baaa1518 URL: https://github.com/llvm/llvm-project/commit/51944e78bb3760768d62b79e972a8e65baaa1518 DIFF: https://github.com/llvm/llvm-project/commit/51944e78bb3760768d62b79e972a8e65baaa1518.d

[Lldb-commits] [lldb] cec93c6 - [lldb] SymbolFileJSON: Update outdates Text -> JSON (NFC)

2023-07-03 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-07-03T14:28:02-07:00 New Revision: cec93c6589fe6e6fab99aa5c11819ff841a469b2 URL: https://github.com/llvm/llvm-project/commit/cec93c6589fe6e6fab99aa5c11819ff841a469b2 DIFF: https://github.com/llvm/llvm-project/commit/cec93c6589fe6e6fab99aa5c11819ff841a469b2.d

[Lldb-commits] [lldb] e0e36e3 - [lldb] Fix incorrect uses of LLDB_LOG_ERROR

2023-07-05 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-07-05T11:27:52-07:00 New Revision: e0e36e3725b50ac690d1839f0e9476e93ff7988d URL: https://github.com/llvm/llvm-project/commit/e0e36e3725b50ac690d1839f0e9476e93ff7988d DIFF: https://github.com/llvm/llvm-project/commit/e0e36e3725b50ac690d1839f0e9476e93ff7988d.d

[Lldb-commits] [lldb] 520681e - [lldb] Fix incorrect uses of formatv specifiers in LLDB_LOG

2023-07-05 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-07-05T11:27:52-07:00 New Revision: 520681e56d3ab9a9f187a1f9c805ff281b815d55 URL: https://github.com/llvm/llvm-project/commit/520681e56d3ab9a9f187a1f9c805ff281b815d55 DIFF: https://github.com/llvm/llvm-project/commit/520681e56d3ab9a9f187a1f9c805ff281b815d55.d

[Lldb-commits] [lldb] 4da5a44 - [lldb] Update crashlog.py to accept multiple results from mdfind

2021-09-07 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2021-09-07T08:36:58-07:00 New Revision: 4da5a446f818cd979868d830eced9770a886a5b6 URL: https://github.com/llvm/llvm-project/commit/4da5a446f818cd979868d830eced9770a886a5b6 DIFF: https://github.com/llvm/llvm-project/commit/4da5a446f818cd979868d830eced9770a886a5b6.d

[Lldb-commits] [lldb] d1d4f36 - [lldb] Make sure there's a value for the key before dereferencing.

2021-09-08 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2021-09-08T13:46:09-07:00 New Revision: d1d4f365566ce9aae40d1f46cae517e4fe8fe6ee URL: https://github.com/llvm/llvm-project/commit/d1d4f365566ce9aae40d1f46cae517e4fe8fe6ee DIFF: https://github.com/llvm/llvm-project/commit/d1d4f365566ce9aae40d1f46cae517e4fe8fe6ee.d

[Lldb-commits] [lldb] c96d457 - [lldb] Remove SBExecutionContext::reset (NFC)

2021-09-16 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2021-09-16T11:00:12-07:00 New Revision: c96d45700f6d3cb2b8d1972bb8de03522b3ff8d7 URL: https://github.com/llvm/llvm-project/commit/c96d45700f6d3cb2b8d1972bb8de03522b3ff8d7 DIFF: https://github.com/llvm/llvm-project/commit/c96d45700f6d3cb2b8d1972bb8de03522b3ff8d7.d

[Lldb-commits] [lldb] fe4b846 - [lldb] Fix whitespace in CommandObjectTarget (NFC)

2021-09-20 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2021-09-20T09:08:03-07:00 New Revision: fe4b8467b5dca564b4859256b08ece5fa1eaa574 URL: https://github.com/llvm/llvm-project/commit/fe4b8467b5dca564b4859256b08ece5fa1eaa574 DIFF: https://github.com/llvm/llvm-project/commit/fe4b8467b5dca564b4859256b08ece5fa1eaa574.d

[Lldb-commits] [lldb] a89bfc6 - [lldb] Extract adding symbols for UUID/File/Frame (NFC)

2021-09-20 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2021-09-20T09:08:04-07:00 New Revision: a89bfc61203d5c2071cddaff26345771716463ec URL: https://github.com/llvm/llvm-project/commit/a89bfc61203d5c2071cddaff26345771716463ec DIFF: https://github.com/llvm/llvm-project/commit/a89bfc61203d5c2071cddaff26345771716463ec.d

[Lldb-commits] [lldb] 47f79c6 - [lldb] Add --stack option to `target symbols add` command

2021-09-21 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2021-09-21T23:08:14-07:00 New Revision: 47f79c6057764e0c83016269ae2359f8c5c8d135 URL: https://github.com/llvm/llvm-project/commit/47f79c6057764e0c83016269ae2359f8c5c8d135 DIFF: https://github.com/llvm/llvm-project/commit/47f79c6057764e0c83016269ae2359f8c5c8d135.d

[Lldb-commits] [lldb] c628875 - [lldb] Copy the system debugserver in LLDB.framework

2021-09-24 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2021-09-24T15:07:22-07:00 New Revision: c6288759296f808a2f7304bbd1bd5b18974e4ccc URL: https://github.com/llvm/llvm-project/commit/c6288759296f808a2f7304bbd1bd5b18974e4ccc DIFF: https://github.com/llvm/llvm-project/commit/c6288759296f808a2f7304bbd1bd5b18974e4ccc.d

[Lldb-commits] [lldb] 3fe771b - [LLDB] Fix objc_clsopt_v16_t struct

2021-10-04 Thread Jonas Devlieghere via lldb-commits
Author: Alfsonso Gregory Date: 2021-10-04T08:55:09-07:00 New Revision: 3fe771bf02d0318bfa12befd0be235383744439f URL: https://github.com/llvm/llvm-project/commit/3fe771bf02d0318bfa12befd0be235383744439f DIFF: https://github.com/llvm/llvm-project/commit/3fe771bf02d0318bfa12befd0be235383744439f.di

[Lldb-commits] [lldb] 730fca4 - [lldb] Improve meta data stripping from JSON crashlogs

2021-10-05 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2021-10-05T12:15:54-07:00 New Revision: 730fca46fc87dad09040cb0b27ede10ae2c7c9d7 URL: https://github.com/llvm/llvm-project/commit/730fca46fc87dad09040cb0b27ede10ae2c7c9d7 DIFF: https://github.com/llvm/llvm-project/commit/730fca46fc87dad09040cb0b27ede10ae2c7c9d7.d

[Lldb-commits] [lldb] b913065 - [lldb] Support missing threadState in JSON crashlogs

2021-10-07 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2021-10-07T15:53:52-07:00 New Revision: b913065bf470bcaf1ee8ff8b6a647b877110a4ba URL: https://github.com/llvm/llvm-project/commit/b913065bf470bcaf1ee8ff8b6a647b877110a4ba DIFF: https://github.com/llvm/llvm-project/commit/b913065bf470bcaf1ee8ff8b6a647b877110a4ba.d

[Lldb-commits] [lldb] b225c5f - [lldb] Parse and display reporting errors from JSON crashlogs

2021-10-07 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2021-10-07T15:53:52-07:00 New Revision: b225c5f7861c7f99de3d52dc1ed23e358c5cce36 URL: https://github.com/llvm/llvm-project/commit/b225c5f7861c7f99de3d52dc1ed23e358c5cce36 DIFF: https://github.com/llvm/llvm-project/commit/b225c5f7861c7f99de3d52dc1ed23e358c5cce36.d

[Lldb-commits] [lldb] 070315d - Revert "Allow signposts to take advantage of deferred string substitution"

2021-10-11 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2021-10-11T11:09:36-07:00 New Revision: 070315d04c6bb259ab058bd15a851124a7c7f6e6 URL: https://github.com/llvm/llvm-project/commit/070315d04c6bb259ab058bd15a851124a7c7f6e6 DIFF: https://github.com/llvm/llvm-project/commit/070315d04c6bb259ab058bd15a851124a7c7f6e6.d

[Lldb-commits] [lldb] c900b0a - [lldb] Skip target variable test on AS

2021-10-17 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2021-10-17T19:12:24-07:00 New Revision: c900b0a6d5f7aba7d71c3f0d02eb27a2bc9c9448 URL: https://github.com/llvm/llvm-project/commit/c900b0a6d5f7aba7d71c3f0d02eb27a2bc9c9448 DIFF: https://github.com/llvm/llvm-project/commit/c900b0a6d5f7aba7d71c3f0d02eb27a2bc9c9448.d

[Lldb-commits] [lldb] 957a5e9 - [lldb] Fix nullptr dereference in AppleObjCRuntimeV2

2021-10-18 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2021-10-18T23:30:31-07:00 New Revision: 957a5e987444d3193575d6ad8afe6c75da00d794 URL: https://github.com/llvm/llvm-project/commit/957a5e987444d3193575d6ad8afe6c75da00d794 DIFF: https://github.com/llvm/llvm-project/commit/957a5e987444d3193575d6ad8afe6c75da00d794.d

[Lldb-commits] [lldb] 1529738 - [debugserver] Fix BUILDING_FOR_ARM64_OSX

2021-10-19 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2021-10-19T09:55:53-07:00 New Revision: 1529738b6619cdf817feb31771b57a893accf63b URL: https://github.com/llvm/llvm-project/commit/1529738b6619cdf817feb31771b57a893accf63b DIFF: https://github.com/llvm/llvm-project/commit/1529738b6619cdf817feb31771b57a893accf63b.d

[Lldb-commits] [lldb] 207998c - [lldb] Remove variable "any" which is set but not used

2021-10-20 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2021-10-20T12:08:35-07:00 New Revision: 207998c242c8c8a270ff22a5136da87338546725 URL: https://github.com/llvm/llvm-project/commit/207998c242c8c8a270ff22a5136da87338546725 DIFF: https://github.com/llvm/llvm-project/commit/207998c242c8c8a270ff22a5136da87338546725.d

[Lldb-commits] [lldb] 09b95b9 - [lldb] Always set the minimum OS version in the Darwin builder

2021-10-21 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2021-10-21T17:03:06-07:00 New Revision: 09b95b9dc9afb0c12e7d10faea17ed0cb6920b9f URL: https://github.com/llvm/llvm-project/commit/09b95b9dc9afb0c12e7d10faea17ed0cb6920b9f DIFF: https://github.com/llvm/llvm-project/commit/09b95b9dc9afb0c12e7d10faea17ed0cb6920b9f.d

[Lldb-commits] [lldb] 08f4b56 - [lldb] Include unistd.h for sleep in profile_vrs_detach

2021-10-21 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2021-10-21T17:32:15-07:00 New Revision: 08f4b56fb9795b5d271378fb62c3fed67ab1b754 URL: https://github.com/llvm/llvm-project/commit/08f4b56fb9795b5d271378fb62c3fed67ab1b754 DIFF: https://github.com/llvm/llvm-project/commit/08f4b56fb9795b5d271378fb62c3fed67ab1b754.d

[Lldb-commits] [lldb] 0f12cf7 - [lldb] Pass the target triple when determining the DWARF version

2021-10-22 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2021-10-22T10:13:24-07:00 New Revision: 0f12cf7ebaaf9f2a52be3baef7d25562a5ac15cb URL: https://github.com/llvm/llvm-project/commit/0f12cf7ebaaf9f2a52be3baef7d25562a5ac15cb DIFF: https://github.com/llvm/llvm-project/commit/0f12cf7ebaaf9f2a52be3baef7d25562a5ac15cb.d

[Lldb-commits] [lldb] b1bb1d4 - [lldb] Skip tests for target var without a proc on both arm64 & arm64e

2021-10-25 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2021-10-25T20:45:38-07:00 New Revision: b1bb1d4c46889c4cae2b6586b50c3397584fa064 URL: https://github.com/llvm/llvm-project/commit/b1bb1d4c46889c4cae2b6586b50c3397584fa064 DIFF: https://github.com/llvm/llvm-project/commit/b1bb1d4c46889c4cae2b6586b50c3397584fa064.d

[Lldb-commits] [lldb] 8bac9e3 - [lldb] Fixup code addresses in the Objective-C language runtime

2021-10-27 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2021-10-27T14:48:03-07:00 New Revision: 8bac9e3686e05916db88dab29b3c7fee70090d81 URL: https://github.com/llvm/llvm-project/commit/8bac9e3686e05916db88dab29b3c7fee70090d81 DIFF: https://github.com/llvm/llvm-project/commit/8bac9e3686e05916db88dab29b3c7fee70090d81.d

[Lldb-commits] [lldb] a0c1e75 - [lldb] Skip TestCCallingConventions.test_ms_abi on arm64

2021-10-27 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2021-10-27T16:08:14-07:00 New Revision: a0c1e7571fe4f61d0f976bff3cdc50d1c2a578a6 URL: https://github.com/llvm/llvm-project/commit/a0c1e7571fe4f61d0f976bff3cdc50d1c2a578a6 DIFF: https://github.com/llvm/llvm-project/commit/a0c1e7571fe4f61d0f976bff3cdc50d1c2a578a6.d

[Lldb-commits] [lldb] 2c35073 - [lldb] The os and version are not separate components in the triple

2021-10-27 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2021-10-27T16:40:20-07:00 New Revision: 2c350730ca8b75727188139f033a7bd60d9383c7 URL: https://github.com/llvm/llvm-project/commit/2c350730ca8b75727188139f033a7bd60d9383c7 DIFF: https://github.com/llvm/llvm-project/commit/2c350730ca8b75727188139f033a7bd60d9383c7.d

[Lldb-commits] [lldb] 2aa3b56 - [lldb] Fix TestMacCatalyst.py

2021-10-28 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2021-10-28T17:57:55-07:00 New Revision: 2aa3b56339423969f0c89fe10d81f32ff77db2d2 URL: https://github.com/llvm/llvm-project/commit/2aa3b56339423969f0c89fe10d81f32ff77db2d2 DIFF: https://github.com/llvm/llvm-project/commit/2aa3b56339423969f0c89fe10d81f32ff77db2d2.d

[Lldb-commits] [lldb] 64cc073 - [lldb] Only specify LLVM_ENABLE_RUNTIMES in the libcxx error message.

2021-11-01 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2021-11-01T09:39:24-07:00 New Revision: 64cc073abd59d7ac2359d258f407254de6c79c84 URL: https://github.com/llvm/llvm-project/commit/64cc073abd59d7ac2359d258f407254de6c79c84 DIFF: https://github.com/llvm/llvm-project/commit/64cc073abd59d7ac2359d258f407254de6c79c84.d

[Lldb-commits] [lldb] 50b40b0 - [lldb] Improve error reporting in `lang objc tagged-pointer info`

2021-11-02 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2021-11-02T14:25:42-07:00 New Revision: 50b40b0518900f60ec2712384f6ce40341ed7484 URL: https://github.com/llvm/llvm-project/commit/50b40b0518900f60ec2712384f6ce40341ed7484 DIFF: https://github.com/llvm/llvm-project/commit/50b40b0518900f60ec2712384f6ce40341ed7484.d

[Lldb-commits] [lldb] f9e6be5 - [lldb] Update tagged pointer command output and test.

2021-11-03 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2021-11-03T15:04:36-07:00 New Revision: f9e6be5cc1a2cfe5294d4d55336b23266fcfc26f URL: https://github.com/llvm/llvm-project/commit/f9e6be5cc1a2cfe5294d4d55336b23266fcfc26f DIFF: https://github.com/llvm/llvm-project/commit/f9e6be5cc1a2cfe5294d4d55336b23266fcfc26f.d

[Lldb-commits] [lldb] 3120cad - [debugserver] Fix typo in DNBArchImplARM64

2021-11-04 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2021-11-04T09:43:50-07:00 New Revision: 3120cadac782cd51f88f52dd2e88a20a6aa77b4b URL: https://github.com/llvm/llvm-project/commit/3120cadac782cd51f88f52dd2e88a20a6aa77b4b DIFF: https://github.com/llvm/llvm-project/commit/3120cadac782cd51f88f52dd2e88a20a6aa77b4b.d

[Lldb-commits] [lldb] 10eb32f - [lldb] Improve 'lang objc tagged-pointer info' command

2021-11-05 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2021-11-05T13:19:00-07:00 New Revision: 10eb32f45d40e180a229590f57dd0a61f97f1bc9 URL: https://github.com/llvm/llvm-project/commit/10eb32f45d40e180a229590f57dd0a61f97f1bc9 DIFF: https://github.com/llvm/llvm-project/commit/10eb32f45d40e180a229590f57dd0a61f97f1bc9.d

[Lldb-commits] [lldb] 6d48e25 - [lldb] Use std::string instead of llvm::Twine in GDBRemoteCommunicationClient

2021-11-05 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2021-11-05T13:19:00-07:00 New Revision: 6d48e2505c7a68a470e75b61ad504d51db0f8a36 URL: https://github.com/llvm/llvm-project/commit/6d48e2505c7a68a470e75b61ad504d51db0f8a36 DIFF: https://github.com/llvm/llvm-project/commit/6d48e2505c7a68a470e75b61ad504d51db0f8a36.d

[Lldb-commits] [lldb] ef2efd2 - [lldb] Remove 'result' variable which is set but not used (NFC)

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

[Lldb-commits] [lldb] 05fbe75 - [lldb] Remove nested switches from ARMGetSupportedArchitectureAtIndex (NFC)

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

[Lldb-commits] [lldb] cd7a2bf - [lldb] Don't set the OS for ARMGetSupportedArchitectureAtIndex

2021-11-05 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2021-11-05T22:52:28-07:00 New Revision: cd7a2bf94b69e613ce64327839b831610c4eea14 URL: https://github.com/llvm/llvm-project/commit/cd7a2bf94b69e613ce64327839b831610c4eea14 DIFF: https://github.com/llvm/llvm-project/commit/cd7a2bf94b69e613ce64327839b831610c4eea14.d

[Lldb-commits] [lldb] 1ab9a29 - [lldb] Fix C2360: initialization of 'identifier' is skipped by 'case' label

2021-11-05 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2021-11-05T23:09:35-07:00 New Revision: 1ab9a2906e19cca87cafac25cc31231a36de4843 URL: https://github.com/llvm/llvm-project/commit/1ab9a2906e19cca87cafac25cc31231a36de4843 DIFF: https://github.com/llvm/llvm-project/commit/1ab9a2906e19cca87cafac25cc31231a36de4843.d

[Lldb-commits] [lldb] d09a21a - [lldb] Remove failures case from TestTaggedPointerCmd

2021-11-07 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2021-11-07T10:40:43-08:00 New Revision: d09a21a0b378675c7f69628ce7a9cd0d54dec1da URL: https://github.com/llvm/llvm-project/commit/d09a21a0b378675c7f69628ce7a9cd0d54dec1da DIFF: https://github.com/llvm/llvm-project/commit/d09a21a0b378675c7f69628ce7a9cd0d54dec1da.d

[Lldb-commits] [lldb] 0f2a7f2 - [debugserver] Put building for arm64e behind a CMake flag

2021-11-08 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2021-11-08T21:01:43-08:00 New Revision: 0f2a7f2955cc632846ed8cd17865d887795eb0b3 URL: https://github.com/llvm/llvm-project/commit/0f2a7f2955cc632846ed8cd17865d887795eb0b3 DIFF: https://github.com/llvm/llvm-project/commit/0f2a7f2955cc632846ed8cd17865d887795eb0b3.d

[Lldb-commits] [lldb] 18d883c - [debugserver] Remove varaible `ldb_set` which is set but not used.

2021-11-10 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2021-11-10T11:56:59-08:00 New Revision: 18d883cc0a0623f6a1b9a4fdbd0c21b3a70a88a0 URL: https://github.com/llvm/llvm-project/commit/18d883cc0a0623f6a1b9a4fdbd0c21b3a70a88a0 DIFF: https://github.com/llvm/llvm-project/commit/18d883cc0a0623f6a1b9a4fdbd0c21b3a70a88a0.d

[Lldb-commits] [lldb] 0a302f6 - [lldb] Search PrivateFrameworks when using an internal SDK

2021-11-30 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2021-11-30T11:28:19-08:00 New Revision: 0a302f66673720a0d3fd3f0ce32ec9cfda428cf1 URL: https://github.com/llvm/llvm-project/commit/0a302f66673720a0d3fd3f0ce32ec9cfda428cf1 DIFF: https://github.com/llvm/llvm-project/commit/0a302f66673720a0d3fd3f0ce32ec9cfda428cf1.d

[Lldb-commits] [lldb] 4fa9e43 - [lldb] Fix indentation in builders/darwin.py

2021-11-30 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2021-11-30T11:28:52-08:00 New Revision: 4fa9e435209e6067b9d5921647429053ae7a8e0c URL: https://github.com/llvm/llvm-project/commit/4fa9e435209e6067b9d5921647429053ae7a8e0c DIFF: https://github.com/llvm/llvm-project/commit/4fa9e435209e6067b9d5921647429053ae7a8e0c.d

[Lldb-commits] [lldb] c471359 - [lldb] Fix TypeError: argument of type 'NoneType' is not iterable

2021-11-30 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2021-11-30T12:41:45-08:00 New Revision: c47135949779904542ee1e6d5486609ebf0da1b5 URL: https://github.com/llvm/llvm-project/commit/c47135949779904542ee1e6d5486609ebf0da1b5 DIFF: https://github.com/llvm/llvm-project/commit/c47135949779904542ee1e6d5486609ebf0da1b5.d

[Lldb-commits] [lldb] 5f2e8f5 - [lldb] Mark TestTsanBasic and TestUbsanBasic as "no debug info" tests

2021-11-30 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2021-11-30T12:40:50-08:00 New Revision: 5f2e8f579697492fab572796f99bc713f349e6fe URL: https://github.com/llvm/llvm-project/commit/5f2e8f579697492fab572796f99bc713f349e6fe DIFF: https://github.com/llvm/llvm-project/commit/5f2e8f579697492fab572796f99bc713f349e6fe.d

[Lldb-commits] [lldb] d1326a3 - [lldb] Fix broken skipUnlessUndefinedBehaviorSanitizer decorator

2021-11-30 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2021-11-30T13:03:33-08:00 New Revision: d1326a3b10054dd89be46f51f857d009cf8ae14f URL: https://github.com/llvm/llvm-project/commit/d1326a3b10054dd89be46f51f857d009cf8ae14f DIFF: https://github.com/llvm/llvm-project/commit/d1326a3b10054dd89be46f51f857d009cf8ae14f.d

[Lldb-commits] [lldb] 92a8dc0 - [lldb] Temporarily skip TestTsanBasic on Darwin

2021-11-30 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2021-11-30T20:11:26-08:00 New Revision: 92a8dc0735cfb3f296f0c487b20d8fa8474e3e40 URL: https://github.com/llvm/llvm-project/commit/92a8dc0735cfb3f296f0c487b20d8fa8474e3e40 DIFF: https://github.com/llvm/llvm-project/commit/92a8dc0735cfb3f296f0c487b20d8fa8474e3e40.d

[Lldb-commits] [lldb] da7e3fc - Revert "[lldb] Temporarily skip TestTsanBasic on Darwin"

2021-12-01 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2021-12-01T10:40:42-08:00 New Revision: da7e3fc9abed2f0d8b48c16a9f774318bb1fb1e1 URL: https://github.com/llvm/llvm-project/commit/da7e3fc9abed2f0d8b48c16a9f774318bb1fb1e1 DIFF: https://github.com/llvm/llvm-project/commit/da7e3fc9abed2f0d8b48c16a9f774318bb1fb1e1.d

[Lldb-commits] [lldb] 8f329ce - [lldb] Split TestCxxChar8_t

2021-12-01 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2021-12-01T16:58:43-08:00 New Revision: 8f329cee423735c2767d3ba490e39db49f649c21 URL: https://github.com/llvm/llvm-project/commit/8f329cee423735c2767d3ba490e39db49f649c21 DIFF: https://github.com/llvm/llvm-project/commit/8f329cee423735c2767d3ba490e39db49f649c21.d

[Lldb-commits] [lldb] 8176768 - [lldb] Fix DYLD_INSERT_LIBRARIES on AS

2021-12-01 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2021-12-01T20:03:05-08:00 New Revision: 8176768b46b7839a8495d58341198dffad11bc14 URL: https://github.com/llvm/llvm-project/commit/8176768b46b7839a8495d58341198dffad11bc14 DIFF: https://github.com/llvm/llvm-project/commit/8176768b46b7839a8495d58341198dffad11bc14.d

[Lldb-commits] [lldb] fcd2d85 - [lldb] Skip test_launch_scripted_process_stack_frames with ASan

2021-12-01 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2021-12-01T21:35:00-08:00 New Revision: fcd2d85cc9438ffe8e4a4948898077dfc253fe9d URL: https://github.com/llvm/llvm-project/commit/fcd2d85cc9438ffe8e4a4948898077dfc253fe9d DIFF: https://github.com/llvm/llvm-project/commit/fcd2d85cc9438ffe8e4a4948898077dfc253fe9d.d

[Lldb-commits] [lldb] [lldb] Expose Platform::Attach through the SB API (PR #68050)

2023-10-02 Thread Jonas Devlieghere via lldb-commits
https://github.com/JDevlieghere created https://github.com/llvm/llvm-project/pull/68050 Expose Platform::Attach through the SB API. rdar://116188959 >From 6cf631f5acf3eb18e7cf12a2b996c9f974a360e2 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Sun, 1 Oct 2023 20:48:50 -0700 Subject: [P

[Lldb-commits] [lldb] [lldb] Expose Platform::Attach through the SB API (PR #68050)

2023-10-03 Thread Jonas Devlieghere via lldb-commits
@@ -574,6 +576,29 @@ SBError SBPlatform::Launch(SBLaunchInfo &launch_info) { }); } +SBProcess SBPlatform::Attach(SBAttachInfo &attach_info, + const SBDebugger &debugger, SBTarget &target, JDevlieghere wrote: - `attach_info` canno

[Lldb-commits] [lldb] [lldb] Expose Platform::Attach through the SB API (PR #68050)

2023-10-03 Thread Jonas Devlieghere via lldb-commits
https://github.com/JDevlieghere updated https://github.com/llvm/llvm-project/pull/68050 >From c83435474699ba6ca5ff57bcb1dacaef0987f4b4 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Tue, 3 Oct 2023 08:41:01 -0700 Subject: [PATCH] [lldb] Expose Platform::Attach through the SB API Expose

[Lldb-commits] [lldb] [lldb] Fix --persistent-result description (PR #68128)

2023-10-03 Thread Jonas Devlieghere via lldb-commits
https://github.com/JDevlieghere approved this pull request. https://github.com/llvm/llvm-project/pull/68128 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] add stop-at-user-entry option to process launch (PR #67019)

2023-10-03 Thread Jonas Devlieghere via lldb-commits
=?utf-8?q?José?= L. Junior , =?utf-8?q?José?= L. Junior Message-ID: In-Reply-To: https://github.com/JDevlieghere edited https://github.com/llvm/llvm-project/pull/67019 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/c

[Lldb-commits] [lldb] [lldb] add stop-at-user-entry option to process launch (PR #67019)

2023-10-03 Thread Jonas Devlieghere via lldb-commits
=?utf-8?q?José?= L. Junior , =?utf-8?q?José?= L. Junior Message-ID: In-Reply-To: @@ -95,21 +95,24 @@ class Language : public PluginInterface { class EitherTypeScavenger : public TypeScavenger { public: EitherTypeScavenger() : TypeScavenger() { - for (std::shared

[Lldb-commits] [lldb] [lldb] add stop-at-user-entry option to process launch (PR #67019)

2023-10-03 Thread Jonas Devlieghere via lldb-commits
=?utf-8?q?Jos=C3=A9?= L. Junior , =?utf-8?q?Jos=C3=A9?= L. Junior Message-ID: In-Reply-To: https://github.com/JDevlieghere requested changes to this pull request. https://github.com/llvm/llvm-project/pull/67019 ___ lldb-commits mailing list lldb-com

[Lldb-commits] [lldb] [lldb] add stop-at-user-entry option to process launch (PR #67019)

2023-10-03 Thread Jonas Devlieghere via lldb-commits
=?utf-8?q?José?= L. Junior , =?utf-8?q?José?= L. Junior Message-ID: In-Reply-To: @@ -335,6 +335,48 @@ BreakpointSP Target::GetBreakpointByID(break_id_t break_id) { return bp_sp; } +lldb::BreakpointSP lldb_private::Target::CreateBreakpointAtUserEntry() { + TargetSP targe

[Lldb-commits] [lldb] [lldb] add stop-at-user-entry option to process launch (PR #67019)

2023-10-03 Thread Jonas Devlieghere via lldb-commits
=?utf-8?q?José?= L. Junior , =?utf-8?q?José?= L. Junior Message-ID: In-Reply-To: @@ -38,7 +41,13 @@ Status CommandOptionsProcessLaunch::SetOptionValue( case 's': // Stop at program entry point launch_info.GetFlags().Set(eLaunchFlagStopAtEntry); break; - + case 'm'

[Lldb-commits] [lldb] [lldb] Expose Platform::Attach through the SB API (PR #68050)

2023-10-03 Thread Jonas Devlieghere via lldb-commits
https://github.com/JDevlieghere closed https://github.com/llvm/llvm-project/pull/68050 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Mark operator== const to avoid ambiguity in C++20. (PR #68224)

2023-10-04 Thread Jonas Devlieghere via lldb-commits
https://github.com/JDevlieghere approved this pull request. https://github.com/llvm/llvm-project/pull/68224 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Mark operator== const to avoid ambiguity in C++20. (PR #68224)

2023-10-04 Thread Jonas Devlieghere via lldb-commits
https://github.com/JDevlieghere closed https://github.com/llvm/llvm-project/pull/68224 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Expose Platform::Attach through the SB API (PR #68050)

2023-10-04 Thread Jonas Devlieghere via lldb-commits
JDevlieghere wrote: Thank you @antmox and @DavidSpickett for following up on this. https://github.com/llvm/llvm-project/pull/68050 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Expose SBPlatform::GetAllProcesses to the SB API (PR #68378)

2023-10-05 Thread Jonas Devlieghere via lldb-commits
https://github.com/JDevlieghere created https://github.com/llvm/llvm-project/pull/68378 Add the ability to list all processes through the SB API. rdar://116188959 >From 8611bebd2b6cd4f6de797240c1cb184af71f384d Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Thu, 5 Oct 2023 21:07:03 -07

[Lldb-commits] [lldb] [lldb] Expose SBPlatform::GetAllProcesses to the SB API (PR #68378)

2023-10-05 Thread Jonas Devlieghere via lldb-commits
@@ -0,0 +1,73 @@ +//===-- SBProcessInfoList.cpp -===// +// +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 W

[Lldb-commits] [lldb] [lldb] Expose SBPlatform::GetAllProcesses to the SB API (PR #68378)

2023-10-05 Thread Jonas Devlieghere via lldb-commits
@@ -989,6 +989,14 @@ uint32_t Platform::FindProcesses(const ProcessInstanceInfoMatch &match_info, return match_count; } +ProcessInstanceInfoList Platform::GetAllProcesses() { + ProcessInstanceInfoList processes; + ProcessInstanceInfoMatch match; + assert(match.MatchAllPr

[Lldb-commits] [lldb] [lldb] Expose SBPlatform::GetAllProcesses to the SB API (PR #68378)

2023-10-05 Thread Jonas Devlieghere via lldb-commits
https://github.com/JDevlieghere updated https://github.com/llvm/llvm-project/pull/68378 >From 450be6e0e3e7b9b13f7674fbade9c5ce3bce9d97 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Thu, 5 Oct 2023 21:07:03 -0700 Subject: [PATCH] [lldb] Expose SBPlatform::GetAllProcesses to the SB API

[Lldb-commits] [lldb] [lldb[test] TestCppUnionStaticMembers.py: XFAIL assertions on windows (PR #68408)

2023-10-06 Thread Jonas Devlieghere via lldb-commits
https://github.com/JDevlieghere approved this pull request. https://github.com/llvm/llvm-project/pull/68408 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [LLDB][NFC] Create a namespace for the DWARF plugin (PR #68150)

2023-10-06 Thread Jonas Devlieghere via lldb-commits
@@ -18,7 +18,9 @@ #include "llvm/DebugInfo/DWARF/DWARFLocationExpression.h" #include +namespace lldb_plugin::dwarf { JDevlieghere wrote: I'd prefer the old way for the sake of consistency. https://github.com/llvm/llvm-project/pull/68150 ___

[Lldb-commits] [lldb] [LLDB][NFC] Create a namespace for the DWARF plugin (PR #68150)

2023-10-06 Thread Jonas Devlieghere via lldb-commits
JDevlieghere wrote: In the previous iteration of this PR, @bulbazord suggested keeping this in the `lldb_private` namespace. Something like `lldb_private::plugin::dwarf` for example? Is there a reason to make this not part of `lldb_private`? As Jim pointed out in that thread, the way LLDB plug

[Lldb-commits] [lldb] [LLDB][NFC] Create a namespace for the DWARF plugin (PR #68150)

2023-10-06 Thread Jonas Devlieghere via lldb-commits
JDevlieghere wrote: > Do you still want these nested namespaces to be defined in three lines > instead of one? I could keep consistency as you mention, but I don't know if > that would be visually too much. If the plan is to move all plugins under `lldb_private::plugin` then the one-line is f

[Lldb-commits] [lldb] [lldb] Expose SBPlatform::GetAllProcesses to the SB API (PR #68378)

2023-10-06 Thread Jonas Devlieghere via lldb-commits
https://github.com/JDevlieghere closed https://github.com/llvm/llvm-project/pull/68378 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] add stop-at-user-entry option to process launch (PR #67019)

2023-10-09 Thread Jonas Devlieghere via lldb-commits
@@ -335,6 +335,47 @@ BreakpointSP Target::GetBreakpointByID(break_id_t break_id) { return bp_sp; } +lldb::BreakpointSP +lldb_private::Target::CreateBreakpointAtUserEntry(Status &error) { + ModuleSP main_module_sp = GetExecutableModule(); + FileSpecList shared_lib_filter;

[Lldb-commits] [lldb] [lldb] add stop-at-user-entry option to process launch (PR #67019)

2023-10-09 Thread Jonas Devlieghere via lldb-commits
@@ -0,0 +1,8 @@ +# RUN: %clang_host -g %S/Inputs/main.c -o %t +# RUN: %lldb %t -s %s -o exit | FileCheck %s + +process launch -m +# CHECK-LABEL: process launch -m +# CHECK: Process {{.*}} stopped +# CHECK: stop reason = one-shot breakpoint 1 +# CHECK: frame #0: {{.*}}`main at ma

[Lldb-commits] [lldb] [lldb] add stop-at-user-entry option to process launch (PR #67019)

2023-10-09 Thread Jonas Devlieghere via lldb-commits
@@ -160,6 +160,10 @@ class Language : public PluginInterface { virtual lldb::LanguageType GetLanguageType() const = 0; + // Implement this function to return the user-defined entry point name + // for the language JDevlieghere wrote: Missing period http

[Lldb-commits] [lldb] [lldb][NFCI] Remove use of ConstString from FilterRule in StructuredDataDarwinLog (PR #68347)

2023-10-09 Thread Jonas Devlieghere via lldb-commits
@@ -252,7 +253,8 @@ class FilterRule { const bool m_accept; const size_t m_attribute_index; - const ConstString m_operation; + // The lifetime of m_operation should be static. JDevlieghere wrote: Static seems confusing in this context. Do you mean shoul

<    14   15   16   17   18   19   20   21   22   23   >