Searched refs:gdb_file_cmd (Results 1 – 18 of 18) sorted by relevance
173 set old_gdb_file_cmd_args [info args gdb_file_cmd]174 set old_gdb_file_cmd_body [info body gdb_file_cmd]176 proc gdb_file_cmd {arg} { procedure338 eval proc gdb_file_cmd {$old_gdb_file_cmd_args} {$old_gdb_file_cmd_body}
189 gdb_file_cmd ${binfile}210 gdb_file_cmd $filename
59 if [gdb_file_cmd $arg] then { return -1 }
50 return [gdb_file_cmd $arg]
215 if [gdb_file_cmd $arg] {
102 gdb_file_cmd $nlm
50 gdb_file_cmd $arg
179 if [gdb_file_cmd $arg] then { return -1 }
111 if [gdb_file_cmd $exec_file] { return -1; }
51 gdb_file_cmd $binfile
50 gdb_file_cmd $binfile
973 proc gdb_file_cmd { arg } { procedure1657 return [gdb_file_cmd $arg]
184 * lib/gdb.exp (gdb_file_cmd): Return more information in the1611 gdb_file_cmd and gdb_target_cmd, and "load" support.4245 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd4246 when finished. Make gdb_file_cmd send "exec-file" when6473 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.7512 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do8049 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd8053 Don't call gdb_file_cmd here; let gdb_target_monitor do it.8057 gdb_target_monitor. Don't call gdb_file_cmd here; let10009 gdb_file_cmd as gdb_load (the 19 May change was in fact to[all …]