Age | Commit message (Expand) | Author | Files | Lines |
2022-09-21 | gdbsupport: convert FILEIO_* macros to an enum | Simon Marchi | 1 | -23/+23 |
2022-09-21 | gdbsupport: move include/gdb/fileio.h contents to fileio.h | Simon Marchi | 1 | -1/+1 |
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 | -1/+1 |
2022-04-29 | Slightly tweak and clarify target_resume's interface | Pedro Alves | 1 | -5/+8 |
2022-04-14 | Move target_read_string to target/target.c | Tom Tromey | 1 | -19/+0 |
2022-04-14 | Remove the byte order parameter to target_read_string | Tom Tromey | 1 | -2/+1 |
2022-04-14 | Rename read_string | Tom Tromey | 1 | -2/+2 |
2022-04-04 | Handle TLS variable lookups when using separate debug files. | John Baldwin | 1 | -0/+5 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -92/+92 |
2022-03-29 | Unify gdb putc functions | Tom Tromey | 1 | -1/+1 |
2022-03-29 | Unify gdb puts functions | Tom Tromey | 1 | -1/+1 |
2022-03-29 | Remove some uses of printf_unfiltered | Tom Tromey | 1 | -8/+8 |
2022-03-14 | Replace deprecated_target_wait_hook by observers | Patrick Monnerat | 1 | -1/+13 |
2022-02-22 | Enable async mode on supported targets in target_resume. | John Baldwin | 1 | -0/+3 |
2022-01-27 | gdb, gdbserver: update thread identifier in enable_btrace target method | Markus Metzger | 1 | -2/+2 |
2022-01-26 | gdb: convert maintenance target-async and target-non-stop settings to callbacks | Simon Marchi | 1 | -36/+32 |
2022-01-08 | Add explicit check for nullptr to target_announce_attach | Tom Tromey | 1 | -1/+1 |
2022-01-06 | Use target_announce_detach in more targets | Tom Tromey | 1 | -6/+7 |
2022-01-06 | Introduce target_announce_attach | Tom Tromey | 1 | -0/+18 |
2022-01-05 | Use filtered output in terminal_info implementations | Tom Tromey | 1 | -1/+1 |
2022-01-05 | Use filtered output in files_info implementations | Tom Tromey | 1 | -5/+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 | -8/+0 |
2021-11-25 | gdb: add asserts in target.c for target_async_permitted | Andrew Burgess | 1 | -1/+6 |
2021-11-25 | gdb: hoist target_async_permitted checks into target.c | Andrew Burgess | 1 | -0/+2 |
2021-11-25 | gdb: introduce a new overload of target_can_async_p | Andrew Burgess | 1 | -2/+10 |
2021-11-16 | gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptr | Andrew Burgess | 1 | -3/+3 |
2021-10-21 | gdb, gdbserver: make target_waitstatus safe | Simon Marchi | 1 | -2/+1 |
2021-09-23 | Change get_ada_task_ptid parameter type | Tom Tromey | 1 | -3/+3 |
2021-09-07 | gdb: make thread_info::executing private | Andrew Burgess | 1 | -1/+1 |
2021-08-03 | gdb: follow-fork: push target and add thread in target_follow_fork | Simon Marchi | 1 | -6/+18 |
2021-07-23 | gdb: remove cmd_list_element::function::sfunc | Simon Marchi | 1 | -2/+2 |
2021-07-14 | gdb: pass child_ptid and fork kind to target_ops::follow_fork | Simon Marchi | 1 | -3/+5 |
2021-07-13 | Fix detach with target remote (PR gdb/28080) | Pedro Alves | 1 | -6/+2 |
2021-06-25 | gdb: add context getter/setter to cmd_list_element | Simon Marchi | 1 | -3/+4 |
2021-05-13 | gdb: on exec, delegate pushing / unpushing target and adding thread to target... | Simon Marchi | 1 | -3/+5 |
2021-05-12 | gdb: generate the prefix name for prefix commands on demand | Marco Barisione | 1 | -1/+1 |
2021-05-07 | gdb: remove reference to current inferior in target_stack::unpush | Simon Marchi | 1 | -1/+1 |
2021-05-07 | gdb: make target_close check that the target isn't pushed in all inferiors | Simon Marchi | 1 | -1/+2 |
2021-04-07 | gdb: make target_ops::follow_fork return void | Simon Marchi | 1 | -4/+3 |
2021-03-26 | gdb: defer commit resume until all available events are consumed | Simon Marchi | 1 | -0/+8 |
2021-03-26 | gdb: generalize commit_resume, avoid commit-resuming when threads have pendin... | Simon Marchi | 1 | -16/+11 |
2021-03-26 | target_is_non_stop_p and sync targets | Pedro Alves | 1 | -4/+5 |
2021-03-24 | gdb: remove current_top_target function | Simon Marchi | 1 | -193/+275 |
2021-03-24 | gdb: move all "current target" wrapper implementations to target.c | Simon Marchi | 1 | -0/+578 |
2021-03-23 | gdb: remove target_is_pushed free function | Simon Marchi | 1 | -10/+1 |
2021-03-23 | gdb: remove push_target free functions | Simon Marchi | 1 | -18/+1 |
2021-03-23 | gdb: remove unpush_target free function | Simon Marchi | 1 | -10/+8 |
2021-02-25 | gdb: relax assertion in target_mourn_inferior | Simon Marchi | 1 | -1/+1 |