Age | Commit message (Expand) | Author | Files | Lines |
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 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-06 | Fix a typo in gdb/windows-tdep.c | Eli Zaretskii | 1 | -1/+1 |
2020-01-06 | Improve process exit status macros on MinGW | Eli Zaretskii | 1 | -0/+130 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 1 | -1/+1 |
2019-03-13 | Change pid_to_str to return std::string | Tom Tromey | 1 | -4/+4 |
2019-01-17 | Change all_objfiles adapter to be a method on program_space | Tom Tromey | 1 | -1/+1 |
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 |
2018-07-03 | Remove ptid_equal | Tom Tromey | 1 | -2/+2 |
2018-06-07 | target_stack -> current_top_target() throughout | Pedro Alves | 1 | -1/+1 |