summaryrefslogtreecommitdiff
path: root/gdb/cli
Commit message (Expand)AuthorAgeFilesLines
* Make stdin be per UIPedro Alves2016-06-211-4/+6
* Only send sync execution command output to the UI that ran the commandPedro Alves2016-06-211-2/+8
* Push thread->control.command_interp to the struct thread_fsmPedro Alves2016-06-211-4/+3
* New function should_print_stop_to_consolePedro Alves2016-06-212-0/+39
* Simplify starting the command event loopPedro Alves2016-06-212-1/+11
* Make command line editing (use of readline) be per UIPedro Alves2016-06-212-2/+39
* Make instream be per UIPedro Alves2016-06-211-4/+7
* Make the intepreters output to all UIsPedro Alves2016-06-211-31/+96
* Introduce interpreter factoriesPedro Alves2016-06-211-32/+55
* Make the interpreters be per UIPedro Alves2016-06-211-8/+8
* Don't show deprecated commands in helpSimon Marchi2016-04-281-1/+4
* Avoid "format not a string literal" warningsPedro Alves2016-04-141-3/+10
* Obvious function doc and formattingSimon Marchi2016-04-041-2/+2
* Limit breakpoint re-set to the current program spacePedro Alves2016-01-191-4/+4
* Star wildcard ranges (e.g., "info thread 2.*")Pedro Alves2016-01-152-17/+38
* Per-inferior/Inferior-qualified thread IDsPedro Alves2016-01-132-13/+13
* 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