aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli
AgeCommit message (Expand)AuthorFilesLines
2016-12-22Class-ify ui_outSimon Marchi5-62/+62
2016-12-02Support an "unlimited" number of user-defined argumentsPedro Alves1-81/+100
2016-12-02Fix PR 20559 - "eval" command and $arg0...$arg9/$argc substitutionPedro Alves2-11/+14
2016-11-15gdb::{unique_ptr,move} -> std::{unique_ptr,move}Pedro Alves1-2/+2
2016-11-08Use ui_file_as_string in gdb/cli/cli-setshow.cPedro Alves1-4/+3
2016-11-08'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves1-10/+4
2016-11-08cli-script.c: Simplify using std::string, eliminate cleanupsPedro Alves1-76/+33
2016-11-08cli/cli-script.c: Remove some dead NULL checksPedro Alves1-11/+0
2016-10-21Replace two xmallocs with unique_ptrTom Tromey1-11/+8
2016-10-21Remove make_cleanup_restore_current_uiTom Tromey1-20/+7
2016-10-21Use RAII to save and restore scalarsTom Tromey1-14/+4
2016-10-13Convert tid_range_parser and get_number_or_range to classesPedro Alves2-78/+112
2016-10-03Emit inferior, thread and frame selection events to all UIsAntoine Tremblay3-2/+74
2016-09-23Use std::string rather than dyn-stringTom Tromey1-23/+18
2016-09-21PR gdb/20604 - fix "quit" when an invalid expression is usedTom Tromey1-1/+12
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves1-4/+5
2016-06-21Make stdin be per UIPedro Alves1-4/+6
2016-06-21Only send sync execution command output to the UI that ran the commandPedro Alves1-2/+8
2016-06-21Push thread->control.command_interp to the struct thread_fsmPedro Alves1-4/+3
2016-06-21New function should_print_stop_to_consolePedro Alves2-0/+39
2016-06-21Simplify starting the command event loopPedro Alves2-1/+11
2016-06-21Make command line editing (use of readline) be per UIPedro Alves2-2/+39
2016-06-21Make instream be per UIPedro Alves1-4/+7
2016-06-21Make the intepreters output to all UIsPedro Alves1-31/+96
2016-06-21Introduce interpreter factoriesPedro Alves1-32/+55
2016-06-21Make the interpreters be per UIPedro Alves1-8/+8
2016-04-28Don't show deprecated commands in helpSimon Marchi1-1/+4
2016-04-14Avoid "format not a string literal" warningsPedro Alves1-3/+10
2016-04-04Obvious function doc and formattingSimon Marchi1-2/+2
2016-01-19Limit breakpoint re-set to the current program spacePedro Alves1-4/+4
2016-01-15Star wildcard ranges (e.g., "info thread 2.*")Pedro Alves2-17/+38
2016-01-13Per-inferior/Inferior-qualified thread IDsPedro Alves2-13/+13
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