* breakpoint.c (create_breakpoint): Set canonical.addr_string
	for static tracepoint.
This commit is contained in:
Yao Qi 2011-12-14 07:56:59 +00:00
parent 712c65750b
commit d14c4eb729
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2011-12-14 Yao Qi <yao@codesourcery.com>
* breakpoint.c (create_breakpoint): Set canonical.addr_string
for static tracepoint.
2011-12-13 Joel Brobecker <brobecker@adacore.com>
GDB 7.4 branch created (branch timestamp: 2011-12-13 13:00 UTC)

View File

@ -7732,6 +7732,7 @@ create_breakpoint (struct gdbarch *gdbarch,
copy_arg = savestring (addr_start, arg - addr_start);
canonical.addr_string = xstrdup (copy_arg);
lsal.canonical = xstrdup (copy_arg);
VEC_safe_push (linespec_sals, canonical.sals, &lsal);