aboutsummaryrefslogtreecommitdiff
path: root/gdb/mi/mi-parse.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-23gdb: remove mi_parse::make functionsAndrew Burgess1-41/+35
2023-06-20Use unique_xmalloc_ptr for mi_parse::commandTom Tromey1-12/+9
2023-06-20Use std::string for MI tokenTom Tromey1-6/+3
2023-05-23Add second mi_parse constructorTom Tromey1-0/+97
2023-05-23Introduce mi_parse helper methodsTom Tromey1-17/+52
2023-05-23Introduce "static constructor" for mi_parseTom Tromey1-3/+3
2023-05-23Change mi_parse_argv to a methodTom Tromey1-4/+4
2023-05-23Use accessor for mi_parse::argsTom Tromey1-2/+1
2023-05-23Use member initializers in mi_parseTom Tromey1-17/+0
2023-04-21gdb: remove language_autoSimon Marchi1-2/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-02-04Remove host_hex_valueTom Tromey1-2/+2
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-14gdb/mi: use separate classes for different types of MI commandJan Vrany1-15/+3
2021-12-14gdb/mi: rename mi_lookup to mi_cmd_lookupJan Vrany1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-3/+3
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
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-09-29Remove unused declarationTom Tromey1-1/+0
2017-09-11Make extract_arg return a std::stringTom Tromey1-9/+3
2017-09-11Rename _const functions to use overloading insteadTom Tromey1-6/+6
2017-04-12C++ify mi_parseTom Tromey1-33/+22
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add some more casts (2/2)Simon Marchi1-1/+1
2015-09-25Add casts to memory allocation related callsSimon Marchi1-5/+5
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-1/+1
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-13replace XMALLOC with XNEWTom Tromey1-1/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-03Add "undefined-command" error code at end of ^error result...Joel Brobecker1-1/+2
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-11-14GDB/MI: Add new "--language LANG" command option.Joel Brobecker1-1/+24
2013-07-01add -Wold-style-declarationTom Tromey1-3/+3
2013-06-03gdb/Yao Qi1-0/+22
2013-03-12 * mi/mi-cmds.h (mi_execute_command): Make "cmd" const.Keith Seitz1-16/+25
2013-03-07 * breakpoint.c (catch_syscall_split_args): Use skip_spaces.Keith Seitz1-10/+6
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-03-06 * mi/mi-cmd-break.c: Enforce coding standards, fix comments.Stan Shebs1-25/+23
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+1
2011-04-29 * mi/mi-parse.c (mi_parse): Remove incorrect sizeof.Tom Tromey1-2/+2
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-12-09 * mi/mi-parse.c (mi_parse): Wrong error message.Marc Khouzam1-3/+5
2010-12-09gdbTom Tromey1-22/+21
2010-12-062010-12-06 Marc Khouzam <marc.khouzam@ericsson.com>Marc Khouzam1-1/+1
2010-05-172010-05-17 Michael Snyder <msnyder@vmware.com>Michael Snyder1-0/+9
2010-03-05gdbTom Tromey1-2/+75