diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2d4713f..1077d60 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,13 @@ +2016-02-09 Keith Seitz <keiths@redhat.com> + + * location.c (string_to_explicit_location): Note that "-p" is + reserved for probe locations and return NULL for any input + that starts with that. + (string_to_event_location): Move "legacy" linespec code to ... + (string_to_event_location_basic): ... here. + * location.h (string_to_event_location): Update comment. + (string_to_event_location_basic): New function. + 2016-02-09 Simon Marchi <simon.marchi@ericsson.com> * configure.ac: Use AC_CONFIG_FILES instead of passing arguments |