-
We see 3 tests failing for swift-lldb in CI, because of unexpected additional breakpoint sites. Failures look like this:
```
llvm-project\lldb\test\Shell\Unwind\windows-unaligned-x86_64.test:20:10: …
-
To make LoongArch support in LLDB as good as possible, we have these things to do at least:
- [x] core dump debugging #112296
- [x] function calls support in lldb expressions #114742
- [x] unwind p…
-
Right now ROPgadget for `Mach-O` coredump returns nothing
```console
$ lldb ./hello
(lldb) run -s
(lldb) process save-core /tmp/mini
$ file /tmp/mini
/tmp/mini: Mach-O 64-bit x86_64 core
…
-
on linux i386:
```
FAILED: tools/lldb/source/Plugins/Process/elf-core/CMakeFiles/lldbPluginProcessElfCore.dir/ThreadElfCore.cpp.o
/opt/sccache//sccache /build/source/build-llvm/./bin/clang++ -DHA…
-
I've seen this fail occasionally on the public macOS buildbots. Example: https://green.lab.llvm.org/job/llvm.org/view/LLDB/job/as-lldb-cmake/15188/execution/node/97/log/?consoleFull
```
FAIL: LLDB…
-
We got unexpected errors on a random single test on [lldb-remote-linux-ubuntu](https://lab.llvm.org/buildbot/#/builders/195) and [lldb-remote-linux-win](https://lab.llvm.org/staging/#/builders/197) 1-…
-
Issue 1:
TestCancelAttach.py, line 33
The call `self.target.AttachToProcessWithName(lldb.SBListener(), "LLDB-No-Such-Process", True, self.error)` in the AttachThread never return in case of Windows …
-
## Environment
- **OS:** macOS
- **Scrcpy version:** 3.0/2.7/dev
- **Installation method:** manual build (both client and server freshly built)
- **Device model:** Sony
- **Android version…
-
1. `qemu-system-x86_64 -bios bios.bin -drive file=disk.img,format=raw -m 1G -S -s`
2. Open `bios.bin` in binja
3. Debugger -> Connect To Remote Process
4. Select gdb-remote, and type host:port as 1…
-
Some symbols returns wrong value(?) in lldb:
```console
pwndbg-lldb> lldb
You are now entering LLDB mode. In this mode, certain commands may cause Pwndbg to break. Proceed with caution.
(lldb) scr…