summaryrefslogtreecommitdiff
path: root/gdb/cli
Commit message (Expand)AuthorAgeFilesLines
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-0113-13/+13
* gdb: Extend help text for 'list' command.Andrew Burgess2015-12-111-2/+6
* gdb: Add an error when 'list -' reaches the start of a file.Andrew Burgess2015-12-111-4/+9
* gdb: 'list' command, tweak handling of +/- arguments.Andrew Burgess2015-12-111-3/+3
* gdb: Small code restructure for list_command.Andrew Burgess2015-12-111-17/+11
* gdb: Use NULL instead of 0 for pointer comparison.Andrew Burgess2015-12-111-2/+2
* gdb: Use class_info when creating info commands.Andrew Burgess2015-11-111-1/+1
* PR python/18938: source -s foo.py with foo.py a symlink to foo.notpy failsDoug Evans2015-10-261-4/+10
* cli-setshow.c: Constify variableSimon Marchi2015-10-241-1/+1
* More char constificationPedro Alves2015-10-131-1/+1
* Change some void* to gdb_byte*Simon Marchi2015-10-091-2/+2
* parse load_offset (bias) of restore command as longPitchumani Sivanupandi2015-10-061-2/+3
* cli-script.c: Fix read_next_line's commentSimon Marchi2015-09-281-2/+2
* Add some more casts (1/2)Simon Marchi2015-09-253-7/+7
* Add casts to memory allocation related callsSimon Marchi2015-09-255-8/+9
* Add two missing constsSimon Marchi2015-09-211-1/+1
* Replace "struct continuation" mechanism by something more extensiblePedro Alves2015-09-091-0/+13
* gdb/cli: Remove casts of NULL during assignment.Andrew Burgess2015-09-041-1/+1
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-264-23/+13
* PR mi/18833 gdb.execute ("set param value", to_string=True) will crash gdb if...Doug Evans2015-08-181-1/+3
* New /s modifier for the disassemble command.Doug Evans2015-08-141-7/+37
* Explicit locations: use new location APIKeith Seitz2015-08-111-8/+39
* Mostly trivial enum fixesSimon Marchi2015-07-311-1/+1
* Move utility functions to common/Jan Kratochvil2015-06-152-54/+0
* compile: Distribute scope, add scope_dataJan Kratochvil2015-05-161-1/+2
* gdb: Add internationalization support to a few strings.Andrew Burgess2015-04-241-5/+5
* gdb: Add support for dumping to verilog hex format.Andrew Burgess2015-04-241-0/+38
* Remove --xdbJan Kratochvil2015-04-112-14/+2
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-072-9/+9
* Normalize TRY_CATCH exception handling blockPedro Alves2015-03-072-8/+8
* New common function "startswith"Gary Benson2015-03-062-15/+15
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-274-71/+71
* Add max-completions parameter, and implement tab-completion limiting.Gary Benson2015-01-311-1/+23
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-0113-13/+13
* the "compile" commandTom Tromey2014-12-121-1/+30
* SYMTAB_DIRNAME: New macro.Doug Evans2014-11-181-5/+7
* SYMTAB_OBJFILE: New macro.Doug Evans2014-11-181-2/+2
* Remove spurious exceptions.h inclusionsGary Benson2014-10-083-3/+0
* Fix PR gdb/17035: "show user" doesn't list user-defined commands thatGabriel Krisman Bertazi2014-09-074-5/+16
* PR python/16699: GDB Python command completion with overriden complete vs. co...Sergio Durigan Junior2014-09-032-0/+19
* Include string.h in common-defs.hGary Benson2014-08-078-9/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-075-5/+0
* constify some cli-utils stuffTom Tromey2014-07-302-14/+31
* constify command docsTom Tromey2014-07-243-17/+20
* constify command prefixTom Tromey2014-07-245-16/+17
* constify deprecate_cmdTom Tromey2014-07-242-2/+2
* constify help_cmdTom Tromey2014-07-242-3/+2
* constify cli-dump.cTom Tromey2014-07-241-17/+18
* Assign 'targerr' instead of 'targ' to gdb_stdtargerr.Marc Khouzam2014-07-031-1/+1
* use cmd_sfunc_ftype and cmd_cfunc_ftype moreTom Tromey2014-07-011-7/+6