Age | Commit message (Expand) | Author | Files | Lines |
2023-03-09 | gdb, gdbserver, gdbsupport: fix whitespace issues | Simon Marchi | 1 | -2/+2 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-12-01 | gdb: remove prune_threads in thread_db_target::update_thread_list | Simon Marchi | 1 | -2/+0 |
2022-10-16 | Use checked_static_cast in more places | Tom Tromey | 1 | -1/+1 |
2022-04-11 | gdb: remove symbol value macros | Simon Marchi | 1 | -1/+1 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -26/+26 |
2022-03-29 | Unify gdb puts functions | Tom Tromey | 1 | -1/+1 |
2022-03-29 | Remove some uses of printf_unfiltered | Tom Tromey | 1 | -3/+3 |
2022-02-28 | Add more filename styling | Tom Tromey | 1 | -1/+2 |
2022-01-25 | Always print the "host libthread-db" message to stdout | Tom Tromey | 1 | -9/+2 |
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-10-03 | gdb: make string-like set show commands use std::string variable | Simon Marchi | 1 | -11/+6 |
2021-09-27 | gdb: use intrusive_list for linux-nat lwp_list | Simon Marchi | 1 | -2/+1 |
2021-09-23 | Change get_ada_task_ptid parameter type | Tom Tromey | 1 | -2/+2 |
2021-09-23 | Remove defaulted 'tid' parameter to ptid_t constructor | Tom Tromey | 1 | -2/+2 |
2021-09-07 | gdb: make thread_info::executing private | Andrew Burgess | 1 | -1/+1 |
2021-07-14 | gdb: call post_create_inferior at end of follow_fork_inferior | Simon Marchi | 1 | -1/+1 |
2021-06-11 | libthread_db initialization changes related to upcoming glibc-2.34 | Kevin Buettner | 1 | -3/+21 |
2021-06-08 | gdb: try to load libthread_db only after reading all shared libraries when at... | Simon Marchi | 1 | -5/+19 |
2021-05-19 | gdb: Pass std::strings to ui_out::field_string () where convenient | Marco Barisione | 1 | -1/+1 |
2021-05-13 | gdb: on exec, delegate pushing / unpushing target and adding thread to target... | Simon Marchi | 1 | -10/+15 |
2021-04-24 | gdbsupport, gdb: give names to observers | Simon Marchi | 1 | -2/+3 |
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 | -3/+3 |
2021-02-12 | [gdb/threads] Fix lin_thread_get_thread_signals for glibc 2.28 | Tom de Vries | 1 | -16/+5 |
2021-01-21 | gdb: convert auto-load to new-style debug macros | Simon Marchi | 1 | -4/+5 |
2021-01-20 | gdb: make some variables static | Simon Marchi | 1 | -1/+1 |
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 | -24/+24 |
2020-10-29 | Remove the exec_bfd macro | Tom Tromey | 1 | -2/+2 |
2020-10-25 | gdb: pass inferior to check_pid_namespace_match | Simon Marchi | 1 | -3/+3 |
2020-10-25 | gdb: add inferior parameter to inferior_created observable | Simon Marchi | 1 | -1/+1 |
2020-10-02 | gdb: remove arguments from inferior_created observable | Simon Marchi | 1 | -1/+1 |
2020-09-28 | Remove target_has_execution macro | Tom Tromey | 1 | -5/+5 |
2020-09-28 | Remove target_has_registers macro | Tom Tromey | 1 | -1/+1 |
2020-09-18 | Make target_wait options use enum flags | Tom Tromey | 1 | -2/+2 |
2020-06-15 | Change target_read_string API | Tom Tromey | 1 | -4/+5 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-10 | Multi-target support | Pedro Alves | 1 | -51/+59 |
2020-01-10 | Make target_ops::has_execution take an 'inferior *' instead of a ptid_t | Pedro Alves | 1 | -1/+1 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-10-18 | [gdb] Fix more typos in comments | Tom de Vries | 1 | -1/+1 |
2019-10-01 | Use styled_string in more places | Tom Tromey | 1 | -3/+6 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 1 | -4/+4 |
2019-07-27 | Fix gdb.python/py-thrhandle.exp failures for -m32 multilib | Kevin Buettner | 1 | -7/+12 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -2/+2 |
2019-05-15 | linux-thread-db.c: use bool where possible in thread_db code | Simon Marchi | 1 | -41/+41 |
2019-04-08 | Introduce target_ops method thread_info_to_thread_handle | Kevin Buettner | 1 | -0/+19 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -3/+3 |