Age | Commit message (Expand) | Author | Files | Lines |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -4/+4 |
2019-05-22 | Constify target_ops::follow_exec | Tom Tromey | 1 | -2/+2 |
2019-04-08 | Introduce target_ops method thread_info_to_thread_handle | Kevin Buettner | 1 | -0/+9 |
2019-03-13 | Change pid_to_str to return std::string | Tom Tromey | 1 | -3/+3 |
2019-03-12 | Update comment for target::get_thread_local_address. | John Baldwin | 1 | -2/+2 |
2019-02-15 | Add push_target overload | Tom Tromey | 1 | -0/+3 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -3/+3 |
2019-01-24 | target_pass_signals/target_program_signals: Use gdb::array_view | Pedro Alves | 1 | -9/+8 |
2019-01-14 | Constify target_pass_signals and target_program_signals | Tom Tromey | 1 | -4/+5 |
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 |