-
-
| | |
| --- | --- |
| Bugzilla Link | [28826](https://llvm.org/bz28826) |
| Version | 3.9 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @adrian-prantl,@dwblaikie,@echristo,@tbergh…
-
| | |
| --- | --- |
| Bugzilla Link | [21141](https://llvm.org/bz21141) |
| Version | unspecified |
| OS | FreeBSD |
## Extended Description
FreeBSD buildbot: http://lab.llvm.org:8011/builders/lld…
-
### Description / Steps to reproduce the issue
环境:
OS: win10 22H2
gcc version 13.1.0 (Rev6, Built by MSYS2 project)
GNU gdb (GDB) 13.2
clang version 16.0.4
lldb version 16.0.4
msys2 MinGW64使用`p…
-
- VSCode Version: 1.52.1
- Local OS Version: Ubuntu 20.04
- Remote OS Version: Ubuntu 16.04
- Remote Extension/Connection Type: Docker
Steps to Reproduce:
My extension (vscode-lldb) reg…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR46041](https://bugs.llvm.org/show_bug.cgi?id=46041) |
| Status | NEW |
| Importance | P enhancemen…
-
I'm trying to use the EvaluateExpression functionality from LLDB in Python.
It looks like it works but the return type is always Error.
Run the included sample below and it will call the function …
-
| | |
|--------------------|----|
| Bugzilla Link | [PR21411](https://bugs.llvm.org/show_bug.cgi?id=21411) |
| Status | NEW |
| Importance | P normal |
|…
-
test.cpp
```
int my_global = 4;
class Thing
{
public:
Thing(int i)
{
m_i = i + my_global;
}
int m_i;
};
int main() {
auto thing = new Thing(5);
…
-
OS: MacOS 11.6
VSCode version: 1.62.3
CodeLLDB version: v1.6.10
Compiler: android-ndk / clang / armeabi-v7a / SystemVersion22
Debuggee: an android native library
So I believe I actually so…