[Lldb-commits] [lldb] [lldb][Docs] Fix typo in `tutorial.rst` (PR #111326)

2024-10-06 Thread via lldb-commits
llvmbot wrote: @llvm/pr-subscribers-lldb Author: 苏灵素@夏日限定 (Surinrasu) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/111326.diff 1 Files Affected: - (modified) lldb/docs/use/tutorial.rst (+3-3) ``diff diff --git a/lldb/docs/use/tutorial.rst b/lldb/docs/use

[Lldb-commits] [lldb] [lldb][Docs] Fix typo in `tutorial.rst` (PR #111326)

2024-10-06 Thread via lldb-commits
https://github.com/Surinrasu created https://github.com/llvm/llvm-project/pull/111326 None From 86831746f36bb895ed4c2712012e33b8dff9dc8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E7=81=B5=E7=B4=A0=40=E5=A4=8F=E6=97=A5=E9=99=90?= =?UTF-8?q?=E5=AE=9A?= Date: Mon, 7 Oct 2024 10:12:26 +0

[Lldb-commits] [lldb] [lldb][Docs] Fix typo in `tutorial.rst` (PR #111326)

2024-10-06 Thread via lldb-commits
github-actions[bot] wrote: Thank you for submitting a Pull Request (PR) to the LLVM Project! This PR will be automatically labeled and the relevant teams will be notified. If you wish to, you can add reviewers by using the "Reviewers" section on this page. If this is not working for you, it

[Lldb-commits] [lldb] DynamicLoaderDarwin load images in parallel (PR #110439)

2024-10-06 Thread Jason Molenda via lldb-commits
jasonmolenda wrote: Ah, yes Simulator debugging is a bit different than macOS process debugging. With macOS process debugging -- with lldb and the inferior process running on the same computer -- lldb is using the same shared cache as the inferior process, so to read the libraries it reads th

[Lldb-commits] [lldb] [lldb-dap] Add: show return value on step out (PR #106907)

2024-10-06 Thread via lldb-commits
https://github.com/Da-Viper updated https://github.com/llvm/llvm-project/pull/106907 >From 2ca64edb00d1f7b9d2938c9db32644c4a8cbc13e Mon Sep 17 00:00:00 2001 From: Ezike Ebuka Date: Sun, 1 Sep 2024 13:48:41 +0100 Subject: [PATCH 1/3] Add: show return value on step out --- lldb/tools/lldb-dap/l

[Lldb-commits] [lldb] Make env and source map dictionaries #95137 (PR #106919)

2024-10-06 Thread via lldb-commits
Da-Viper wrote: @walter-erquinigo Is there anything missing for this pull request ? https://github.com/llvm/llvm-project/pull/106919 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commit

[Lldb-commits] [lldb] DynamicLoaderDarwin load images in parallel (PR #110439)

2024-10-06 Thread Jason Molenda via lldb-commits
jasonmolenda wrote: This is an interesting idea, thanks for looking into it. When I spoke with Augusto about it, my main concern was that all of the Modules would be trying to add strings to the constant string pool and lock contention could become a bottleneck. I built github main unmodifie

[Lldb-commits] [lldb] DynamicLoaderDarwin load images in parallel (PR #110439)

2024-10-06 Thread Jason Molenda via lldb-commits
jasonmolenda wrote: nb I used `plugin.experimental.dynamic-loader.darwin.enable-parallel-image-load` as the settings name so I could use the same command for all three types of lldb's - the unmodified lldb would give an error on an unrecognized setting normally and I didn't want to see that.

[Lldb-commits] [libcxx] [lldb] [lldb][CMake] Add single target that runs libc++ tests (PR #110856)

2024-10-06 Thread Michael Buch via lldb-commits
Michael137 wrote: Hmm seems like we can't currently run `dotest-param='--category'` on the API test suite because of the simulator tests: ``` File "/home/runner/_work/llvm-project/llvm-project/lldb/packages/Python/lldbsuite/test/test_result.py", line 183, in startTest self.hardMarkAsSkipp

[Lldb-commits] [lldb] DynamicLoaderDarwin load images in parallel (PR #110439)

2024-10-06 Thread Dmitrii Galimzianov via lldb-commits
DmT021 wrote: > my main concern was that all of the Modules would be trying to add strings to > the constant string pool and lock contention could become a bottleneck. Yeah it sure would be a bottleneck. I didn't measure it precisely but I think I saw something about 30-50% of the time is spen

[Lldb-commits] [lldb] [lldb-dap] Add: show return value on step out (PR #106907)

2024-10-06 Thread Walter Erquinigo via lldb-commits
https://github.com/walter-erquinigo commented: This looks much better! Could you please write some tests? https://github.com/llvm/llvm-project/pull/106907 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/

[Lldb-commits] [lldb] Make env and source map dictionaries #95137 (PR #106919)

2024-10-06 Thread Walter Erquinigo via lldb-commits
https://github.com/walter-erquinigo approved this pull request. nice! https://github.com/llvm/llvm-project/pull/106919 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits