This patch removes the "-1" from returns in the DAP tests, and also
reindents one of those lines at the same time.
gdb_compile "${csrcfile}" "${cobject}" object [list debug]
if {[gdb_compile_ada "${srcfile}" "${binfile}" executable debug] != ""} {
- return -1
+ return
}
if {[dap_initialize] == ""} {
if {[gdb_compile_ada "${srcfile}" "${binfile}" executable \
{debug additional_flags=-gnata}] != ""} {
- return -1
+ return
}
if {[dap_initialize] == ""} {
if {[gdb_compile_ada "${srcfile}" "${binfile}" executable \
{debug additional_flags=-gnata}] != ""} {
- return -1
+ return
}
if {[dap_initialize] == ""} {
if {[gdb_compile_ada "${srcfile}" "${binfile}" executable \
{debug additional_flags=-gnata}] != ""} {
- return -1
+ return
}
if {[dap_initialize] == ""} {