down, just before the block that parse the breakpoint addr_string.
+2010-07-28 Joel Brobecker <brobecker@adacore.com>
+
+ * breakpoint.c (breakpoint_re_set_one): Move call to set_language
+ down, just before the block that parse the breakpoint addr_string.
+
2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
* cli/cli-cmds.c (disassemble_command): Add support of disassemble
return 0;
}
- set_language (b->language);
input_radix = b->input_radix;
s = b->addr_string;
marker_spec = b->type == bp_static_tracepoint && is_marker_spec (s);
+ set_language (b->language);
TRY_CATCH (e, RETURN_MASK_ERROR)
{
if (marker_spec)