Age | Commit message (Expand) | Author | Files | Lines |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-30 | target_ops::to_stratum -> target_ops::stratum() virtual method | Pedro Alves | 1 | -2/+4 |
2018-11-30 | Convert default_child_has_foo functions to process_stratum_target methods | Pedro Alves | 1 | -9/+0 |
2018-11-30 | Introduce process_stratum_target | Pedro Alves | 1 | -9/+4 |
2018-11-30 | Move test_target_ops to a separate file | Pedro Alves | 1 | -45/+0 |
2018-11-18 | Fix ia64-linux-nat.c | Tom Tromey | 1 | -1/+1 |
2018-11-08 | Avoid crash when calling warning too early | Tom Tromey | 1 | -1/+1 |
2018-09-06 | Generate NT_PROCSTAT_{AUXV,VMMAP,PS_STRINGS} in FreeBSD coredumps | Simon Ser | 1 | -0/+4 |
2018-08-31 | Add comment describing continuable/steppable/non-steppable watchpoints | Pedro Alves | 1 | -0/+34 |
2018-08-31 | Eliminate target_have_continuable_watchpoint | Pedro Alves | 1 | -7/+0 |
2018-08-07 | Make target_options_to_string return an std::string | Simon Marchi | 1 | -3/+2 |
2018-06-07 | Introduce class target_stack | Pedro Alves | 1 | -2/+45 |
2018-06-07 | Eliminate find_target_beneath | Pedro Alves | 1 | -2/+0 |
2018-06-07 | target_ops::beneath -> target_ops::beneath() | Pedro Alves | 1 | -1/+3 |
2018-06-07 | target_stack -> current_top_target() throughout | Pedro Alves | 1 | -80/+80 |
2018-05-11 | Heap-allocate core_target instances | Pedro Alves | 1 | -0/+14 |
2018-05-03 | target factories, target open and multiple instances of targets | Pedro Alves | 1 | -33/+56 |
2018-05-03 | target_ops: Use bool throughout | Pedro Alves | 1 | -76/+76 |
2018-05-03 | make-target-delegates: line break between return type and function name | Pedro Alves | 1 | -1/+2 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -414/+416 |
2018-05-03 | Eliminate target_ops::to_xclose | Pedro Alves | 1 | -4/+5 |
2018-04-12 | Eliminate target_has_exited | Pedro Alves | 1 | -9/+0 |
2018-04-09 | Remove VEC(tsv_s), use std::vector instead | Simon Marchi | 1 | -1/+1 |
2018-04-07 | Make target_read_alloc & al return vectors | Simon Marchi | 1 | -22/+15 |
2018-03-30 | Change target_read_string to use unique_xmalloc_ptr | Tom Tromey | 1 | -1/+2 |
2018-03-22 | Get rid of VEC(static_tracepoint_marker_p) | Simon Marchi | 1 | -8/+7 |
2018-03-07 | Return gdb::optional<std::string> from target_fileio_readlink | Tom Tromey | 1 | -9/+8 |
2018-03-01 | Propagate record_print_flags | Simon Marchi | 1 | -6/+8 |
2018-02-27 | Change target_write_memory_blocks to use std::vector | Tom Tromey | 1 | -15/+19 |
2018-02-09 | btrace, gdbserver: remove the to_supports_btrace target method | Markus Metzger | 1 | -7/+0 |
2018-01-30 | Per-inferior target_terminal state, fix PR gdb/13211, more | Pedro Alves | 1 | -8/+12 |
2018-01-19 | Pass inferior down to target_detach and to_detach | Simon Marchi | 1 | -2/+2 |
2018-01-19 | Remove args from target detach | Simon Marchi | 1 | -5/+4 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-28 | Remove unused HP-UX TARGET_OBJECT_ enums | Simon Marchi | 1 | -9/+0 |
2017-12-06 | target_set_syscall_catchpoint, use gdb::array_view and bool | Pedro Alves | 1 | -13/+10 |
2017-12-03 | Remove mem_region_vector typedef | Simon Marchi | 1 | -6/+1 |
2017-11-24 | regcache::cooked_read unit test | Yao Qi | 1 | -0/+14 |
2017-11-07 | Constify add_com | Tom Tromey | 1 | -1/+1 |
2017-10-21 | Get rid of VEC (mem_region) | Simon Marchi | 1 | -3/+8 |
2017-10-16 | Return unique_xmalloc_ptr from target_fileio_read_stralloc | Tom Tromey | 1 | -2/+2 |
2017-10-16 | Return unique_xmalloc_ptr from target_read_stralloc | Tom Tromey | 1 | -12/+11 |
2017-10-14 | Make to_traceframe_info return a unique_ptr | Simon Marchi | 1 | -14/+3 |
2017-09-29 | Remove free_memory_read_result_vector | Tom Tromey | 1 | -13/+22 |
2017-09-29 | Remove make_cleanup_defer_target_commit_resume | Tom Tromey | 1 | -3/+3 |
2017-09-21 | Add target method for converting thread handle to thread_info struct pointer | Kevin Buettner | 1 | -0/+11 |
2017-09-20 | Remove make_cleanup_restore_target_terminal | Tom Tromey | 1 | -30/+0 |
2017-09-11 | Remove make_show_memory_breakpoints_cleanup | Tom Tromey | 1 | -3/+5 |
2017-09-04 | Introduce gdb_disassembly_flags | Pedro Alves | 1 | -6/+12 |
2017-09-03 | Make target_waitstatus_to_string return an std::string | Simon Marchi | 1 | -4/+0 |