Age | Commit message (Expand) | Author | Files | Lines |
2019-01-06 | Fix crash in "finish" | Tom Tromey | 1 | -2/+3 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-22 | Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc. | Pedro Alves | 1 | -49/+20 |
2018-10-21 | Introduce gdbarch_num_cooked_regs | Simon Marchi | 1 | -14/+5 |
2018-09-18 | Make the "info proc" documentation more consistent. | John Baldwin | 1 | -6/+6 |
2018-09-18 | Add a new 'info proc files' subcommand of 'info proc'. | John Baldwin | 1 | -0/+12 |
2018-09-15 | Change get_inferior_args to return const char * | Tom Tromey | 1 | -1/+1 |
2018-08-23 | Use BLOCK_ENTRY_PC in place of most uses of BLOCK_START | Kevin Buettner | 1 | -1/+1 |
2018-07-26 | [gdb/breakpoints] Fix sigsegv in info prog at exec catchpoint | Tom de Vries | 1 | -1/+1 |
2018-07-03 | Remove ptid_equal | Tom Tromey | 1 | -4/+4 |
2018-07-03 | Remove ptid_match | Tom Tromey | 1 | -1/+1 |
2018-07-03 | Remove ptid_get_pid | Tom Tromey | 1 | -5/+5 |
2018-07-03 | Remove pid_to_ptid | Tom Tromey | 1 | -3/+3 |
2018-06-28 | gdb: Eliminate the 'stop_pc' global | Pedro Alves | 1 | -7/+5 |
2018-06-21 | Use thread_info and inferior pointers more throughout | Pedro Alves | 1 | -19/+22 |
2018-06-14 | [gdb/cli] Honour 'print pretty' when printing result of finish command | Tom de Vries | 1 | -1/+1 |
2018-06-07 | target_stack -> current_top_target() throughout | Pedro Alves | 1 | -9/+9 |
2018-05-24 | Update help text for "jump" command | Tom Tromey | 1 | -1/+1 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -18/+18 |
2018-04-25 | Fix new inferior events output | Pedro Alves | 1 | -2/+5 |
2018-04-24 | Enable 'set print inferior-events' and improve detach/fork/kill/exit messages | Sergio Durigan Junior | 1 | -0/+8 |
2018-04-10 | Replace finish_thread_state_cleanup with a RAII class | Pedro Alves | 1 | -8/+5 |
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 |