Age | Commit message (Expand) | Author | Files | Lines |
2018-03-19 | Convert observers to C++ | Tom Tromey | 1 | -2/+2 |
2018-02-21 | No longer create readonly regcache | Yao Qi | 1 | -3/+3 |
2018-02-14 | Move some declarations to source.h | Tom Tromey | 1 | -0/+1 |
2018-02-05 | Align natural-format register values to the same column | Ruslan Kabatsayev | 1 | -10/+30 |
2018-01-30 | Per-inferior target_terminal state, fix PR gdb/13211, more | Pedro Alves | 1 | -1/+1 |
2018-01-19 | Pass inferior down to target_detach and to_detach | Simon Marchi | 1 | -1/+1 |
2018-01-19 | Remove args from target detach | Simon Marchi | 1 | -1/+1 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-27 | reggroups: Add test and docs for `info reg $reggroup` feature | Stafford Horne | 1 | -2/+6 |
2017-12-05 | Remove some unused variables | Simon Marchi | 1 | -3/+0 |
2017-11-07 | Constify add_setshow_* | Tom Tromey | 1 | -3/+3 |
2017-11-07 | Constify add_info | Tom Tromey | 1 | -13/+7 |
2017-11-07 | Constify add_com | Tom Tromey | 1 | -40/+22 |
2017-11-07 | Make strip_bg_char return a unique_xmalloc_ptr | Tom Tromey | 1 | -59/+25 |
2017-11-04 | Introduce gdb_breakpoint_up | Tom Tromey | 1 | -1/+1 |
2017-10-11 | Constify add_prefix_cmd | Tom Tromey | 1 | -6/+4 |
2017-10-04 | Extend "set cwd" to work on gdbserver | Sergio Durigan Junior | 1 | -4/+4 |
2017-10-04 | Implement "set cwd" command on GDB | Sergio Durigan Junior | 1 | -0/+77 |
2017-09-27 | Constify some commands in infcmd.c | Tom Tromey | 1 | -26/+17 |
2017-09-20 | Remove make_cleanup_restore_target_terminal | Tom Tromey | 1 | -5/+5 |
2017-09-19 | Add a 'starti' command. | John Baldwin | 1 | -22/+65 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |
2017-09-04 | Kill init_sal | Pedro Alves | 1 | -12/+7 |
2017-09-04 | struct symtabs_and_lines -> std::vector<symtab_and_line> | Pedro Alves | 1 | -10/+6 |
2017-08-22 | Rename some command functions | Simon Marchi | 1 | -13/+13 |
2017-08-15 | Fix PR gdb/21954: make 'unset environment' work again | Sergio Durigan Junior | 1 | -1/+1 |
2017-06-20 | C++ify gdb/common/environ.c | Sergio Durigan Junior | 1 | -16/+12 |
2017-06-14 | PR gdb/21574: Mention $SHELL and startup-with-shell on "help run" | Sergio Durigan Junior | 1 | -4/+7 |
2017-06-12 | Don't always zero pad in print_*_chars | Tom Tromey | 1 | -1/+2 |
2017-05-17 | Add alias command to cmd_list_element | Yao Qi | 1 | -1/+4 |
2017-05-04 | RAII-fy make_cleanup_restore_current_thread & friends | Pedro Alves | 1 | -21/+10 |
2017-04-28 | Remove cleanup in get_return_value | Yao Qi | 1 | -11/+3 |
2017-04-12 | C++-fy and prepare for sharing fork_inferior | Sergio Durigan Junior | 1 | -3/+4 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -6/+6 |
2017-03-20 | Remove unused parameter in solib_add and update_solib_list | Marc-Andre Laperle | 1 | -1/+1 |
2017-02-02 | Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy | Pedro Alves | 1 | -7/+5 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-12-22 | Class-ify ui_out | Simon Marchi | 1 | -16/+16 |
2016-11-25 | Fix typo in comment | Simon Marchi | 1 | -1/+1 |
2016-11-08 | Remove parameter valaddr from la_val_print | Yao Qi | 1 | -3/+0 |
2016-11-08 | Use ui_file_as_string throughout more | Pedro Alves | 1 | -7/+2 |
2016-09-29 | PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression | Jan Kratochvil | 1 | -1/+1 |
2016-08-24 | Allow resetting an empty inferior-tty | Simon Marchi | 1 | -7/+13 |
2016-07-01 | Forget watchpoint locations when inferior exits or is killed/detached | Pedro Alves | 1 | -0/+7 |
2016-06-21 | Push thread->control.command_interp to the struct thread_fsm | Pedro Alves | 1 | -38/+36 |
2016-06-21 | Fix for spurious prompts in secondary UIs | Pedro Alves | 1 | -1/+1 |
2016-06-21 | Replace the sync_execution global with a new enum prompt_state tristate | Pedro Alves | 1 | -8/+20 |
2016-06-01 | infcmd, btrace: fix crash in 'finish' for tailcall-only frames | Markus Metzger | 1 | -5/+25 |
2016-05-23 | Skip unwritable frames in command "finish" | Yao Qi | 1 | -0/+2 |
2016-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -3/+0 |