-
```
11:32:37:733 1>fatal error: error in backend: unknown codeview register HSI
11:32:37:733 1>PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtr…
oocpp updated
5 months ago
-
I am using this to build an App for reading codes on iOS. This package works fine for building SwiftUI Views. However, when I am using it to build an Action Extension, this error below occurs. Can you…
-
This is not a bug for llvm codeview generation. I find this only happens on modules from windows system libraries, but we need a way to handle this in lldb to describe the variable locations. @rnk @zm…
-
Using the following command line:
`llvm-pdbutil dump --symbols msvc-codeview-pdb.pdb`
it causes a crash in `llvm/lib/DebugInfo/PDB/Native/DbiModuleList.cpp`
```cpp
uint32_t DbiModuleList::getMod…
-
| | |
| --- | --- |
| Bugzilla Link | [46522](https://llvm.org/bz46522) |
| Version | trunk |
| OS | All |
| CC | @dwblaikie,@gregbedwell,@JDevlieghere,@jmorse,@walkerkd,@OCHyams,@pogo59,@rnk |
## …
-
**Feature request**
The Windows debugging feature does not work well when isolates are enabled, due to lack of expressiveness in CodeView debug format.
Ideally there should be a way to make this…
-
It's very slow currently, there must be a bottleneck.
-
##### Expected behavior.
Load all html content inside the editor to allow view/scroll.
(Describe expected behaviour here)
##### Actual behavior.
After codeviewupdate (in and out of codeview), th…
-
Extracted from [llvm/tools/llvm-debuginfo-analyzer/README.txt](https://github.com/llvm/llvm-project/blob/main/llvm/tools/llvm-debuginfo-analyzer/README.txt)
There is some code in the `CodeView` rea…
-
### Feature Summary
As a user, I want the ability to insert a code block in the Code Snippet textarea so that I can see my code in its preformatted text.
Whether it's with a traditional code block…