Age | Commit message (Expand) | Author | Files | Lines |
2020-02-07 | Move gdbserver to top level | Tom Tromey | 1 | -4485/+0 |
2020-01-28 | Fix library segment-address for 64bit values | Hannes Domani | 1 | -2/+2 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2020-01-01 | update copyright year in version output of gdb, gdbserver and gdbreplay | Joel Brobecker | 1 | -1/+1 |
2019-12-16 | Constify get_exec_file | Tom Tromey | 1 | -1/+1 |
2019-11-06 | Use strtok_r instead of strtok | Christian Biesinger | 1 | -7/+7 |
2019-10-26 | [gdb] Fix more typos in comments (2) | Tom de Vries | 1 | -1/+1 |
2019-10-16 | Create xml-builtin.h to declare xml_builtins | Christian Biesinger | 1 | -1/+3 |
2019-10-02 | Convert boolean globals in server.c to bool | Christian Biesinger | 1 | -30/+30 |
2019-10-02 | Fix type of startup_with_shell in gdbserver | Tom Tromey | 1 | -6/+0 |
2019-09-26 | Revert "Improve ptrace-error detection on Linux targets" | Sergio Durigan Junior | 1 | -13/+1 |
2019-09-26 | Improve ptrace-error detection on Linux targets | Sergio Durigan Junior | 1 | -1/+13 |
2019-09-20 | Remove Cell Broadband Engine debugging support | Ulrich Weigand | 1 | -20/+0 |
2019-08-15 | Replace write_inferior_memory with target_write_memory | Tom Tromey | 1 | -1/+1 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -15/+15 |
2019-06-04 | Introduce and use make_unique_xstrdup | Pedro Alves | 1 | -1/+1 |
2019-04-19 | Use std::list for event notifications in gdbserver | Tom Tromey | 1 | -43/+37 |
2019-04-17 | gdbserver: Add debug-file option | Alan Hayward | 1 | -0/+6 |
2019-04-17 | gdbserver: Move remote_debug to a single place | Alan Hayward | 1 | -2/+0 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -6/+6 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -18/+12 |
2019-04-08 | Make exceptions use std::string and be self-managing | Tom Tromey | 1 | -6/+7 |
2019-04-05 | Use upper-case for metasyntactic in gdbserver help | Tom Tromey | 1 | -2/+2 |
2019-03-06 | Remove last cleanup from gdbserver | Tom Tromey | 1 | -5/+6 |
2019-02-07 | gdbserver: When attaching, add process before lwps | Alan Hayward | 1 | -0/+3 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -11/+11 |
2019-01-01 | update copyright year printed by gdb, gdbserver and gdbreplay | Joel Brobecker | 1 | -1/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-29 | Fix use-after-free in gdbserver | Tom Tromey | 1 | -3/+7 |
2018-10-10 | Add parameter to allow enabling/disabling selftests via configure | Sergio Durigan Junior | 1 | -1/+1 |
2018-10-04 | Avoid shadowing in gdbserver | Tom Tromey | 1 | -10/+11 |
2018-07-13 | GDBserver: Pass process_info pointer to target_kill | Pedro Alves | 1 | -6/+7 |
2018-07-13 | GDBserver: Pass process_info pointer to target_detach and target_join | Pedro Alves | 1 | -3/+3 |
2018-07-11 | GDBserver: Don't assume a current process in D;PID implementation (PR gdb/23377) | Pedro Alves | 1 | -18/+21 |
2018-07-03 | Remove ptid_equal | Tom Tromey | 1 | -13/+13 |
2018-07-03 | Remove ptid_match | Tom Tromey | 1 | -3/+3 |
2018-07-03 | Remove ptid_get_lwp | Tom Tromey | 1 | -1/+1 |
2018-07-03 | Remove ptid_get_pid | Tom Tromey | 1 | -4/+4 |
2018-07-03 | Remove pid_to_ptid | Tom Tromey | 1 | -6/+6 |
2018-06-04 | Add client_state struct. | Stan Cox | 1 | -248/+247 |
2018-04-18 | Create xml from target descriptions | Alan Hayward | 1 | -1/+1 |
2018-03-02 | handle_general_set: Remove useless xstrdup | Simon Marchi | 1 | -4/+1 |
2018-03-02 | Make delim_string_to_char_ptr_vec return an std::vector | Simon Marchi | 1 | -19/+10 |
2018-03-01 | btrace, gdbserver: check btrace target pointers | Markus Metzger | 1 | -10/+28 |
2018-02-28 | Change order of error message printed when gdbserver can't find CWD | Sergio Durigan Junior | 1 | -1/+1 |
2018-02-28 | Make gdbserver work with filename-only binaries | Sergio Durigan Junior | 1 | -13/+40 |
2018-02-28 | Create new common/pathstuff.[ch] | Sergio Durigan Junior | 1 | -0/+11 |
2018-02-09 | btrace, gdbserver: remove the to_supports_btrace target method | Markus Metzger | 1 | -21/+4 |
2018-02-09 | btrace, gdbserver: use exceptions to convey btrace enable/disable errors | Markus Metzger | 1 | -31/+24 |
2018-01-08 | Fix GDBserver build failure when $development is false | Yao Qi | 1 | -0/+8 |