Age | Commit message (Expand) | Author | Files | Lines |
2022-09-29 | gdb: constify auxv parse functions | Simon Marchi | 1 | -2/+2 |
2022-09-29 | gdb: constify target_stack::is_pushed | Simon Marchi | 1 | -1/+1 |
2022-09-21 | gdbsupport: convert FILEIO_* macros to an enum | Simon Marchi | 1 | -14/+15 |
2022-07-22 | Change target_ops::async to accept bool | Tom Tromey | 1 | -2/+2 |
2022-05-13 | Constify target_pid_to_exec_file | Tom Tromey | 1 | -2/+2 |
2022-04-29 | Slightly tweak and clarify target_resume's interface | Pedro Alves | 1 | -11/+20 |
2022-04-14 | Move target_read_string to target/target.c | Tom Tromey | 1 | -8/+0 |
2022-04-06 | gdb: move gdb_disassembly_flag into a new disasm-flags.h file | Andrew Burgess | 1 | -1/+1 |
2022-01-27 | gdb, gdbserver: update thread identifier in enable_btrace target method | Markus Metzger | 1 | -3/+3 |
2022-01-06 | Introduce target_announce_attach | Tom Tromey | 1 | -0/+5 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-12-13 | gdb: make post_startup_inferior a virtual method on inf_ptrace_target | Andrew Burgess | 1 | -14/+0 |
2021-11-25 | gdb: introduce a new overload of target_can_async_p | Andrew Burgess | 1 | -0/+4 |
2021-09-24 | gdb: change thread_info::name to unique_xmalloc_ptr, add helper function | Simon Marchi | 1 | -1/+4 |
2021-09-23 | Change get_ada_task_ptid parameter type | Tom Tromey | 1 | -2/+2 |
2021-08-03 | gdb: follow-fork: push target and add thread in target_follow_fork | Simon Marchi | 1 | -3/+4 |
2021-07-14 | gdb: pass child_ptid and fork kind to target_ops::follow_fork | Simon Marchi | 1 | -7/+8 |
2021-07-13 | Fix detach with target remote (PR gdb/28080) | Pedro Alves | 1 | -0/+6 |
2021-05-23 | [gdb/tdep] Use pid to choose process 64/32-bitness | Tom de Vries | 1 | -4/+11 |
2021-05-13 | gdb: on exec, delegate pushing / unpushing target and adding thread to target... | Simon Marchi | 1 | -6/+13 |
2021-05-13 | gdb: call target_follow_exec when "set follow-exec-mode" is "same" | Simon Marchi | 1 | -2/+5 |
2021-04-07 | gdb: make target_ops::follow_fork return void | Simon Marchi | 1 | -5/+3 |
2021-03-26 | gdb: defer commit resume until all available events are consumed | Simon Marchi | 1 | -0/+14 |
2021-03-26 | gdb: generalize commit_resume, avoid commit-resuming when threads have pendin... | Simon Marchi | 1 | -18/+13 |
2021-03-24 | gdb: remove current_top_target function | Simon Marchi | 1 | -5/+0 |
2021-03-24 | gdb: move all "current target" wrapper implementations to target.c | Simon Marchi | 1 | -185/+111 |
2021-03-24 | New target methods for memory tagging support | Luis Machado | 1 | -0/+41 |
2021-03-23 | gdb: remote target_longname | Simon Marchi | 1 | -1/+0 |
2021-03-23 | gdb: remove target_is_pushed free function | Simon Marchi | 1 | -2/+0 |
2021-03-23 | gdb: remove push_target free functions | Simon Marchi | 1 | -5/+0 |
2021-03-23 | gdb: remove unpush_target free function | Simon Marchi | 1 | -6/+1 |
2021-02-24 | gdb: move get_section_table from exec_target to dummy_target | Andrew Burgess | 1 | -1/+5 |
2021-02-24 | gdb: spread a little 'const' through the target_section_table code | Andrew Burgess | 1 | -4/+4 |
2021-02-22 | gdb: push target earlier in procfs_target::attach (PR 27435) | Simon Marchi | 1 | -0/+14 |
2021-02-04 | gdb: make target_is_non_stop_p return bool | Simon Marchi | 1 | -1/+1 |
2021-02-03 | detach and breakpoint removal | Pedro Alves | 1 | -0/+7 |
2021-01-22 | gdb: move remote_debug to remote.{h,c} | Simon Marchi | 1 | -3/+0 |
2021-01-12 | gdb: move baud_rate and serial_parity declarations to serial.h | Simon Marchi | 1 | -6/+0 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -4/+4 |
2020-10-22 | gdb: make target_ops::make_corefile_notes return a unique ptr | Simon Marchi | 1 | -1/+1 |
2020-10-12 | Change target_section_table to std::vector alias | Tom Tromey | 1 | -3/+2 |
2020-10-12 | Introduce target-section.h | Tom Tromey | 1 | -27/+1 |
2020-10-07 | Move simple_search_memory to gdbsupport/search.cc | Tom Tromey | 1 | -8/+0 |
2020-09-28 | Turn target_have_steppable_watchpoint into function | Tom Tromey | 1 | -2/+5 |
2020-09-28 | Turn target_can_lock_scheduler into a function | Tom Tromey | 1 | -2/+6 |
2020-09-28 | Remove target_has_execution macro | Tom Tromey | 1 | -9/+3 |
2020-09-28 | Turn target_can_execute_reverse into function | Tom Tromey | 1 | -2/+5 |
2020-09-28 | Remove target_has_registers macro | Tom Tromey | 1 | -2/+1 |
2020-09-28 | Remove target_has_stack macro | Tom Tromey | 1 | -2/+1 |