Remove path name from test case
[binutils-gdb.git] / gdb / findcmd.c
2023-02-13 Tom TromeyTurn remaining value_contents functions into methods
2023-02-13 Tom TromeyTurn value_type into method
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-09-21 Simon Marchigdb: remove TYPE_LENGTH
2022-05-27 Alan ModraRemove use of bfd_uint64_t and similar
2022-03-29 Tom TromeyUnify gdb printf functions
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-10-25 Simon Marchigdb: change functions returning value contents to use...
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-10-07 Tom TromeyDocument inclusive range in help for "find"
2020-01-13 Simon Marchigdb: add back declarations for _initialize functions
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-07-09 Tom TromeyRename common to gdbsupport
2019-04-06 Tom TromeyRevert the header-sorting patch
2019-04-06 Tom TromeySort includes for files gdb/[a-f]*.[chyl].
2019-02-20 Tom TromeyUse upper case for metasyntactic variables in "help...
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-27 Dominik CzarnotaUpdate find command help and search memory docs
2017-09-27 Tom TromeyConstify find_command
2017-09-11 Tom TromeyRemove cleanups from findcmd.c
2017-09-11 Tom TromeyRename _const functions to use overloading instead
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-09-16 Pedro Alvesgdb: Use std::min and std::max throughout
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-09-25 Simon MarchiAdd casts to memory allocation related calls
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-08-07 Gary BensonInclude string.h in common-defs.h
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-18 Tom Tromeyremove gdb_string.h
2013-03-12 Keith Seitz * ada-lang.c (ada_read_renaming_var_value): Pass const
2013-03-08 Pedro Alvesfind command, fix -Wpoint-sign
2013-03-07 Keith Seitz * breakpoint.c (catch_syscall_split_args): Use skip_sp...
2013-01-01 Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-09-25 Siddhesh Poyarekar * ada-valprint.c (ada_val_print_1): Eliminate single-use
2012-07-06 Jan Kratochvilgdb/
2012-01-04 Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-07-05 Thiago Jung Bauermanngdb/
2011-06-27 Tom Tromey * valops.c (find_overload_match): Call do_cleanups...
2011-01-05 Michael Snyder2011-01-05 Michael Snyder <msnyder@vmware.com>
2011-01-01 Joel Brobeckerrun copyright.sh for 2011.
2010-05-27 Tom Tromey * findcmd.c (parse_find_args): Use value_contents...
2010-05-14 Michael Snyder2010-05-14 Michael Snyder <msnyder@vmware.com>
2010-01-01 Joel BrobeckerUpdate copyright year in most headers.
2009-07-02 Ulrich Weigand * defs.h (strlen_paddr, paddr, paddr_nz): Remove.
2009-07-02 Ulrich Weigand * arch-utils.c (selected_byte_order): Return target_by...
2009-06-03 Ulrich Weigand * value.h (struct internalvar): Remove.
2009-02-21 Pedro Alves2008-02-21 Pedro Alves <pedro@codesorcery.com>
2009-01-03 Joel Brobecker Updated copyright notices for most files.
2008-09-11 Ulrich Weigand * defs.h (struct gdbarch): Add forward declaration.
2008-06-26 Daniel Jacobowitz * Makefile.in (GNULIB_H): Use GNULIB_STDINT_H.
2008-05-14 Joel Brobecker * findcmd.c: Add #include "gdb_stdint.h".
2008-05-09 Doug Evans * error.c (parse_find_args): Fix capitalization in...
2008-05-09 Doug Evans New "find" command.