-
```
//
// file: main.pas
//
uses
{+}
{$IFDEF MSWINDOWS}Windows,{$ENDIF}
{+.}
...
,StrUtils
{$IFDEF COM}
,ComObj {$IFDEF FPC},Ole2{$ENDIF}, ActiveX
{$ENDIF COM}
;
...
{$IFDEF COM}
functi…
-
```
//
// file: main.pas
//
uses
{+}
{$IFDEF MSWINDOWS}Windows,{$ENDIF}
{+.}
...
,StrUtils
{$IFDEF COM}
,ComObj {$IFDEF FPC},Ole2{$ENDIF}, ActiveX
{$ENDIF COM}
;
...
{$IFDEF COM}
functi…
-
### Summary
Setting a breakpoint then launching with `gl` causes a "request 1 timed out" error. I have netcoredbg and omnisharp in my PATH.
### Reproduction Steps
1. In the terminal:
```
dotnet …
-
```
In what mode did you try to disassemble (16/32/64)?
32
What is the input buffer (binary stream) you used to reproduce the problem?
c4 e3 fd 00 ed 44
What is the expected output (or what instruct…
-
Consider 👩🏻❤️💋👨🏼, which is formed of
- 👩 (woman)
- Light Skin Tone
- ZERO WIDTH JOINER
- HEAVY BLACK HEART
- VARIATION SELECTOR-16
- ZERO WIDTH JOINER
- 💋 (kiss mark)
- ZERO WIDTH JOINER…
-
Do you think it's feasible to make a tool for valgrind to convert RV32 code to RV64 on the fly?
e.g. see `slli` or `c.slli`, pretend you saw `slliw`, etc.
It seems that if you want to simply run…
-
Once connected with lldb, commands like `pr i` and `c` work as expected, freezing and un-freezing the device respectively. However when trying to use commands like `x`, `di`, or `b`, I get `error: fai…
-
```
In what mode did you try to disassemble (16/32/64)?
32
What is the input buffer (binary stream) you used to reproduce the problem?
c4 e3 fd 00 ed 44
What is the expected output (or what instruct…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR34241](https://bugs.llvm.org/show_bug.cgi?id=34241) |
| Status | NEW |
| Importance | P enhancemen…
-
> FEATURE REQUEST
### Missing feature
Output *.lst and map file
### Justification
I want to dig into rv64 by observing the asm generating by compiler and try mixed coding ( C and ASM ).
###…
eeyrw updated
4 years ago