-
Type: Feature Request
XCode 13 supports column breakpoints. Can this be supported in VSCode too?
https://jayeshkawli.ghost.io/breakpoint-improvements-in-xcode-13-13-1-13-2/
https://jo…
-
Hi , awesome job that has been done with Unc0ver the issue I have and many like myself is that the LLDB does not make it possible the attach to a process it gives a “Bus error 10” now I’m assuming it …
-
When trying to attach nuclide to a process for debugging I get a stack trace in the console:
```
Traceback (most recent call last):
File "/home/me/.atom/packages/nuclide/pkg/nuclide-debugger-lldb-s…
-
The debuginfod client in llvm is now integrated in two llvm tools [llvm-debuginfod-find](https://github.com/llvm/llvm-project/commit/f0ca8d2461a7f3c8b092f4f58451dc7b9bf4f28b) and [llvm-symbolizer](htt…
-
The variable `i_1` at line 8 in "func.c" is incorrectly initialized to `23` instead of `0`. This issue can be reproduced using LLVM versions 19.1.0, 18.1.8, 17.0.6, and 16.0.3. Godbolt link is [here](…
-
I build llvm toolchain with `linux-headers 4.2`, but get error, while compiling lldb
```
llvm-project/lldb/source/Plugins/Process/Linux/Perf.cpp:345:8: error: 'struct perf_event_attr' has no member …
-
### What happens?
Can't resolve clang-git dependency (as it wants a specific version of it)
### What is expected to happen?
Finds and installs Clang-git as a dependency.
### If possible, please at…
-
### Describe the bug
When debugging rust projects with lldb on x86_64 NixOS, the project's source info is set to the temporary build directory -- which no longer exists -- and therefore requires ma…
-
Previous issue: https://github.com/joyent/pkgsrc-wip/issues/97
Either we need to patch usage of C++11 in LLDB code base, or select clang 6 or gcc 6 to compile it with c++11 flag. I would go with …
ghost updated
4 years ago
-
Following a recent discussion with a user https://github.com/Vector35/binaryninja-api/discussions/5833, I learned that the LLDB 18.1 actually supports Windows remote debugging (from macOS/Linux). This…