Age | Commit message (Expand) | Author | Files | Lines |
2024-08-12 | gdb: drop struct keyword when using bound_minimal_symbol | Simon Marchi | 1 | -1/+1 |
2024-04-25 | gdb: remove gdbcmd.h | Simon Marchi | 1 | -1/+0 |
2024-03-26 | gdb, gdbserver, gdbsupport: remove includes of early headers | Simon Marchi | 1 | -1/+0 |
2024-02-06 | gdb: remove core_bfd macro | Simon Marchi | 1 | -2/+3 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2023-12-06 | gdb: fix libstdc++ assert caused by invalid use of std::clamp | Andrew Burgess | 1 | -5/+6 |
2023-12-04 | gdb: Enable early init of thread pool size | Richard Bunt | 1 | -6/+12 |
2023-11-06 | Remove EXTERN_C and related defines | Tom Tromey | 1 | -2/+2 |
2023-10-20 | gdb: fix owner passed to remove_target_sections in clear_solib | Simon Marchi | 1 | -1/+1 |
2023-10-19 | gdb: remove target_section_table typedef | Simon Marchi | 1 | -1/+1 |
2023-09-20 | Remove explanatory comments from includes | Tom Tromey | 1 | -1/+1 |
2023-06-03 | [gdb/cli] Fix help text of maint info target-sections | Tom de Vries | 1 | -1/+1 |
2023-05-07 | Remove ALL_OBJFILE_OSECTIONS | Tom Tromey | 1 | -2/+2 |
2023-05-07 | Rename objfile::sections | Tom Tromey | 1 | -3/+3 |
2023-03-09 | gdb, gdbserver, gdbsupport: fix whitespace issues | Simon Marchi | 1 | -1/+1 |
2023-01-24 | gdb: some int to bool conversion | Enze Li | 1 | -6/+6 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-10-19 | internal_error: remove need to pass __FILE__/__LINE__ | Pedro Alves | 1 | -2/+2 |
2022-08-03 | Use gdb_bfd_ref_ptr in objfile | Tom Tromey | 1 | -2/+4 |
2022-06-02 | ODR warning for "main" | Tom Tromey | 1 | -1/+1 |
2022-04-27 | gdb: remove BLOCKVECTOR_BLOCK and BLOCKVECTOR_NBLOCKS macros | Simon Marchi | 1 | -1/+1 |
2022-04-19 | gdbsupport/selftest: Replace for_each_selftest with an iterator_range | Lancelot SIX | 1 | -7/+6 |
2022-04-12 | Allow thread-pool.h to work without threads | Tom Tromey | 1 | -4/+1 |
2022-04-11 | gdb: remove symbol value macros | Simon Marchi | 1 | -1/+1 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -68/+68 |
2022-03-29 | Unify gdb puts functions | Tom Tromey | 1 | -1/+1 |
2022-02-06 | gdb: remove COMPUNIT_BLOCKVECTOR macro, add getter/setter | Simon Marchi | 1 | -1/+1 |
2022-02-06 | gdb: move compunit_filetabs to compunit_symtab::filetabs | Simon Marchi | 1 | -2/+2 |
2022-01-26 | Always call the wrap_here method | Tom Tromey | 1 | -2/+2 |
2022-01-26 | Convert wrap_here to use integer parameter | Tom Tromey | 1 | -2/+2 |
2022-01-25 | Sent timing stats to gdb_stdlog | Tom Tromey | 1 | -22/+25 |
2022-01-05 | Use filtered output in ordinary commands | Tom Tromey | 1 | -4/+4 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-12-07 | [gdb/tdep] Fix inferior plt calls in PIE for i386 | Tom de Vries | 1 | -1/+1 |
2021-11-08 | Improve gdb::array_view ctor from contiguous containers | Lancelot SIX | 1 | -1/+1 |
2021-10-29 | [gdb/build] Fix build with --disable-unit-tests | Tom de Vries | 1 | -0/+2 |
2021-10-28 | gdb: add selftest name completion | Simon Marchi | 1 | -2/+9 |
2021-10-28 | gdb: add "maint set/show selftest verbose" commands and use process_options | Simon Marchi | 1 | -5/+69 |
2021-10-03 | gdb: Introduce setting construct within cmd_list_element | Lancelot SIX | 1 | -1/+1 |
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 |