aboutsummaryrefslogtreecommitdiff
path: root/gdb/findcmd.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-04-06Revert the header-sorting patchTom Tromey1-11/+5
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-5/+11
2019-02-20Use upper case for metasyntactic variables in "help find"Tom Tromey1-3/+3
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-26Update find command help and search memory docsDominik Czarnota1-1/+3
2017-09-27Constify find_commandTom Tromey1-1/+1
2017-09-11Remove cleanups from findcmd.cTom Tromey1-64/+27
2017-09-11Rename _const functions to use overloading insteadTom Tromey1-4/+4
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves1-1/+3
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add casts to memory allocation related callsSimon Marchi1-2/+2
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-03-12 * ada-lang.c (ada_read_renaming_var_value): Pass constKeith Seitz1-5/+5
2013-03-08find command, fix -Wpoint-signPedro Alves1-5/+5
2013-03-07 * breakpoint.c (catch_syscall_split_args): Use skip_spaces.Keith Seitz1-8/+5
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-09-25 * ada-valprint.c (ada_val_print_1): Eliminate single-useSiddhesh Poyarekar1-5/+5
2012-07-06gdb/Jan Kratochvil1-3/+5
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-1/+1
2011-07-05gdb/Thiago Jung Bauermann1-1/+1
2011-06-27 * valops.c (find_overload_match): Call do_cleanups before earlyTom Tromey1-0/+1
2011-01-052011-01-05 Michael Snyder <msnyder@vmware.com>Michael Snyder1-3/+4
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-05-27 * findcmd.c (parse_find_args): Use value_contents, notTom Tromey1-1/+1
2010-05-142010-05-14 Michael Snyder <msnyder@vmware.com>Michael Snyder1-0/+4
2010-01-01Update copyright year in most headers.Joel Brobecker1-1/+1
2009-07-02 * defs.h (strlen_paddr, paddr, paddr_nz): Remove.Ulrich Weigand1-1/+1
2009-07-02 * arch-utils.c (selected_byte_order): Return target_byte_order_user.Ulrich Weigand1-4/+6
2009-06-03 * value.h (struct internalvar): Remove.Ulrich Weigand1-3/+1
2009-02-212008-02-21 Pedro Alves <pedro@codesorcery.com>Pedro Alves1-0/+3
2009-01-03 Updated copyright notices for most files.Joel Brobecker1-1/+1
2008-09-11 * defs.h (struct gdbarch): Add forward declaration.Ulrich Weigand1-3/+4
2008-06-26 * Makefile.in (GNULIB_H): Use GNULIB_STDINT_H.Daniel Jacobowitz1-1/+0
2008-05-14 * findcmd.c: Add #include "gdb_stdint.h".Joel Brobecker1-0/+1
2008-05-09 * error.c (parse_find_args): Fix capitalization in previous patch.Doug Evans1-11/+11
2008-05-09 New "find" command.Doug Evans1-0/+331