Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-05-03 | target factories, target open and multiple instances of targets | Pedro Alves | 1 | -6/+8 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -76/+79 |
2018-03-30 | Change target_read_string to use unique_xmalloc_ptr | Tom Tromey | 1 | -4/+3 |
2018-03-19 | Convert observers to C++ | Tom Tromey | 1 | -4/+4 |
2018-03-02 | Make delim_string_to_char_ptr_vec return an std::vector | Simon Marchi | 1 | -8/+5 |
2018-02-28 | Create new common/pathstuff.[ch] | Sergio Durigan Junior | 1 | -0/+1 |
2018-02-24 | Remove most cleanups from linux-thread-db.c | Tom Tromey | 1 | -103/+39 |
2018-01-19 | Make linux_nat_detach/thread_db_detach use the inferior parameter | Simon Marchi | 1 | -1/+1 |
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-12-29 | Remove unnecessary call to get_thread_db_info | Simon Marchi | 1 | -5/+1 |
2017-11-24 | Create private_thread_info hierarchy | Simon Marchi | 1 | -21/+25 |
2017-11-07 | Constify add_setshow_* | Tom Tromey | 1 | -1/+1 |
2017-11-07 | Remove cmd_cfunc_ftype | Tom Tromey | 1 | -1/+1 |
2017-09-21 | Add target method for converting thread handle to thread_info struct pointer | Kevin Buettner | 1 | -0/+32 |
2017-09-11 | Rename _const functions to use overloading instead | Tom Tromey | 1 | -1/+1 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |
2017-08-22 | Change gdb_realpath to return a unique_xmalloc_ptr | Tom Tromey | 1 | -1/+1 |
2017-08-03 | Introduce and use ui_out_emit_table | Tom Tromey | 1 | -32/+36 |
2017-04-22 | Use ui_out_emit_tuple | Tom Tromey | 1 | -2/+1 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -1/+1 |
2017-04-05 | -Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_info | Pedro Alves | 1 | -2/+2 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |