Update ChangeLog entry of commit 677052f2a5c67f1d9b2e6d1b2a2149b5f0c20cd0...
authorJoel Brobecker <brobecker@adacore.com>
Wed, 18 Sep 2019 21:42:24 +0000 (14:42 -0700)
committerJoel Brobecker <brobecker@adacore.com>
Wed, 18 Sep 2019 21:42:24 +0000 (14:42 -0700)
... to include PR breakpoints/24541 (for documentation purposes).

For the reader's convenience, the commit in question was the following:

    commit 677052f2a5c67f1d9b2e6d1b2a2149b5f0c20cd0
    Author: Sergio Durigan Junior <sergiodj@redhat.com>
    Date:   Thu May 16 16:23:24 2019 -0400
    Subject: Make stap-probe.c:stap_parse_register_operand's "regname"
       an std::string

gdb/ChangeLog

index f8228b459ce661167c7540aaba6ba1a34aeb75f8..47549ad0b9438fa8065290edcbbdf724356555bb 100644 (file)
 
 2019-05-16  Sergio Durigan Junior  <sergiodj@redhat.com>
 
+       PR breakpoints/24541
        * stap-probe.c (stap_parse_register_operand): Make "regname" an
        "std::string", simplifying the algorithm.