-
### build env and command
centos 3.10.0-1160.114.2.el7.x86_64 #1 SMP Wed Mar 20 15:54:52 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
ninja 1.10.2
I pull the repo based on the main branch and commit aec…
-
Currently vscode-swift uses the CodeLLDB extension to facilitate debugging with all swift versions. In Swift 6 `lldb-dap` started shipping in the toolchain. `lldb-dap` can be used as a replacement, re…
-
This is a meta-issue to discuss + track `gdbstub`'s LLDB compatibility story.
### Overview
LLDB uses the GDB Remote Serial Protocol for remote debugging, and for the most part, LLDB works "out …
-
I'm using MacBook Pro, M1, 2020 and am trying to run the ./rtabmap-noEventsExample 20 2 10 stereo_20Hz stereo_20Hz stereo_20Hz/left stereo_20Hz/right and all I get out of the response is:
```Camera r…
-
**Version and Platform (required):**
- Binary Ninja Version: 4.2.6304-dev (65f49c87)
- OS: macOS
- OS Version: 15.0
- CPU Architecture: M1
**Bug Description:**
Sometimes loading a certain imag…
-
### This is a weird problem, when I tried to debug with vscode's plugin "CodeLLDB"
When step into the `for` loop, my variables and watches are all missing like this:
![Missing variables and watche…
-
### Description / Steps to reproduce the issue
lldb has multiple problems on windows some which have been fixed upstream several times only to get reverted to broken in later releases. i included a f…
-
In `lldb-sys` this can be done with:
```rust
use lldb_sys::*;
const BINARY: &str = env!("CARGO_BIN_EXE_testing");
SBDebuggerInitialize();
let debugger = SBDebuggerCreate2(true);
let binary_path …
-
OS: Windows 11 23H2
VSCode version: 1.95.0
CodeLLDB version: 1.11.0
Compiler: rust 1.81.0-x86_64-pc-windows-msvc toolchain
Debuggee: PDB
There are not "pretty printing" of rust containers (in …
-
While executing debug commands in a file works fine from interactive lldb mode (command source -s 0 "myfile.txt"), trying to start lldb with "lldb -s "myfile.txt" doesn't work correctly. It seems like…