Age | Commit message (Expand) | Author | Files | Lines |
2021-09-22 | [gdb] Add maint selftest -verbose option | Tom de Vries | 1 | -1/+2 |
2021-09-08 | [gdb/build] Fix build with undefined CXX_STD_THREAD | Tom de Vries | 1 | -7/+16 |
2021-08-30 | Add a show function for "maint show worker-threads" | Tom Tromey | 1 | -1/+17 |
2021-06-28 | gdb: convert obj_section macros to methods | Simon Marchi | 1 | -2/+1 |
2021-05-27 | gdb: remove add_alias_cmd overload that accepts a string | Simon Marchi | 1 | -4/+6 |
2021-05-27 | gdb: make add_com_alias accept target as a cmd_list_element | Simon Marchi | 1 | -4/+5 |
2021-05-12 | gdb: generate the prefix name for prefix commands on demand | Marco Barisione | 1 | -9/+9 |
2021-03-24 | gdb: remove current_top_target function | Simon Marchi | 1 | -1/+2 |
2021-03-20 | Move psymtab statistics printing to psymtab.c | Tom Tromey | 1 | -1/+0 |
2021-02-24 | gdb: add a new 'maint info target-sections' command | Andrew Burgess | 1 | -0/+59 |
2021-02-11 | gdb: change 'maint info section' to use command options | Andrew Burgess | 1 | -90/+138 |
2021-02-11 | gdb: 'maint info sections' - handle the no executable case | Andrew Burgess | 1 | -59/+55 |
2021-02-11 | gdb: add obj_section function to bound_minimal_symbol | Andrew Burgess | 1 | -1/+1 |
2021-02-10 | gdb: Delete SYMBOL_OBJ_SECTION and MSYMBOL_OBJ_SECTION | Andrew Burgess | 1 | -1/+1 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-13 | gdb: introduce new 'maint flush ' prefix command | Andrew Burgess | 1 | -0/+5 |
2020-12-07 | Use expression completer for "maint print type" | Tom Tromey | 1 | -1/+2 |
2020-10-29 | Remove the exec_bfd macro | Tom Tromey | 1 | -4/+6 |
2020-09-02 | gdb: remove maint_print_section_data | Simon Marchi | 1 | -59/+42 |
2020-08-27 | gdb: add gdb_bfd_sections for range-based iteration | Simon Marchi | 1 | -26/+22 |
2020-08-14 | gdb: add gdb_argv::as_array_view method | Simon Marchi | 1 | -1/+1 |
2020-08-13 | gdb: allow specifying multiple filters when running selftests | Simon Marchi | 1 | -1/+2 |
2020-04-17 | Replace most calls to help_list and cmd_show_list | Tom Tromey | 1 | -96/+24 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-12-13 | Revert "Turn off threaded minsym demangling by default" | Christian Biesinger | 1 | -6/+1 |
2019-12-12 | Remove MULTI_OBJFILE_P | Tom Tromey | 1 | -1/+1 |
2019-11-27 | Turn off threaded minsym demangling by default | Christian Biesinger | 1 | -1/+6 |
2019-11-26 | Add maint set/show worker-threads | Tom Tromey | 1 | -0/+41 |
2019-11-22 | Replace the MSYMBOL_*_NAME macros with member functions | Christian Biesinger | 1 | -1/+1 |
2019-11-15 | Use ctime_r and localtime_r for threadsafety | Christian Biesinger | 1 | -2/+3 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -6/+6 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 1 | -7/+7 |
2019-09-12 | gdb: Force use of float version of log10 | Andrew Burgess | 1 | -1/+1 |
2019-09-12 | gdb: Have 'maint info sections' print all sections again | Andrew Burgess | 1 | -15/+127 |
2019-08-16 | [gdb] Make maint info sections print relocated addresses | Tom de Vries | 1 | -18/+21 |
2019-08-07 | Make first and last lines of 'command help documentation' consistent. | Philippe Waroquiers | 1 | -10/+11 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-07-03 | Introduce the "with" command | Pedro Alves | 1 | -0/+28 |
2019-06-06 | Add timestamps to "maint time" output | Tom Tromey | 1 | -0/+25 |
2019-05-08 | Move "watchdog" to remote.c | Tom Tromey | 1 | -24/+0 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -1/+1 |
2019-01-17 | Add compunits range adapter to objfile | Tom Tromey | 1 | -1/+1 |
2019-01-17 | Change all_objfiles adapter to be a method on program_space | Tom Tromey | 1 | -3/+3 |
2019-01-09 | Remove ALL_OBJSECTIONS | Tom Tromey | 1 | -8/+8 |
2019-01-09 | Remove ALL_COMPUNIT_FILETABS | Tom Tromey | 1 | -3/+2 |
2019-01-09 | Remove ALL_COMPUNITS | Tom Tromey | 1 | -6/+8 |
2019-01-09 | Remove ALL_OBJFILE_COMPUNITS | Tom Tromey | 1 | -1/+0 |
2019-01-09 | Remove most uses of ALL_OBJFILES | Tom Tromey | 1 | -2/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |