mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-13 06:56:05 +00:00
* gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
prior to `gdb_start'.
This commit is contained in:
parent
7b5ebade65
commit
44efa07abf
@ -1,3 +1,8 @@
|
||||
2007-07-18 Kevin Buettner <kevinb@redhat.com>
|
||||
|
||||
* gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
|
||||
prior to `gdb_start'.
|
||||
|
||||
2007-07-18 Kevin Buettner <kevinb@redhat.com>
|
||||
|
||||
* config/sid.exp (gdb_load): Add test for empty argument. Adjust
|
||||
|
@ -46,6 +46,7 @@ proc gdb_start_again { text } {
|
||||
global binfile
|
||||
global srcfile
|
||||
|
||||
gdb_exit
|
||||
gdb_start
|
||||
gdb_reinitialize_dir $srcdir/$subdir
|
||||
gdb_load ${binfile}
|
||||
|
Loading…
Reference in New Issue
Block a user