aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli
AgeCommit message (Expand)AuthorFilesLines
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker13-13/+13
2015-12-11gdb: Extend help text for 'list' command.Andrew Burgess1-2/+6
2015-12-11gdb: Add an error when 'list -' reaches the start of a file.Andrew Burgess1-4/+9
2015-12-11gdb: 'list' command, tweak handling of +/- arguments.Andrew Burgess1-3/+3
2015-12-11gdb: Small code restructure for list_command.Andrew Burgess1-17/+11
2015-12-11gdb: Use NULL instead of 0 for pointer comparison.Andrew Burgess1-2/+2
2015-11-11gdb: Use class_info when creating info commands.Andrew Burgess1-1/+1
2015-10-26PR python/18938: source -s foo.py with foo.py a symlink to foo.notpy failsDoug Evans1-4/+10
2015-10-24cli-setshow.c: Constify variableSimon Marchi1-1/+1
2015-10-13More char constificationPedro Alves1-1/+1
2015-10-09Change some void* to gdb_byte*Simon Marchi1-2/+2
2015-10-06parse load_offset (bias) of restore command as longPitchumani Sivanupandi1-2/+3
2015-09-28cli-script.c: Fix read_next_line's commentSimon Marchi1-2/+2
2015-09-25Add some more casts (1/2)Simon Marchi3-7/+7
2015-09-25Add casts to memory allocation related callsSimon Marchi5-8/+9
2015-09-21Add two missing constsSimon Marchi1-1/+1
2015-09-09Replace "struct continuation" mechanism by something more extensiblePedro Alves1-0/+13
2015-09-04gdb/cli: Remove casts of NULL during assignment.Andrew Burgess1-1/+1
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