GP-2968: prompting ReviewTool
GP-2968: my bad, NPE check was hanging the launch
GP-2968: fix for passing Enums; fix for toMap'ing nulls
GP-2968: refactoring args logic into loop w/ handling for exception
GP-2968: fix for NPE & stored parameter errors
> 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'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
printf("I'm %d, PID: %d\n", (int)param, getpid());
^
Ghidra/Debug/Framework-Debugging/src/expCloneExit/c/expCloneExit.c:24:16: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'void *' [-Wint-conversion]
return 1;
^
Ghidra/Debug/Framework-Debugging/src/expCloneExit/c/expCloneExit.c:27:16: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'void *' [-Wint-conversion]
return 2;
^
Ghidra/Debug/Framework-Debugging/src/expCloneExit/c/expCloneExit.c:33:12: error: incompatible pointer to integer conversion returning 'void *' from a function with result type 'int' [-Wint-conversion]
return work(NULL);
^~~~~~~~~~
2 warnings and 3 errors generated.
GP-2023: fix for endless region iterator
GP-2023: fix for large-value register display in Objects
GP-2023: script for !address
GP-2023: de facto event for new process
GP-2023: alt command for memory
GP-2023: cosmetic stuff
GP-2023: fix for NPE
GP-2023: added a few methods (unnecessarily, but...), fixes to !address
processing, and the bits of code being introduced in GP-2011
GP-2023: adding a parameter for QV vs !address
GP-2023: fix for duplicate process creation triggered by getProcess()
and/or getSession()
GP-2023: fixes for null program, _state, and (possibly) invalidMemory
exception
GP-2023: better fix for re-entrant process/session creation
GP-2023: Adding maintenance method to suppress auto-descent into
containers
GP-2023: missed a piece re firing add events
GP-2023: fix for switching between non-program & program