Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -1/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-07-03 | Remove ptid_equal | Tom Tromey | 1 | -4/+4 |
2018-07-03 | Remove ptid_get_lwp | Tom Tromey | 1 | -7/+7 |
2018-07-03 | Remove ptid_get_pid | Tom Tromey | 1 | -1/+1 |
2018-07-03 | Remove pid_to_ptid | Tom Tromey | 1 | -2/+2 |
2018-07-03 | Remove ptid_build | Tom Tromey | 1 | -5/+5 |
2018-05-03 | target_ops: Use bool throughout | Pedro Alves | 1 | -1/+1 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -63/+38 |
2018-01-19 | Pass inferior down to target_detach and to_detach | Simon Marchi | 1 | -1/+1 |
2018-01-19 | Remove args from target detach | Simon Marchi | 1 | -1/+1 |
2018-01-08 | hurd: Add enough auxv support for AT_ENTRY for PIE binaries | Samuel Thibault | 1 | -0/+58 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-07 | Remove cmd_cfunc_ftype | Tom Tromey | 1 | -30/+30 |
2017-11-07 | Constify add_info | Tom Tromey | 1 | -5/+5 |
2017-11-06 | Simplify child_terminal_inferior | Pedro Alves | 1 | -7/+0 |
2017-10-11 | Constify add_prefix_cmd | Tom Tromey | 1 | -7/+7 |
2017-09-20 | Remove make_cleanup_restore_target_terminal | Tom Tromey | 1 | -1/+1 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -5/+0 |
2017-06-07 | Share fork_inferior et al with gdbserver | Sergio Durigan Junior | 1 | -1/+7 |
2017-04-12 | C++-fy and prepare for sharing fork_inferior | Sergio Durigan Junior | 1 | -1/+2 |
2017-04-05 | -Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_info | Pedro Alves | 1 | -1/+1 |
2017-02-20 | PR gdb/16188: Verify PTRACE_TRACEME succeeded | Sergio Durigan Junior | 1 | -1/+1 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-12-09 | Hurd: Adjust to changes to "push pruning old threads down to the target" | Thomas Schwinge | 1 | -0/+2 |
2016-12-08 | Hurd: In the CLI, use parse_thread_id instead of global_thread_id_to_ptid | Simon Marchi | 1 | -8/+4 |
2016-12-08 | Hurd, C++: Mach/Hurd headers and MIG stubs are not yet fit for C++ | Thomas Schwinge | 1 | -13/+22 |
2016-12-08 | Hurd, C++: kern_return_t vs. error_t | Thomas Schwinge | 1 | -33/+33 |
2016-12-08 | Hurd, C++: Avoid "const char *" to "char *" casts | Thomas Schwinge | 1 | -11/+28 |
2016-12-08 | Hurd, C++: Avoid GNU C nested functions | Thomas Schwinge | 1 | -9/+11 |
2016-12-07 | Hurd: Adjust to "Per-inferior/Inferior-qualified thread IDs" changes | Thomas Schwinge | 1 | -1/+1 |
2016-09-19 | Consolidate target_mourn_inferior between GDB and gdbserver | Sergio Durigan Junior | 1 | -1/+1 |
2016-04-12 | Do target_terminal_ours in query & friends instead of in all callers | Pedro Alves | 1 | -9/+3 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-11-11 | gdb: Make use of 'add_info' to create info sub-commands. | Andrew Burgess | 1 | -15/+10 |
2015-09-04 | gdb: Remove casts of NULL during assignment. | Andrew Burgess | 1 | -1/+1 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -5/+3 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-11-24 | [Hurd] Fix deallocation after proc_getprocinfo call | Samuel Thibault | 1 | -3/+5 |
2014-09-16 | Add hardware watchpoint support for x86 GNU Hurd. | Samuel Thibault | 1 | -0/+11 |
2014-08-07 | Move errno.h to common-defs.h | Gary Benson | 1 | -1/+0 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 1 | -1/+0 |