Johannes Obermayr

Results 13 issues of Johannes Obermayr

``` Task :Framework-Debugging:compileExpCloneExitExecutableExpCloneExitC FAILED Ghidra/Debug/Framework-Debugging/src/expCloneExit/c/expCloneExit.c:22:33: warning: cast to smaller integer type 'int' from 'void *' [-Wvoid-pointer-to-int-cast] printf("I'm %d, PID: %d\n", (int)param, getpid()); ^~~~~~~~~~ Ghidra/Debug/Framework-Debugging/src/expCloneExit/c/expCloneExit.c:22:45: warning: call to undeclared function 'getpid';...

Feature: Build
Feature: Debugger
Status: Prioritize

On latest git master: https://scans.gradle.com/s/cac5l2hxi27ey

Feature: Build
Status: Triage

Currently Gcc is preferred (not to say forced) when both (Gcc and Clang) are available on the system. With this patch Clang can be forced via 'gradle -Pclang' switch. Clang...

Feature: Build
Status: Triage

Building decomp_dbg and sleigh_dbg can now easily enabled via 'gradle -Pdebug' switch. Fixes: #5296

Feature: Decompiler
Status: Triage

Fixes: #81, #1240, #1937 Obsoletes: #1938 This change adds support for four indentation styles: K&R style [with tracking], while (x == y) { [commented out: z] something(); somethingelse(); } [z...

Feature: Decompiler
Status: Triage

Adapted version of: https://github.com/rizinorg/ghidra/commit/af424fd

Feature: Decompiler
Status: Triage

![image](https://github.com/NationalSecurityAgency/ghidra/assets/588670/c3a89839-4d21-4766-91ec-ab69818952ad) ![image](https://github.com/NationalSecurityAgency/ghidra/assets/588670/ac4c2894-86d2-481c-be73-04abfb75df3c)

Status: Triage

Feature: Processor/x86
Status: Triage

On the [minitor](https://build.opensuse.org/monitor) page we show what workers are currently doing. ![Screenshot from 2024-02-14 14-28-41](https://github.com/openSUSE/open-build-service/assets/514785/48173135-2f57-448c-94fe-fe350bc36792) But there is no page to look at the capabilities of a worker although we...

Feature
Frontend
good first issue

An uncompressed ` *.sla` file was and is easier for development and to debug. Please add an option to build and use uncompressed files after 8fbd171 again. Maybe `slau` and...

Status: Waiting on customer