Age | Commit message (Expand) | Author | Files | Lines |
2022-04-18 | gdbsupport: make gdb_abspath return an std::string | Simon Marchi | 1 | -1/+1 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -28/+28 |
2022-03-21 | PR gdb/27570: missing support for debuginfod in core_target::build_file_mappings | Aaron Merey | 1 | -0/+28 |
2022-03-21 | gdb: Add soname to build-id mapping for core files | Aaron Merey | 1 | -0/+11 |
2022-03-17 | Remove fall throughs in core_target::xfer_partial. | John Baldwin | 1 | -2/+2 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-11-16 | gdb: Add aliases for read_core_file_mappings callbacks | Aaron Merey | 1 | -1/+1 |
2021-09-30 | gdbsupport: make gdb_open_cloexec return scoped_fd | Simon Marchi | 1 | -1/+1 |
2021-08-30 | [gdb/cli] Don't assert on empty string for core-file | Tom de Vries | 1 | -1/+2 |
2021-06-28 | gdb: remove gdbarch_info_init | Simon Marchi | 1 | -1/+0 |
2021-06-25 | Update the core file architecture if a target description is present | Luis Machado | 1 | -0/+15 |
2021-03-23 | gdb: remove push_target free functions | Simon Marchi | 1 | -1/+1 |
2021-03-23 | gdb: remove unpush_target free function | Simon Marchi | 1 | -1/+1 |
2021-03-05 | gdb: write target description into core file | Andrew Burgess | 1 | -0/+24 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-11-19 | gdb: remove `other` parameter in read_core_file_mappings parameter | Simon Marchi | 1 | -1/+1 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -7/+7 |
2020-10-29 | Remove the exec_bfd macro | Tom Tromey | 1 | -2/+2 |
2020-10-29 | Add target_section constructor | Tom Tromey | 1 | -6/+1 |
2020-10-22 | Fix gdb.base/corefile2.exp regression when running Docker/AUFS | Luis Machado | 1 | -4/+10 |
2020-10-12 | Change target_section_table to std::vector alias | Tom Tromey | 1 | -5/+5 |
2020-10-12 | build_section_table cannot fail | Tom Tromey | 1 | -3/+1 |
2020-10-12 | Use a std::vector in target_section_table | Tom Tromey | 1 | -37/+21 |
2020-10-02 | gdb: remove arguments from inferior_created observable | Simon Marchi | 1 | -1/+1 |
2020-09-19 | Use gdb_bfd_sections in core_target_open | Tom Tromey | 1 | -6/+4 |
2020-08-31 | Work around incorrect/broken pathnames in NT_FILE note | Kevin Buettner | 1 | -8/+76 |
2020-08-05 | Don't output null pathname in core_target::build_file_mappings warning | Kevin Buettner | 1 | -1/+1 |
2020-07-23 | Fix BZ 26294 - Add period to help text for maint print core-file-backed-mappings | Kevin Buettner | 1 | -1/+1 |
2020-07-22 | Add new command "maint print core-file-backed-mappings" | Kevin Buettner | 1 | -0/+87 |
2020-07-22 | Use NT_FILE note section for reading core target memory | Kevin Buettner | 1 | -4/+133 |
2020-07-22 | Provide access to non SEC_HAS_CONTENTS core file sections | Kevin Buettner | 1 | -6/+41 |
2020-07-22 | section_table_xfer_memory: Replace section name with callback predicate | Kevin Buettner | 1 | -2/+1 |
2020-07-21 | Report architecture-specific signal information for core files. | John Baldwin | 1 | -1/+4 |
2020-06-18 | Don't write to inferior_ptid in corelow.c | Pedro Alves | 1 | -11/+9 |
2020-03-12 | Remove deprecated core file functions | Christian Biesinger | 1 | -149/+21 |
2020-01-13 | gdb: use gdb::byte_vector instead of std::vector<char> in core_target::get_co... | Simon Marchi | 1 | -1/+1 |
2020-01-13 | gdb: use std::vector instead of alloca in core_target::get_core_register_section | Simon Marchi | 1 | -6/+5 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-10 | Multi-target support | Pedro Alves | 1 | -4/+4 |
2020-01-10 | Make target_ops::has_execution take an 'inferior *' instead of a ptid_t | Pedro Alves | 1 | -1/+1 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-12-13 | Guard against 'current_directory == NULL' on gdb_abspath (PR gdb/23613) | Sergio Durigan Junior | 1 | -2/+2 |
2019-12-07 | Core file build-id support | Keith Seitz | 1 | -0/+25 |
2019-11-06 | Remove some includes of readline.h | Tom Tromey | 1 | -1/+1 |
2019-10-26 | [gdb] Fix more typos in comments (2) | Tom de Vries | 1 | -1/+1 |
2019-09-20 | Remove Cell Broadband Engine debugging support | Ulrich Weigand | 1 | -88/+0 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -9/+8 |
2019-08-07 | Make first and last lines of 'command help documentation' consistent. | Philippe Waroquiers | 1 | -1/+2 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-05-04 | Fix leaks by clearing registers and frame caches. | Philippe Waroquiers | 1 | -0/+2 |