aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli
AgeCommit message (Expand)AuthorFilesLines
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi4-23/+13
2015-08-18PR mi/18833 gdb.execute ("set param value", to_string=True) will crash gdb if...Doug Evans1-1/+3
2015-08-14New /s modifier for the disassemble command.Doug Evans1-7/+37
2015-08-11Explicit locations: use new location APIKeith Seitz1-8/+39
2015-07-31Mostly trivial enum fixesSimon Marchi1-1/+1
2015-06-15Move utility functions to common/Jan Kratochvil2-54/+0
2015-05-16compile: Distribute scope, add scope_dataJan Kratochvil1-1/+2
2015-04-24gdb: Add internationalization support to a few strings.Andrew Burgess1-5/+5
2015-04-24gdb: Add support for dumping to verilog hex format.Andrew Burgess1-0/+38
2015-04-11Remove --xdbJan Kratochvil2-14/+2
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves2-9/+9
2015-03-07Normalize TRY_CATCH exception handling blockPedro Alves2-8/+8
2015-03-06New common function "startswith"Gary Benson2-15/+15
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves4-71/+71
2015-01-31Add max-completions parameter, and implement tab-completion limiting.Gary Benson1-1/+23
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker13-13/+13
2014-12-12the "compile" commandTom Tromey1-1/+30
2014-11-18SYMTAB_DIRNAME: New macro.Doug Evans1-5/+7
2014-11-18SYMTAB_OBJFILE: New macro.Doug Evans1-2/+2
2014-10-08Remove spurious exceptions.h inclusionsGary Benson3-3/+0
2014-09-07Fix PR gdb/17035: "show user" doesn't list user-defined commands thatGabriel Krisman Bertazi4-5/+16
2014-09-03PR python/16699: GDB Python command completion with overriden complete vs. co...Sergio Durigan Junior2-0/+19
2014-08-07Include string.h in common-defs.hGary Benson8-9/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson5-5/+0
2014-07-30constify some cli-utils stuffTom Tromey2-14/+31
2014-07-24constify command docsTom Tromey3-17/+20
2014-07-24constify command prefixTom Tromey5-16/+17
2014-07-24constify deprecate_cmdTom Tromey2-2/+2
2014-07-24constify help_cmdTom Tromey2-3/+2
2014-07-24constify cli-dump.cTom Tromey1-17/+18
2014-07-03Assign 'targerr' instead of 'targ' to gdb_stdtargerr.Marc Khouzam1-1/+1
2014-07-01use cmd_sfunc_ftype and cmd_cfunc_ftype moreTom Tromey1-7/+6
2014-06-26constify error_no_argTom Tromey1-1/+1
2014-06-26constify do_set_command and do_show_commandTom Tromey2-7/+9
2014-06-18constify parse_cli_boolean_valueTom Tromey2-2/+2
2014-06-13make calls to help_list use enumeratorTom Tromey2-9/+10
2014-05-29Make display_gdb_prompt CLI-only.Pedro Alves1-11/+20
2014-05-29PR gdb/13860 - Make MI sync vs async output (closer to) the same.Pedro Alves1-3/+61
2014-05-21PR gdb/13860: make -interpreter-exec console "list" behave more like "list".Pedro Alves1-0/+21
2014-04-25document "quit" command's argumentTom Tromey1-1/+5
2014-03-25"source", foreground execution commands, and target-asyncPedro Alves1-0/+3
2014-03-06Add a newline in output messagesYao Qi1-1/+1
2014-02-09Add Guile as an extension language.Doug Evans2-5/+26
2014-02-05Extension Language APIDoug Evans2-14/+26
2014-01-20better packing for command structTom Tromey1-48/+48
2014-01-20convert flags to bitfieldsTom Tromey2-52/+49
2014-01-13remove deprecated_set_hookTom Tromey1-2/+0
2014-01-13replace XMALLOC with XNEWTom Tromey1-2/+2
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker13-13/+13
2013-12-12Eliminate UNSUPPORTED_ERROR.Pedro Alves1-19/+7