Age | Commit message (Expand) | Author | Files | Lines |
2022-11-20 | Fix sol-thread.c compilation on 32-bit Solaris | Rainer Orth | 1 | -10/+10 |
2022-04-11 | gdb: remove symbol value macros | Simon Marchi | 1 | -1/+1 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -21/+21 |
2022-03-29 | Unify vprintf functions | Tom Tromey | 1 | -1/+1 |
2022-03-29 | Remove some uses of printf_unfiltered | Tom Tromey | 1 | -1/+1 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-10-21 | gdb, gdbserver: make target_waitstatus safe | Simon Marchi | 1 | -1/+1 |
2021-09-23 | Change get_ada_task_ptid parameter type | Tom Tromey | 1 | -3/+3 |
2021-04-24 | gdbsupport, gdb: give names to observers | Simon Marchi | 1 | -1/+1 |
2021-03-23 | gdb: remove push_target free functions | Simon Marchi | 1 | -1/+1 |
2021-03-23 | gdb: remove unpush_target free function | Simon Marchi | 1 | -2/+2 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -4/+4 |
2020-10-29 | Remove the exec_bfd macro | Tom Tromey | 1 | -3/+3 |
2020-09-18 | Make target_wait options use enum flags | Tom Tromey | 1 | -2/+2 |
2020-06-22 | Solaris, target_wait(), don't rely on inferior_ptid | Pedro Alves | 1 | -20/+10 |
2020-05-18 | Remove unused ps_lgetLDT etc. on Solaris/x86 [PR25981] | Rainer Orth | 1 | -32/+0 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-10 | Multi-target support | Pedro Alves | 1 | -8/+20 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-11-22 | Replace the MSYMBOL_*_NAME macros with member functions | Christian Biesinger | 1 | -2/+2 |
2019-10-26 | [gdb] Fix more typos in comments (2) | Tom de Vries | 1 | -2/+2 |
2019-10-18 | [gdb] Fix more typos in comments | Tom de Vries | 1 | -1/+1 |
2019-03-13 | Change pid_to_str to return std::string | Tom Tromey | 1 | -14/+10 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-30 | target_ops::to_stratum -> target_ops::stratum() virtual method | Pedro Alves | 1 | -3/+2 |
2018-11-26 | Fix Solaris build | Pedro Alves | 1 | -8/+9 |
2018-10-05 | Fix -Wshadow=local warning in sol_thread_target::wait | Tom Tromey | 1 | -2/+2 |
2018-09-20 | More Solaris procfs cleanup | Rainer Orth | 1 | -6/+5 |
2018-07-03 | Remove ptid_equal | Tom Tromey | 1 | -1/+1 |
2018-07-03 | Remove ptid_tid_p | Tom Tromey | 1 | -8/+8 |
2018-07-03 | Remove ptid_lwp_p | Tom Tromey | 1 | -1/+1 |
2018-07-03 | Remove ptid_get_tid | Tom Tromey | 1 | -10/+10 |
2018-07-03 | Remove ptid_get_lwp | Tom Tromey | 1 | -4/+4 |
2018-07-03 | Remove ptid_get_pid | Tom Tromey | 1 | -25/+25 |
2018-07-03 | Remove pid_to_ptid | Tom Tromey | 1 | -7/+7 |
2018-07-03 | Remove ptid_build | Tom Tromey | 1 | -8/+8 |
2018-06-07 | Eliminate find_target_beneath | Pedro Alves | 1 | -22/+10 |
2018-05-30 | Remove regcache_get_ptid | Simon Marchi | 1 | -2/+2 |
2018-05-03 | target factories, target open and multiple instances of targets | Pedro Alves | 1 | -6/+8 |
2018-05-03 | target_ops: Use bool throughout | Pedro Alves | 1 | -5/+5 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -80/+85 |
2018-03-19 | Convert observers to C++ | Tom Tromey | 1 | -2/+2 |
2018-01-19 | Pass inferior down to target_detach and to_detach | Simon Marchi | 1 | -2/+2 |
2018-01-19 | Remove args from target detach | Simon Marchi | 1 | -2/+2 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-30 | Fix sol-thread.c compilation on Solaris | Rainer Orth | 1 | -2/+2 |
2017-09-26 | Remove support for Solaris < 10 (PR gdb/22185) | Rainer Orth | 1 | -52/+22 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |
2017-08-18 | Remove save_inferior_ptid | Tom Tromey | 1 | -21/+6 |