The following is a patch as recommended in the PR gdb/mi 494 to change the usage of parse_and_eval_address() to string_to_core_addr(). Ok to commit? -- Jeff J. mi/ChangeLog: 2002-10-21 Jeff Johnston * mi-cmd-var.c (mi_cmd_var_create): Change the function used to parse the frame addr from parse_and_eval_address() to string_to_core_addr().