summaryrefslogtreecommitdiff
path: root/gdb/cli/cli-utils.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* gdb: Add new -n flag to some info commandsAndrew Burgess2019-08-271-58/+7
* gdb: Add command completers for some info commandsAndrew Burgess2019-07-111-0/+17
* gdb: Make use of gdb::option framework for some info commandsAndrew Burgess2019-07-111-97/+37
* Make gdb::option::complete_options save processed arguments tooPedro Alves2019-07-031-3/+4
* Delete parse_flags/parse_flags_qcsPedro Alves2019-06-131-56/+0
* Make "frame apply" support -OPT optionsPedro Alves2019-06-131-2/+12
* Introduce generic command options frameworkPedro Alves2019-06-131-0/+51
* number_or_range_parser::get_number, don't treat "1 -" as a rangePedro Alves2019-06-131-4/+12
* Make check_for_argument skip whitespace after arg itselfPedro Alves2019-06-131-2/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* New cli-utils.h/.c function extract_info_print_argsPhilippe Waroquiers2018-10-271-0/+129
* Simple -Wshadow=local fixesTom Tromey2018-10-041-3/+4
* Add helper functions parse_flags and parse_flags_qcsPhilippe Waroquiers2018-07-121-5/+91
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Make breakpoint/location number parsing error output consistentPedro Alves2017-11-071-5/+11
* Make extract_arg return a std::stringTom Tromey2017-09-111-7/+7
* Rename _const functions to use overloading insteadTom Tromey2017-09-111-8/+8
* -Wwrite-strings: Some constification in gdb/breakpoint.cPedro Alves2017-04-051-3/+3
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Convert tid_range_parser and get_number_or_range to classesPedro Alves2016-10-131-34/+42
* Star wildcard ranges (e.g., "info thread 2.*")Pedro Alves2016-01-151-17/+30
* Per-inferior/Inferior-qualified thread IDsPedro Alves2016-01-131-9/+2
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Move utility functions to common/Jan Kratochvil2015-06-151-36/+0
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* constify some cli-utils stuffTom Tromey2014-07-301-10/+23
* Add a newline in output messagesYao Qi2014-03-061-1/+1
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* New function cli-utils.c:extract_arg_constJoel Brobecker2013-11-141-8/+17
* * ada-lang.c (ada_read_renaming_var_value): Pass constKeith Seitz2013-03-121-2/+2
* Consistent use of (C) after "Copyright".Pedro Alves2013-02-121-1/+1
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* 2012-07-05 Hui Zhu <hui_zhu@mentor.com>Hui Zhu2012-07-051-0/+14
* 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior2012-04-271-0/+41
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-1/+1
* * linespec.c (find_methods): Canonicalize NAME before lookingKeith Seitz2011-03-161-0/+11
* * tracepoint.c (trace_actions_command): Update.Tom Tromey2011-03-101-28/+36
* 2011-02-24 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-02-271-19/+35
* 2011-02-22 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-02-221-3/+8
* 2011-02-21 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-02-211-0/+21
* * reverse.c: Include cli-utils.h.Tom Tromey2011-02-211-0/+186
* * Makefile.in (SUBDIR_CLI_OBS): Don't mention cli-utils.o.Tom Tromey2008-10-281-19/+0
* Updated copyright notices for most files.Daniel Jacobowitz2008-01-011-1/+1
* Switch the license of all .c files to GPLv3.Joel Brobecker2007-08-231-4/+2
* Copyright updates for 2007.Daniel Jacobowitz2007-01-091-1/+1
* * cli/cli-utils.h:Eli Zaretskii2005-12-171-3/+3