-
Running `./x t tests/debuginfo` on my system configuration creates a lot of errors like this:
```
---- [debuginfo-lldb] tests/debuginfo/basic-types.rs stdout ----
NOTE: compiletest thinks it is u…
-
On Linux, when writing to memory, the bytes where there are breakpoints on it are left unchanged. The expected behavior is to report the newly written value -- despite the actual byte value is 0xc3. T…
-
I'm using lldb-18 to debug my llvm build. When I try to call `F.viewCFG()` through debugger, lldb reports error:
"error: Execution was interrupted, reason: vfork.
The process has been returned to th…
-
OS: macOS 14.1.1 (23B81)
VSCode version: 1.81.0
CodeLLDB version: v1.10.0
Compiler: rustc 1.74.0 (79e9716c9 2023-11-13)
Debuggee: rust binary
Reproduction case: https://github.com/fspoettel/cod…
-
### Brief Issue Summary
Debugging fails with:
```
Starting: "/Library/Developer/CommandLineTools/usr/bin/lldb" --interpreter=mi
error: unknown option: --interpreter=mi
Use 'lldb --help' for a com…
-
My setup:
```console
$ uname -a
Linux ITXGentoo 6.1.12-gentoo #1 SMP PREEMPT_DYNAMIC Fri Feb 17 09:42:40 CST 2023 x86_64 12th Gen Intel(R) Core(TM) i7-12700K GenuineIntel GNU/Linux
$ clang -v
…
jwnhy updated
6 months ago
-
Hello, this is a question (Google search did not find any answers for me),
I am getting LLDB error on Windows 10 64-bit running lldb-mi as follows:
**MI: Error: Driver. LLDB Debugger.
MI: Error…
-
Test [11](https://github.com/rakudo/rakudo/blob/master/t/04-nativecall/02-simple-args.t#L62) from `t/04-nativecall/02-simple-args.t` fails on FreeBSD unless MoarVM is built with -O0 when compiling wit…
-
Hello,
I'm having problems running a macOS app that needs specific entitlements for calendar access. The project runs perfectly in Xcode and I can request calendar permissions. When using sweetpad …
-
| | |
| --- | --- |
| Bugzilla Link | [27238](https://llvm.org/bz27238) |
| Version | unspecified |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The following …