mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-05 16:57:01 +00:00
* gdb.objc/basicclass.exp: Use standard_testfile.
(do_objc_tests): Don't declare objdir. * gdb.objc/nondebug.exp: Use standard_testfile. (do_objc_tests): Don't declare objdir. * gdb.objc/objcdecode.exp: Use standard_testfile. (do_objc_tests): Don't declare objdir.
This commit is contained in:
parent
62655c7b8b
commit
2c44deac31
@ -1,3 +1,12 @@
|
||||
2012-06-22 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* gdb.objc/basicclass.exp: Use standard_testfile.
|
||||
(do_objc_tests): Don't declare objdir.
|
||||
* gdb.objc/nondebug.exp: Use standard_testfile.
|
||||
(do_objc_tests): Don't declare objdir.
|
||||
* gdb.objc/objcdecode.exp: Use standard_testfile.
|
||||
(do_objc_tests): Don't declare objdir.
|
||||
|
||||
2012-06-22 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* gdb.java/jmain.exp: Use standard_testfile.
|
||||
|
@ -15,9 +15,7 @@
|
||||
|
||||
# This file was written by Adam Fedor (fedor@gnu.org)
|
||||
|
||||
set testfile "basicclass"
|
||||
set srcfile ${testfile}.m
|
||||
set binfile ${objdir}/${subdir}/${testfile}
|
||||
standard_testfile .m
|
||||
|
||||
#
|
||||
# Objective-C program compilation isn't standard. We need to figure out
|
||||
@ -73,7 +71,6 @@ proc deduce_language_of_main {} {
|
||||
|
||||
proc do_objc_tests {} {
|
||||
global subdir
|
||||
global objdir
|
||||
global srcdir
|
||||
global binfile
|
||||
global gdb_prompt
|
||||
|
@ -17,9 +17,7 @@
|
||||
|
||||
# This file was written by Adam Fedor (fedor@gnu.org)
|
||||
|
||||
set testfile "nondebug"
|
||||
set srcfile ${testfile}.m
|
||||
set binfile ${objdir}/${subdir}/${testfile}
|
||||
standard_testfile .m
|
||||
|
||||
#
|
||||
# Objective-C program compilation isn't standard. We need to figure out
|
||||
@ -31,7 +29,6 @@ if {[gdb_compile_objc "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable [
|
||||
|
||||
proc do_objc_tests {} {
|
||||
global subdir
|
||||
global objdir
|
||||
global srcdir
|
||||
global binfile
|
||||
global gdb_prompt
|
||||
|
@ -17,9 +17,7 @@
|
||||
|
||||
# This file was written by Adam Fedor (fedor@gnu.org)
|
||||
|
||||
set testfile "objcdecode"
|
||||
set srcfile ${testfile}.m
|
||||
set binfile ${objdir}/${subdir}/${testfile}
|
||||
standard_testfile .m
|
||||
|
||||
#
|
||||
# Objective-C program compilation isn't standard. We need to figure out
|
||||
@ -31,7 +29,6 @@ if {[gdb_compile_objc "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable [
|
||||
|
||||
proc do_objc_tests {} {
|
||||
global subdir
|
||||
global objdir
|
||||
global srcdir
|
||||
global binfile
|
||||
global gdb_prompt
|
||||
|
Loading…
x
Reference in New Issue
Block a user