Age | Commit message (Expand) | Author | Files | Lines |
2017-11-22 | Convert generic probe interface to C++ (and perform some cleanups) | Sergio Durigan Junior | 1 | -1/+1 |
2017-11-16 | Don't ever Quit out of resume | Pedro Alves | 1 | -35/+8 |
2017-11-07 | Constify add_setshow_* | Tom Tromey | 1 | -9/+7 |
2017-11-07 | Constify add_info | Tom Tromey | 1 | -3/+1 |
2017-11-07 | Constify add_com | Tom Tromey | 1 | -3/+1 |
2017-11-04 | Introduce gdb_breakpoint_up | Tom Tromey | 1 | -4/+5 |
2017-11-02 | const-fy regcache::m_aspace | Yao Qi | 1 | -13/+11 |
2017-11-02 | s/get_regcache_aspace (regcache)/regcache->aspace ()/g | Yao Qi | 1 | -17/+17 |
2017-10-25 | s/get_regcache_arch (regcache)/regcache->arch ()/g | Yao Qi | 1 | -14/+14 |
2017-10-21 | Create a displaced_step_closure class hierarchy | Simon Marchi | 1 | -3/+5 |
2017-10-10 | Eliminate catch_errors | Pedro Alves | 1 | -30/+28 |
2017-10-09 | Multi-arch exec, more register reading avoidance | Pedro Alves | 1 | -1/+4 |
2017-10-03 | Change record_full_gdb_operation_disable_set not to return a cleanup | Tom Tromey | 1 | -8/+7 |
2017-09-29 | Remove make_cleanup_defer_target_commit_resume | Tom Tromey | 1 | -30/+30 |
2017-09-25 | Remove regcache_xfree | Tom Tromey | 1 | -1/+1 |
2017-09-20 | Remove make_cleanup_restore_target_terminal | Tom Tromey | 1 | -12/+12 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |
2017-09-05 | Add thread after updating gdbarch when exec'ing | Simon Marchi | 1 | -1/+5 |
2017-09-05 | Read stop_pc after updating the gdbarch when exec'ing | Simon Marchi | 1 | -2/+2 |
2017-09-04 | Kill init_sal | Pedro Alves | 1 | -37/+15 |
2017-09-03 | Make target_waitstatus_to_string return an std::string | Simon Marchi | 1 | -26/+17 |
2017-08-22 | Rename some command functions | Simon Marchi | 1 | -3/+3 |
2017-08-18 | Remove save_inferior_ptid | Tom Tromey | 1 | -46/+7 |
2017-08-11 | More gdb/skip.c C++ification | Pedro Alves | 1 | -1/+1 |
2017-08-03 | Introduce gdb_argv, a class wrapper for buildargv | Tom Tromey | 1 | -25/+18 |
2017-07-25 | Catch exceptions thrown from gdbarch_skip_prologue | Yao Qi | 1 | -4/+5 |
2017-07-17 | Introduce class completion_tracker & rewrite completion<->readline interaction | Pedro Alves | 1 | -9/+4 |
2017-06-10 | gdbarch: Remove displaced_step_free_closure | Simon Marchi | 1 | -6/+2 |
2017-05-04 | RAII-fy make_cleanup_restore_current_thread & friends | Pedro Alves | 1 | -28/+37 |
2017-04-19 | Make inferior::detaching a bool, and introduce scoped_restore::release() | Pedro Alves | 1 | -5/+3 |
2017-04-13 | Fix follow-fork latent bug | Pedro Alves | 1 | -2/+3 |
2017-04-10 | Don't delete thread_info if refcount isn't zero | Yao Qi | 1 | -2/+2 |
2017-03-08 | Fix PR18360 - internal error when using "interrupt -a" | Pedro Alves | 1 | -94/+102 |
2017-02-02 | Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy | Pedro Alves | 1 | -22/+14 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-12-22 | infrun.c (set_step_over_info): Add comment. | Doug Evans | 1 | -1/+3 |
2016-12-22 | Class-ify ui_out | Simon Marchi | 1 | -49/+46 |
2016-11-08 | Use ui_file_as_string in gdb/infrun.c | Pedro Alves | 1 | -4/+2 |
2016-11-08 | gdbarch software_single_step returns VEC (CORE_ADDR) * | Yao Qi | 1 | -5/+3 |
2016-10-26 | PR 20569, segv in follow_exec | Sandra Loosemore | 1 | -25/+23 |
2016-10-26 | gdb: Coalesce/aggregate (async) vCont packets/actions | Pedro Alves | 1 | -0/+8 |
2016-10-21 | Remove make_cleanup_restore_current_uiout | Tom Tromey | 1 | -8/+6 |
2016-10-21 | Remove make_cleanup_restore_current_ui | Tom Tromey | 1 | -10/+5 |
2016-10-21 | Use scoped_restore for current_ui | Tom Tromey | 1 | -2/+1 |
2016-10-21 | Use RAII to save and restore scalars | Tom Tromey | 1 | -14/+2 |
2016-09-19 | Consolidate target_mourn_inferior between GDB and gdbserver | Sergio Durigan Junior | 1 | -1/+1 |
2016-09-16 | Introduce cleanup to restore current_uiout | Simon Marchi | 1 | -11/+1 |
2016-09-06 | Introduce make_cleanup_restore_current_ui | Pedro Alves | 1 | -1/+1 |
2016-08-09 | Fix PR gdb/20418 - Problems with synchronous commands and new-ui | Pedro Alves | 1 | -0/+1 |
2016-07-15 | Pass SIGLIBRT directly to child processes. | John Baldwin | 1 | -0/+2 |