Age | Commit message (Expand) | Author | Files | Lines |
2022-07-26 | gdb/hurd: pass memory_tagged as false to find_memory_region_ftype | Enze Li | 1 | -0/+2 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -41/+41 |
2022-02-01 | hurd: Fix RPC prototypes | Samuel Thibault | 1 | -9/+9 |
2022-01-31 | hurd: Fix RPC link names | Samuel Thibault | 1 | -1/+1 |
2022-01-18 | Move gdb obstack code to gdbsupport | Tom Tromey | 1 | -1/+1 |
2022-01-18 | gdb: use ptid_t::to_string instead of target_pid_to_str in debug statements | Simon Marchi | 1 | -5/+5 |
2022-01-08 | gdb/hurd: handle inferiors exiting | Andrew Burgess | 1 | -1/+4 |
2022-01-06 | Use target_announce_detach in more targets | Tom Tromey | 1 | -10/+1 |
2022-01-06 | Introduce target_announce_attach | Tom Tromey | 1 | -10/+1 |
2022-01-06 | gdb: make use add_setshow_prefix_cmd in gnu-nat.c | Andrew Burgess | 1 | -46/+13 |
2022-01-05 | Use filtered output in gnu-nat.c commands | Tom Tromey | 1 | -49/+53 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-12-03 | gdb: change store_waitstatus to return a target_waitstatus by value | Simon Marchi | 1 | -1/+1 |
2021-11-22 | gdb: more compile fixes for gnu-nat.c | Jan (janneke) Nieuwenhuizen | 1 | -16/+17 |
2021-11-22 | gnu-nat.c: fix calls to add_info_alias | Andrea Monaco | 1 | -7/+9 |
2021-11-22 | gdb: rename target_waitstatus_to_string to target_waitstatus::to_string | Simon Marchi | 1 | -1/+1 |
2021-11-03 | gdb: fix gnu-nat build | Simon Marchi | 1 | -3/+3 |
2021-10-21 | gdb, gdbserver: make target_waitstatus safe | Simon Marchi | 1 | -22/+16 |
2021-05-27 | gdb: remove add_alias_cmd overload that accepts a string | Simon Marchi | 1 | -22/+32 |
2021-05-12 | gdb: generate the prefix name for prefix commands on demand | Marco Barisione | 1 | -6/+6 |
2021-03-23 | gdb: remove target_is_pushed free function | Simon Marchi | 1 | -2/+3 |
2021-03-23 | gdb: remove push_target free functions | Simon Marchi | 1 | -3/+3 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-23 | hurd: Fix getting VM_MIN/MAX_ADDRESS | Samuel Thibault | 1 | -0/+1 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -7/+7 |
2020-09-18 | Make target_wait options use enum flags | Tom Tromey | 1 | -1/+1 |
2020-06-18 | Don't write to inferior_ptid in gnu-nat.c | Pedro Alves | 1 | -8/+7 |
2020-06-01 | hurd: Add shared mig declarations | Samuel Thibault | 1 | -6/+2 |
2020-05-31 | gnu-nat: Move local functions inside gnu_nat_target class | Samuel Thibault | 1 | -82/+52 |
2020-05-30 | hurd: fix pushing target on inferior creation | Samuel Thibault | 1 | -2/+3 |
2020-05-30 | hurd: add gnu_target pointer to fix thread API calls | Samuel Thibault | 1 | -6/+8 |
2020-05-30 | hurd: remove unused variables | Samuel Thibault | 1 | -2/+0 |
2020-05-30 | hurd: add missing include | Samuel Thibault | 1 | -0/+1 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-12-16 | Constify get_exec_file | Tom Tromey | 1 | -3/+2 |
2019-10-26 | [gdb] Fix more typos in comments (2) | Tom de Vries | 1 | -1/+1 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 1 | -1/+1 |
2019-08-07 | Make first and last lines of 'command help documentation' consistent. | Philippe Waroquiers | 1 | -5/+5 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-04-04 | [GDB, Hurd] Fix build; 'target_waitstatus_to_string' call | Thomas Schwinge | 1 | -1/+1 |
2019-04-01 | Fix internal error and improve 'set debug infrun 1'/target wait kind trace | Philippe Waroquiers | 1 | -8/+2 |
2019-03-13 | Change pid_to_str to return std::string | Tom Tromey | 1 | -14/+11 |
2019-03-05 | Remove excess calls to gdb_flush | Tom Tromey | 1 | -3/+0 |
2019-02-14 | [gdb, hurd] Adjust to Hurd "proc" interface changes | David Michael | 1 | -3/+5 |
2019-02-14 | [gdb, hurd] Address "ISO C++ forbids converting a string constant to 'char*' ... | Thomas Schwinge | 1 | -4/+5 |
2019-02-14 | [gdb, hurd] Repair build after "Use thread_info and inferior pointers more th... | Thomas Schwinge | 1 | -1/+1 |
2019-02-14 | [gdb, hurd] Repair build after "Share fork_inferior et al with gdbserver" cha... | Thomas Schwinge | 1 | -0/+1 |
2019-02-14 | [gdb, hurd] Repair build after "Convert struct target_ops to C++" changes | Thomas Schwinge | 1 | -1/+1 |
2019-02-14 | [gdb, hurd] Work around conflict between Mach's 'thread_info' function, and G... | Thomas Schwinge | 1 | -3/+6 |