mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-05 02:47:05 +00:00
gdb/
* breakpoint.c (create_breakpoint): Set canonical.addr_string for static tracepoint.
This commit is contained in:
parent
712c65750b
commit
d14c4eb729
@ -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)
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user