Age | Commit message (Expand) | Author | Files | Lines |
2018-05-03 | target factories, target open and multiple instances of targets | Pedro Alves | 1 | -111/+100 |
2018-05-03 | target_ops: Use bool throughout | Pedro Alves | 1 | -2/+2 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -469/+377 |
2018-05-03 | Eliminate target_ops::to_xclose | Pedro Alves | 1 | -3/+1 |
2018-04-11 | File I/O file handles after target closes | Pedro Alves | 1 | -3/+29 |
2018-04-11 | C++ify fileio_fh_t, replace VEC with std::vector | Pedro Alves | 1 | -38/+42 |
2018-04-07 | Make target_read_alloc & al return vectors | Simon Marchi | 1 | -52/+34 |
2018-03-30 | Change target_read_string to use unique_xmalloc_ptr | Tom Tromey | 1 | -2/+3 |
2018-03-17 | Remove target_fileio_close_cleanup | Tom Tromey | 1 | -16/+32 |
2018-03-07 | Return gdb::optional<std::string> from target_fileio_readlink | Tom Tromey | 1 | -6/+6 |
2018-03-01 | Propagate record_print_flags | Simon Marchi | 1 | -3/+3 |
2018-02-09 | btrace, gdbserver: remove the to_supports_btrace target method | Markus Metzger | 1 | -8/+0 |
2018-01-30 | Per-inferior target_terminal state, fix PR gdb/13211, more | Pedro Alves | 1 | -17/+106 |
2018-01-19 | Pass inferior down to target_detach and to_detach | Simon Marchi | 1 | -3/+10 |
2018-01-19 | Remove args from target detach | Simon Marchi | 1 | -4/+4 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-08 | Clear non-significant bits of address on memory access | Yao Qi | 1 | -0/+2 |
2017-12-05 | Remove some unused variables | Simon Marchi | 1 | -2/+0 |
2017-11-24 | regcache::cooked_read unit test | Yao Qi | 1 | -0/+47 |
2017-11-07 | Constify add_setshow_* | Tom Tromey | 1 | -6/+6 |
2017-11-07 | Constify add_info | Tom Tromey | 1 | -3/+1 |
2017-11-07 | Constify add_com | Tom Tromey | 1 | -3/+2 |
2017-10-21 | Get rid of VEC (mem_region) | Simon Marchi | 1 | -26/+18 |
2017-10-16 | Return unique_xmalloc_ptr from target_fileio_read_stralloc | Tom Tromey | 1 | -4/+4 |
2017-10-16 | Return unique_xmalloc_ptr from target_read_stralloc | Tom Tromey | 1 | -9/+7 |
2017-10-11 | Constify add_prefix_cmd | Tom Tromey | 1 | -3/+1 |
2017-10-04 | Fix "Remote 'g' packet reply is too long" problems with multiple inferiors | Pedro Alves | 1 | -1/+3 |
2017-09-29 | Remove free_memory_read_result_vector | Tom Tromey | 1 | -54/+21 |
2017-09-29 | Remove make_cleanup_defer_target_commit_resume | Tom Tromey | 1 | -7/+3 |
2017-09-27 | Constify maintenance_print_target_stack | Tom Tromey | 1 | -1/+1 |
2017-09-27 | Add add_cmd function overloads | Tom Tromey | 1 | -2/+2 |
2017-09-21 | Add target method for converting thread handle to thread_info struct pointer | Kevin Buettner | 1 | -0/+9 |
2017-09-20 | Remove make_cleanup_restore_target_terminal | Tom Tromey | 1 | -77/+23 |
2017-09-11 | Remove make_show_memory_breakpoints_cleanup | Tom Tromey | 1 | -13/+3 |
2017-09-09 | Use ui_out_emit_tuple in more places | Tom Tromey | 1 | -4/+1 |
2017-09-04 | Introduce gdb_disassembly_flags | Pedro Alves | 1 | -3/+5 |
2017-08-22 | Rename some command functions | Simon Marchi | 1 | -4/+4 |
2017-08-03 | Use containers to avoid cleanups | Tom Tromey | 1 | -26/+11 |
2017-04-28 | Class-fy regcache | Yao Qi | 1 | -3/+2 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -5/+5 |
2017-04-05 | -Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_info | Pedro Alves | 1 | -4/+4 |
2017-03-24 | Remove MAX_REGISTER_SIZE from target.c | Alan Hayward | 1 | -39/+3 |
2017-03-23 | Remove some unnecessary inferior_ptid setting/restoring when fetching/storing... | Simon Marchi | 1 | -4/+0 |
2017-03-13 | Add asserts in target_fetch/store_registers | Simon Marchi | 1 | -0/+4 |
2017-02-14 | Add method to query current recording method to target_ops. | Tim Wiederhake | 1 | -0/+8 |
2017-01-20 | Add command to erase all flash memory regions | Luis Machado | 1 | -0/+49 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-10-26 | gdb: Coalesce/aggregate (async) vCont packets/actions | Pedro Alves | 1 | -0/+28 |
2016-10-06 | Consolidate API of target_supports_multi_process | Sergio Durigan Junior | 1 | -0/+8 |
2016-09-19 | Consolidate target_mourn_inferior between GDB and gdbserver | Sergio Durigan Junior | 1 | -1/+2 |