This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug gdb/21945] Improve find command string search


https://sourceware.org/bugzilla/show_bug.cgi?id=21945

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Simon Marchi <simark@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=ee9a09e959a5b7c152cc72028d4f6c879bc901c9

commit ee9a09e959a5b7c152cc72028d4f6c879bc901c9
Author: Dominik Czarnota <dominik.b.czarnota@gmail.com>
Date:   Sun Nov 26 22:42:18 2017 -0500

    Update find command help and search memory docs

    This patch updates the `find` command help and docs description to show
    how to search for not null terminated strings when current language's
    strings includes it.

    gdb/ChangeLog:

        PR gdb/21945
        * findcmd.c (_initialize_mem_search): Update find command help
        text.

    gdb/doc/ChangeLog:

        PR gdb/21945
        * gdb.texinfo (Search Memory): Update description and example
        about how to search a string without NULL terminator.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]