diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ec05028..57ddd7b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,16 @@ 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com> + * breakpoint.c (bkpt_probe_insert_location): Call set_semaphore + only if it is not NULL. + (bkpt_probe_remove_location): Likewise, for clear_semaphore. + * probe.h (struct probe_ops) <set_semaphore>: Update comment. + (struct probe_ops) <clear_semaphore>: Likewise. + * tracepoint.c (start_tracing): Call set_semaphore only if it is + not NULL. + (stop_tracing): Likewise, for clear_semaphore. + +2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com> + * stap-probe.c (stap_parse_argument): Initialize expout explicitly using language_c, instead of current_language. |