-
### Work environment
| Questions | Answers
|------------------------------------------|--------------------
| OS/arch/bits | Mac OS …
-
similar to https://github.com/radareorg/radare2/issues/15912
from ghidra:
```
//
// bootloader2-code1
/…
-
With respects to the following code:
```
a00da6ec d9 02 3e 59 lea a2,[a0]-0x6e82
a00da6f0 94 2f ld.h d15,[a2]=>DAT_d001117e
…
-
Support for applying correct offsets and sizes for variables and function returns given the CFI, CFA information from DWARF. Search for `LOCATION_CFA`
We also should expand testing by compiling the…
-
### Compiler name
Tricore GCC
### Compiler version
11.3.1
### Compiler language
C++, Assembly and C
### Compiler homepage
https://github.com/EEESlab/tricore-gcc-toolchain-11.3.0
### Motivation…
-
Hi,
i am trying to merge this TriCore target into the current version of llvm.
I fixed some minor changes, but am stuck at here:
[ADJCALLSTACKDOWN](https://github.com/TriDis/llvm-tricore/blob/tri…
-
**Describe the bug**
mfcr/mtcr instructions show in disassembly but not in the decompilation.
**To Reproduce**
1. Open attached sample created by free gcc toolchain for tc1767
2. Go to isync ins…
-
I'd like to emulate a piece of code extracted from a TriCore TC1797 flash but I get error `Invalid memory fetch` when the first function call occurs (addr `0x8012B5D8`).
Here a test code to replic…
sgiox updated
7 months ago
-
Hello,
for a project utilizing the compiler mentioned in the title we are looking for a different build system. Does fastbuild support it in a way? I saw a related question from 2020, but it is orp…
-
Similar to the TriCore implementation, find the DWARF Register number -> Register name mapping from the architecture's ABI document.
ch4.5.1 https://www.infineon.com/dgdl/Infineon-TC2xx_EABI-UM-v02_…