diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f8228b459ce..47549ad0b94 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -5809,6 +5809,7 @@ 2019-05-16 Sergio Durigan Junior + PR breakpoints/24541 * stap-probe.c (stap_parse_register_operand): Make "regname" an "std::string", simplifying the algorithm.