Skip to content

Commit

Permalink
GP-4588: Delete expTypes.c
Browse files Browse the repository at this point in the history
  • Loading branch information
nsadeveloper789 authored and ryanmkurtz committed May 10, 2024
1 parent fb29ad3 commit 22991fb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 123 deletions.
12 changes: 0 additions & 12 deletions Ghidra/Debug/Framework-Debugging/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ task testSpecimenLinux_x86_64 {
dependsOn 'expPrintLinux_x86_64Executable'
dependsOn 'expReadLinux_x86_64Executable'
dependsOn 'expSpinLinux_x86_64Executable'
//dependsOn 'expTypesExecutable'//Linux_x86_64Executable'
dependsOn 'expRegistersLinux_x86_64Executable'
dependsOn 'expStackLinux_x86_64Executable'
dependsOn 'expTraceableSleepExecutable'//Linux_x86_64Executable'
Expand Down Expand Up @@ -124,17 +123,6 @@ model {
targetPlatform "win_x86_64"
targetPlatform "win_x86_32" // TODO: Test on these
}
expTypes(NativeExecutableSpec) {
targetPlatform "linux_x86_64"
//targetPlatform "linux_x86_32" // TODO: Test on these
binaries {
withType(NativeExecutableBinarySpec) {
if (toolChain in Gcc) {
cCompiler.args("-gdwarf-2")
}
}
}
}
expRegisters(NativeExecutableSpec) {
targetPlatform "linux_x86_64"
//targetPlatform "linux_x86_32" // TODO: Test on these
Expand Down
111 changes: 0 additions & 111 deletions Ghidra/Debug/Framework-Debugging/src/expTypes/c/expTypes.c

This file was deleted.

0 comments on commit 22991fb

Please sign in to comment.