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
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
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
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
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
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
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
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.
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
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
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/
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
12 matches
Mail list logo