Age | Commit message (Expand) | Author | Files | Lines |
2022-09-21 | gdb: remove TYPE_LENGTH | Simon Marchi | 1 | -8/+8 |
2022-09-21 | gdb: add type::target_type / type::set_target_type | Simon Marchi | 1 | -4/+4 |
2022-09-20 | Move solib_ops into gdbarch | Tom Tromey | 1 | -1/+1 |
2022-08-06 | Don't use BFD_VMA_FMT in gdb and sim | Alan Modra | 1 | -8/+10 |
2022-08-04 | Use registry in gdbarch | Tom Tromey | 1 | -16/+9 |
2022-05-05 | gdb: use gdb::function_view for gdbarch_iterate_over_objfiles_in_search_order... | Simon Marchi | 1 | -15/+8 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -14/+14 |
2022-03-06 | gdb: remove internalvar_funcs::destroy | Simon Marchi | 1 | -1/+0 |
2022-01-18 | Move gdb obstack code to gdbsupport | Tom Tromey | 1 | -1/+1 |
2022-01-06 | Clean up some dead code in windows-tdep.c | Tom Tromey | 1 | -24/+20 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-10-25 | gdb: change functions returning value contents to use gdb::array_view | Simon Marchi | 1 | -1/+1 |
2021-10-07 | gdb: add accessors for field (and call site) location | Simon Marchi | 1 | -1/+1 |
2021-09-30 | gdb: add field::name / field::set_name | Simon Marchi | 1 | -1/+1 |
2021-09-06 | Remove some complaints.h includes | Tom Tromey | 1 | -1/+0 |
2021-05-27 | gdb: fix some indentation issues | Simon Marchi | 1 | -4/+4 |
2021-05-27 | gdb: remove add_alias_cmd overload that accepts a string | Simon Marchi | 1 | -4/+5 |
2021-05-12 | gdb: generate the prefix name for prefix commands on demand | Marco Barisione | 1 | -1/+1 |
2021-03-24 | gdb: remove current_top_target function | 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 | -1/+1 |
2020-10-29 | Remove symfile_objfile macro | Tom Tromey | 1 | -2/+3 |
2020-10-29 | Remove the exec_bfd macro | Tom Tromey | 1 | -1/+2 |
2020-09-28 | Remove target_has_execution macro | Tom Tromey | 1 | -1/+1 |
2020-09-28 | Remove target_has_stack macro | Tom Tromey | 1 | -1/+1 |
2020-09-18 | Add handling for 64-bit module addresses in Cygwin core dumps | Jon Turney | 1 | -7/+23 |
2020-09-18 | Promote windows_core_xfer_shared_libraries and windows_core_pid_to_str | Jon Turney | 1 | -0/+98 |
2020-09-14 | gdb: add type::is_unsigned / type::set_is_unsigned | Simon Marchi | 1 | -1/+1 |
2020-05-23 | gdb: remove TYPE_FIELD macro | Simon Marchi | 1 | -1/+1 |
2020-05-22 | gdb: add type::fields / type::set_fields | Simon Marchi | 1 | -2/+2 |
2020-05-22 | gdb: add type::num_fields / type::set_num_fields | Simon Marchi | 1 | -1/+1 |
2020-05-19 | Default gdb_bfd_open's fd parameter to -1 | Pedro Alves | 1 | -1/+1 |
2020-05-16 | gdb: add type::name / type::set_name | Simon Marchi | 1 | -5/+5 |
2020-04-24 | Add WOW64 exception numbers to $_siginfo.ExceptionCode enum | Hannes Domani | 1 | -0/+2 |
2020-04-23 | Fix infinite loop in is_linked_with_cygwin_dll | Tom Tromey | 1 | -8/+9 |
2020-04-18 | Restore some windows-tdep.c code | Tom Tromey | 1 | -4/+16 |
2020-04-17 | Replace most calls to help_list and cmd_show_list | Tom Tromey | 1 | -20/+4 |
2020-04-16 | gdb: is_linked_with_cygwin_dll: mention filename in warning messages | Simon Marchi | 1 | -6/+8 |
2020-04-16 | gdb: is_linked_with_cygwin_dll: handle import table not at beginning of .idat... | Simon Marchi | 1 | -13/+34 |
2020-04-08 | gdb: stop using host-dependent signal numbers in windows-tdep.c | Simon Marchi | 1 | -72/+142 |
2020-04-02 | gdb: use bfd_get_section_contents to read section contents in is_linked_with_... | Simon Marchi | 1 | -7/+6 |
2020-04-01 | gdb: fix style issues in is_linked_with_cygwin_dll | Simon Marchi | 1 | -4/+4 |
2020-03-16 | gdb: select "Cygwin" OS ABI for Cygwin binaries | Simon Marchi | 1 | -0/+99 |
2020-03-06 | Don't try to get the TIB address without an inferior | Hannes Domani | 1 | -1/+2 |
2020-03-03 | Rebase executable to match relocated base address | Hannes Domani | 1 | -1/+54 |
2020-02-12 | Cache the Thread Local Base pointer type in the gdbarch | Hannes Domani | 1 | -8/+7 |
2020-02-09 | Use enums for human-readable exception information. | Hannes Domani | 1 | -6/+96 |
2020-02-09 | Display ExceptionRecord for $_siginfo | Hannes Domani | 1 | -0/+72 |
2020-01-23 | Cache the text section offset of shared libraries | Hannes Domani | 1 | -6/+14 |
2020-01-16 | Add type for $_tlb->process_environment_block->process_parameters | Hannes Domani | 1 | -1/+60 |