summaryrefslogtreecommitdiff
path: root/gdb/findcmd.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-11-26Update find command help and search memory docsDominik Czarnota
2017-09-27Constify find_commandTom Tromey
2017-09-11Remove cleanups from findcmd.cTom Tromey
2017-09-11Rename _const functions to use overloading insteadTom Tromey
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-08-07Include string.h in common-defs.hGary Benson
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-11-18remove gdb_string.hTom Tromey
2013-03-12 * ada-lang.c (ada_read_renaming_var_value): Pass constKeith Seitz
2013-03-08find command, fix -Wpoint-signPedro Alves
2013-03-07 * breakpoint.c (catch_syscall_split_args): Use skip_spaces.Keith Seitz
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-09-25 * ada-valprint.c (ada_val_print_1): Eliminate single-useSiddhesh Poyarekar
2012-07-06gdb/Jan Kratochvil
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker
2011-07-05gdb/Thiago Jung Bauermann
2011-06-27 * valops.c (find_overload_match): Call do_cleanups before earlyTom Tromey
2011-01-052011-01-05 Michael Snyder <msnyder@vmware.com>Michael Snyder
2011-01-01run copyright.sh for 2011.Joel Brobecker
2010-05-27 * findcmd.c (parse_find_args): Use value_contents, notTom Tromey
2010-05-142010-05-14 Michael Snyder <msnyder@vmware.com>Michael Snyder
2010-01-01Update copyright year in most headers.Joel Brobecker
2009-07-02 * defs.h (strlen_paddr, paddr, paddr_nz): Remove.Ulrich Weigand
2009-07-02 * arch-utils.c (selected_byte_order): Return target_byte_order_user.Ulrich Weigand
2009-06-03 * value.h (struct internalvar): Remove.Ulrich Weigand
2009-02-212008-02-21 Pedro Alves <pedro@codesorcery.com>Pedro Alves
2009-01-03 Updated copyright notices for most files.Joel Brobecker
2008-09-11 * defs.h (struct gdbarch): Add forward declaration.Ulrich Weigand
2008-06-26 * Makefile.in (GNULIB_H): Use GNULIB_STDINT_H.Daniel Jacobowitz
2008-05-14 * findcmd.c: Add #include "gdb_stdint.h".Joel Brobecker
2008-05-09 * error.c (parse_find_args): Fix capitalization in previous patch.Doug Evans
2008-05-09 New "find" command.Doug Evans