mirror of
				https://github.com/espressif/binutils-gdb.git
				synced 2025-11-04 06:37:06 +08:00 
			
		
		
		
	Fix directory prefix in gdb.base/dso2dso.exp.
2015-09-18 Sandra Loosemore <sandra@codesourcery.com> gdb/testsuite/ * gdb.base/dso2dso.exp: Don't use directory prefix when setting the breakpoint.
This commit is contained in:
		gdb/testsuite
@ -1,3 +1,8 @@
 | 
			
		||||
2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
 | 
			
		||||
 | 
			
		||||
	* gdb.base/dso2dso.exp: Don't use directory prefix when setting
 | 
			
		||||
	the breakpoint.
 | 
			
		||||
 | 
			
		||||
2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
 | 
			
		||||
 | 
			
		||||
	* gdb.mi/mi-pending.exp: Don't use directory prefix when setting
 | 
			
		||||
 | 
			
		||||
@ -64,7 +64,7 @@ if { ![runto_main] } {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
set bp_location [gdb_get_line_number "STOP HERE" [file tail $srcfile_libdso1]]
 | 
			
		||||
gdb_breakpoint ${srcfile_libdso1}:${bp_location}
 | 
			
		||||
gdb_breakpoint ${libdso1}.c:${bp_location}
 | 
			
		||||
 | 
			
		||||
gdb_continue_to_breakpoint "at call to sub2" \
 | 
			
		||||
    ".*sub2 ().*"
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user