Age | Commit message (Expand) | Author | Files | Lines |
2024-07-18 | gdb: add target_fileio_stat, but no implementations yet | Andrew Burgess | 1 | -0/+16 |
2024-07-16 | gdb, gdbserver, gdbsupport: use [[noreturn]] instead of ATTRIBUTE_NORETURN | Simon Marchi | 1 | -1/+1 |
2024-07-15 | gdb: split no_shared_libraries, command vs implementation | Simon Marchi | 1 | -1/+1 |
2024-05-28 | Use bool in thread_events | Tom Tromey | 1 | -2/+2 |
2024-04-26 | Improve target.h & target_ops & xfer_partial descriptions | Pedro Alves | 1 | -24/+51 |
2024-04-19 | gdb: Introduce is_address_tagged target hook | Gustavo Romero | 1 | -0/+6 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2023-11-21 | gdb: Replace gdb::optional with std::optional | Lancelot Six | 1 | -5/+5 |
2023-11-17 | gdb: remove regcache's address space | Simon Marchi | 1 | -8/+0 |
2023-11-13 | Thread options & clone events (core + remote) | Pedro Alves | 1 | -0/+8 |
2023-11-13 | Step over clone syscall w/ breakpoint, TARGET_WAITKIND_THREAD_CLONED | Pedro Alves | 1 | -0/+7 |
2023-10-19 | gdb: remove target_section_table typedef | Simon Marchi | 1 | -3/+3 |
2023-10-10 | gdb: remove target_gdbarch | Simon Marchi | 1 | -1/+1 |
2023-09-20 | Remove explanatory comments from includes | Tom Tromey | 1 | -3/+3 |
2023-09-19 | Use gdb::checked_static_cast for tracepoints | Tom Tromey | 1 | -2/+2 |
2023-09-05 | Read Ada main name from executable, not inferior | Tom Tromey | 1 | -0/+4 |
2023-08-28 | gdb: Store an x86_xsave_layout in i386_gdbarch_tdep. | John Baldwin | 1 | -0/+7 |
2023-08-24 | [gdb/build] Return gdb::array_view in thread_info_to_thread_handle | Tom de Vries | 1 | -3/+7 |
2023-07-10 | Remove target_close | Tom Tromey | 1 | -9/+0 |
2023-06-03 | [gdb] Fix typos | Tom de Vries | 1 | -1/+1 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-12-14 | gdb: remove the pop_all_targets (and friends) global functions | Andrew Burgess | 1 | -11/+0 |
2022-12-14 | gdb: remove decref_target | Andrew Burgess | 1 | -7/+3 |
2022-12-14 | gdb: have target_stack automate reference count handling | Andrew Burgess | 1 | -2/+2 |
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 |