Age | Commit message (Expand) | Author | Files | Lines |
2017-01-11 | Fix typo in lookup_cmd_1 comment | Simon Marchi | 1 | -1/+1 |
2017-01-10 | Use class to manage BFD reference counts | Tom Tromey | 1 | -31/+24 |
2017-01-10 | Change return type of ui_out redirect to void | Simon Marchi | 1 | -10/+5 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 14 | -14/+14 |
2016-12-22 | Class-ify ui_out | Simon Marchi | 5 | -62/+62 |
2016-12-02 | Support an "unlimited" number of user-defined arguments | Pedro Alves | 1 | -81/+100 |
2016-12-02 | Fix PR 20559 - "eval" command and $arg0...$arg9/$argc substitution | Pedro Alves | 2 | -11/+14 |
2016-11-15 | gdb::{unique_ptr,move} -> std::{unique_ptr,move} | Pedro Alves | 1 | -2/+2 |
2016-11-08 | Use ui_file_as_string in gdb/cli/cli-setshow.c | Pedro Alves | 1 | -4/+3 |
2016-11-08 | 'struct expression *' -> gdb::unique_xmalloc_ptr<expression> | Pedro Alves | 1 | -10/+4 |
2016-11-08 | cli-script.c: Simplify using std::string, eliminate cleanups | Pedro Alves | 1 | -76/+33 |
2016-11-08 | cli/cli-script.c: Remove some dead NULL checks | Pedro Alves | 1 | -11/+0 |
2016-10-21 | Replace two xmallocs with unique_ptr | Tom Tromey | 1 | -11/+8 |
2016-10-21 | Remove make_cleanup_restore_current_ui | Tom Tromey | 1 | -20/+7 |
2016-10-21 | Use RAII to save and restore scalars | Tom Tromey | 1 | -14/+4 |
2016-10-13 | Convert tid_range_parser and get_number_or_range to classes | Pedro Alves | 2 | -78/+112 |
2016-10-03 | Emit inferior, thread and frame selection events to all UIs | Antoine Tremblay | 3 | -2/+74 |
2016-09-23 | Use std::string rather than dyn-string | Tom Tromey | 1 | -23/+18 |
2016-09-21 | PR gdb/20604 - fix "quit" when an invalid expression is used | Tom Tromey | 1 | -1/+12 |
2016-09-16 | gdb: Use std::min and std::max throughout | Pedro Alves | 1 | -4/+5 |
2016-06-21 | Make stdin be per UI | Pedro Alves | 1 | -4/+6 |
2016-06-21 | Only send sync execution command output to the UI that ran the command | Pedro Alves | 1 | -2/+8 |
2016-06-21 | Push thread->control.command_interp to the struct thread_fsm | Pedro Alves | 1 | -4/+3 |
2016-06-21 | New function should_print_stop_to_console | Pedro Alves | 2 | -0/+39 |
2016-06-21 | Simplify starting the command event loop | Pedro Alves | 2 | -1/+11 |
2016-06-21 | Make command line editing (use of readline) be per UI | Pedro Alves | 2 | -2/+39 |
2016-06-21 | Make instream be per UI | Pedro Alves | 1 | -4/+7 |
2016-06-21 | Make the intepreters output to all UIs | Pedro Alves | 1 | -31/+96 |
2016-06-21 | Introduce interpreter factories | Pedro Alves | 1 | -32/+55 |
2016-06-21 | Make the interpreters be per UI | Pedro Alves | 1 | -8/+8 |
2016-04-28 | Don't show deprecated commands in help | Simon Marchi | 1 | -1/+4 |
2016-04-14 | Avoid "format not a string literal" warnings | Pedro Alves | 1 | -3/+10 |
2016-04-04 | Obvious function doc and formatting | Simon Marchi | 1 | -2/+2 |
2016-01-19 | Limit breakpoint re-set to the current program space | Pedro Alves | 1 | -4/+4 |
2016-01-15 | Star wildcard ranges (e.g., "info thread 2.*") | Pedro Alves | 2 | -17/+38 |
2016-01-13 | Per-inferior/Inferior-qualified thread IDs | Pedro Alves | 2 | -13/+13 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 13 | -13/+13 |
2015-12-11 | gdb: Extend help text for 'list' command. | Andrew Burgess | 1 | -2/+6 |
2015-12-11 | gdb: Add an error when 'list -' reaches the start of a file. | Andrew Burgess | 1 | -4/+9 |
2015-12-11 | gdb: 'list' command, tweak handling of +/- arguments. | Andrew Burgess | 1 | -3/+3 |
2015-12-11 | gdb: Small code restructure for list_command. | Andrew Burgess | 1 | -17/+11 |
2015-12-11 | gdb: Use NULL instead of 0 for pointer comparison. | Andrew Burgess | 1 | -2/+2 |
2015-11-11 | gdb: Use class_info when creating info commands. | Andrew Burgess | 1 | -1/+1 |
2015-10-26 | PR python/18938: source -s foo.py with foo.py a symlink to foo.notpy fails | Doug Evans | 1 | -4/+10 |
2015-10-24 | cli-setshow.c: Constify variable | Simon Marchi | 1 | -1/+1 |
2015-10-13 | More char constification | Pedro Alves | 1 | -1/+1 |
2015-10-09 | Change some void* to gdb_byte* | Simon Marchi | 1 | -2/+2 |
2015-10-06 | parse load_offset (bias) of restore command as long | Pitchumani Sivanupandi | 1 | -2/+3 |
2015-09-28 | cli-script.c: Fix read_next_line's comment | Simon Marchi | 1 | -2/+2 |
2015-09-25 | Add some more casts (1/2) | Simon Marchi | 3 | -7/+7 |