Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -9/+6 |
2019-03-16 | OBVIOUS: fix several occurrences of 'This options has' to 'This option has' | Philippe Waroquiers | 1 | -1/+1 |
2019-03-13 | Change pid_to_str to return std::string | Tom Tromey | 1 | -7/+4 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -1/+1 |
2019-01-17 | Change all_objfiles adapter to be a method on program_space | Tom Tromey | 1 | -2/+2 |
2019-01-09 | Remove most uses of ALL_OBJFILES | Tom Tromey | 1 | -6/+2 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-12-08 | Fix leak by using td_ta_delete() to deregister target process and deallocate ... | Philippe Waroquiers | 1 | -0/+14 |
2018-11-30 | target_ops::to_stratum -> target_ops::stratum() virtual method | Pedro Alves | 1 | -7/+2 |
2018-11-22 | Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc. | Pedro Alves | 1 | -5/+3 |
2018-07-03 | Remove ptid_equal | Tom Tromey | 1 | -1/+1 |
2018-07-03 | Remove ptid_get_lwp | Tom Tromey | 1 | -4/+4 |
2018-07-03 | Remove ptid_get_pid | Tom Tromey | 1 | -17/+17 |
2018-07-03 | Remove ptid_build | Tom Tromey | 1 | -2/+2 |
2018-06-21 | Use thread_info and inferior pointers more throughout | Pedro Alves | 1 | -25/+29 |
2018-06-08 | linux: Add maintenance commands to test libthread_db | Gary Benson | 1 | -0/+291 |
2018-06-07 | Eliminate find_target_beneath | Pedro Alves | 1 | -16/+6 |
2018-06-07 | target_ops::beneath -> target_ops::beneath() | Pedro Alves | 1 | -1/+1 |