X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fgdbserver%2FChangeLog;h=0698f74b39c0375d4e62e54ff91c69b91a12952a;hb=d708bcd102465e520c56e8be3ca4c9097dd389cc;hp=60244ef224e5f505060826ced62a73d90b9f1bc8;hpb=e4ef1b6c3fee295ab41138bf77a82dff16f1d7c3;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index 60244ef224..0698f74b39 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,3 +1,13 @@ +2014-04-10 Pedro Alves + + * mem-break.c (add_breakpoint_condition, add_breakpoint_commands): + Check if the condition or command is NULL before checking if the + breakpoint is known. On success, return true. + * mem-break.h (add_breakpoint_condition): Document return. + (add_breakpoint_commands): Add describing comment. + * server.c (skip_to_semicolon): New function. + (process_point_options): Use it. + 2014-04-09 Pedro Alves * linux-low.c (linux_read_loadmap): Pass current_inferior directly