From: Sergio Durigan Junior Date: Tue, 17 Sep 2019 04:01:13 +0000 (-0400) Subject: Update ChangeLog entry of commit e9224f6d80ea35e90a61d44575f12b26742eaaf3 and mention... X-Git-Tag: gdb-8.3.1-release~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6f4f8f476a4e41cc7117a8e85087963c0ac3e95b;p=external%2Fbinutils.git Update ChangeLog entry of commit e9224f6d80ea35e90a61d44575f12b26742eaaf3 and mention PR breakpoints/24541 --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fd3a86c..bfd632c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -12,6 +12,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.