Age | Commit message (Expand) | Author | Files | Lines |
2021-07-30 | Replace exception_print_same with operator!= | Tom Tromey | 1 | -1/+1 |
2021-06-28 | gdb: convert obj_section macros to methods | Simon Marchi | 1 | -2/+1 |
2021-03-24 | gdb: remove current_top_target function | Simon Marchi | 1 | -1/+1 |
2021-03-23 | gdb: remove push_target free functions | Simon Marchi | 1 | -2/+2 |
2021-03-23 | gdb: remove unpush_target free function | Simon Marchi | 1 | -1/+1 |
2021-02-24 | gdb: use std::string instead of a fixed size buffer | Andrew Burgess | 1 | -12/+6 |
2021-02-24 | gdb: move get_section_table from exec_target to dummy_target | Andrew Burgess | 1 | -8/+2 |
2021-02-24 | gdb: make the target_sections table private within program_space | Andrew Burgess | 1 | -16/+16 |
2021-02-24 | gdb: spread a little 'const' through the target_section_table code | Andrew Burgess | 1 | -5/+5 |
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 | -7/+7 |
2020-10-29 | Don't change current program space in exec_target::close | Tom Tromey | 1 | -3/+0 |
2020-10-29 | Change add_target_sections_of_objfile to method on program_space | Tom Tromey | 1 | -5/+4 |
2020-10-29 | Change add_target_sections to method on program_space | Tom Tromey | 1 | -9/+7 |
2020-10-29 | Change remove_target_sections to method on program_space | Tom Tromey | 1 | -12/+6 |
2020-10-29 | Change program_space::ebfd to a gdb_bfd_ref_ptr | Tom Tromey | 1 | -1/+1 |
2020-10-29 | Remove the exec_bfd macro | Tom Tromey | 1 | -17/+24 |
2020-10-29 | Remove current_target_sections macro | Tom Tromey | 1 | -9/+9 |
2020-10-29 | Remove exec_bfd_mtime define | Tom Tromey | 1 | -1/+1 |
2020-10-29 | Change exec_close to be a method on program_space | Tom Tromey | 1 | -26/+3 |
2020-10-29 | Remove exec_filename macro | Tom Tromey | 1 | -5/+6 |
2020-10-29 | Add target_section constructor | Tom Tromey | 1 | -12/+6 |
2020-10-22 | gdb: make target_ops::make_corefile_notes return a unique ptr | Simon Marchi | 1 | -2/+2 |
2020-10-12 | Change target_section_table to std::vector alias | Tom Tromey | 1 | -34/+29 |
2020-10-12 | Remove clear_section_table | Tom Tromey | 1 | -9/+1 |
2020-10-12 | Simplify add_target_sections_of_objfile | Tom Tromey | 1 | -13/+1 |
2020-10-12 | build_section_table cannot fail | Tom Tromey | 1 | -19/+9 |
2020-10-12 | Use a std::vector in target_section_table | Tom Tromey | 1 | -159/+88 |
2020-09-28 | Remove target_has_execution macro | Tom Tromey | 1 | -1/+1 |
2020-09-19 | Use gdb_bfd_sections in build_section_table | Tom Tromey | 1 | -30/+20 |
2020-07-22 | section_table_xfer_memory: Replace section name with callback predicate | Kevin Buettner | 1 | -4/+4 |
2020-07-11 | Fine tune exec-file-mismatch help and documentation. | Philippe Waroquiers | 1 | -2/+6 |
2020-06-24 | Fixes PR 25475: ensure exec-file-mismatch "ask" always asks in case of mismatch. | Philippe Waroquiers | 1 | -1/+4 |
2020-06-21 | Ensure 'exec-file has changed' check has priority over 'exec-file-mismatch' c... | Philippe Waroquiers | 1 | -0/+8 |
2020-05-27 | Use errno value of first openp failure | Hannes Domani | 1 | -0/+3 |
2020-05-21 | gdb: remove unnecessary NULL checks before xfree | Simon Marchi | 1 | -2/+1 |
2020-05-20 | Use bfd_get_filename throughout gdb | Alan Modra | 1 | -1/+2 |
2020-05-19 | Make exec-file-mismatch compare build IDs | Pedro Alves | 1 | -9/+44 |
2020-05-08 | Remove ALL_PSPACES | Tom Tromey | 1 | -2/+1 |
2020-04-02 | gdb: replace some calls to internal_error with gdb_assert | Simon Marchi | 1 | -6/+4 |
2020-01-25 | Implement 'set/show exec-file-mismatch'. | Philippe Waroquiers | 1 | -10/+135 |
2020-01-24 | Fix re-runs of a second inferior (PR gdb/25410) | Pedro Alves | 1 | -2/+3 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-10 | Multi-target support | Pedro Alves | 1 | -10/+41 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-11-06 | Remove some includes of readline.h | Tom Tromey | 1 | -1/+1 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -19/+15 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 1 | -1/+1 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-04-25 | Make exception handling more efficient | Tom Tromey | 1 | -2/+2 |