-
When debuging code, I have `push_back` some data into `STL container`, but `lldb` can not show the correct size number.
![image](https://user-images.githubusercontent.com/40132375/170608959-9b47cf9…
-
Currently, lldb-vscode doesn't support this capability. Would it be feasible to do so? Spec is [here](https://microsoft.github.io/debug-adapter-protocol/specification#Requests_Completions).
-
LLDB cannot print the variable when compiler is g++ and a container instantiates another.
System: Ubuntu 20.04
Complier: g++ (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
```
#include
#include
struc…
-
Currently lldb isn't included in the Darwin binaries, contrary to e.g. the binary release for Ubuntu x86_64. As lldb works on Darwin, it should be included in the binary release.
-
Few weeks back, I added a new method to the SBAPI: SBModule::IsFileBacked (ff52ef334beb20a90bdb438419000dce4aacba9d)
To test this, I would start a process (with an infinite loop) in the background,…
-
Missing python36.dll in \LLVM\bin for lldb to work.
Can find the file at https://www.python.org/downloads/release/python-360/ in the embeddable zip file such as for x64 https://www.python.org/ftp/p…
-
| | |
| --- | --- |
| Bugzilla Link | [49564](https://llvm.org/bz49564) |
| Version | unspecified |
| OS | Linux |
| Attachments | [a.o](https://user-images.githubusercontent.com/1223939/143761895-1…
-
| | |
| --- | --- |
| Bugzilla Link | [22116](https://llvm.org/bz22116) |
| Version | unspecified |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @Teemperor |
## Extended Descrip…
-
Machine: Macbook Air M1, 2020
OS: macOS Monterey v12.0.1
This compiles:
```sh
$ cmake -B build -G Ninja llvm
$ (cd build; ninja)
```
This fails with the message that libcxx is needed to bui…
-
| | |
| --- | --- |
| Bugzilla Link | [48203](https://llvm.org/bz48203) |
| Version | unspecified |
| OS | MacOS X |
| Attachments | [lldb crash report](https://user-images.githubusercontent.com/609…