Age | Commit message (Expand) | Author | Files | Lines |
2023-10-19 | gdb: remove target_section_table typedef | Simon Marchi | 1 | -4/+3 |
2023-10-10 | gdb: remove target_gdbarch | Simon Marchi | 1 | -1/+1 |
2023-10-04 | corefile/bug: Add hook to control the use of target description notes from co... | Luis Machado | 1 | -19/+31 |
2023-09-20 | Remove explanatory comments from includes | Tom Tromey | 1 | -1/+1 |
2023-08-28 | core: Support fetching x86 XSAVE layout from architectures. | John Baldwin | 1 | -0/+21 |
2023-08-23 | gdb: remove the silent parameter from exit_inferior_1 and cleanup | Andrew Burgess | 1 | -1/+1 |
2023-07-03 | gdb: handle core files with .reg/0 section names | Andrew Burgess | 1 | -0/+150 |
2023-07-03 | gdb: split inferior and thread setup when opening a core file | Andrew Burgess | 1 | -33/+29 |
2023-06-08 | gdb/corelow.c: do not try to reopen a file if open failed once | Lancelot SIX | 1 | -9/+18 |
2023-06-08 | gdb/corelow.c: avoid repeated warnings in build_file_mappings | Lancelot SIX | 1 | -12/+5 |
2023-06-08 | gdb/corelow.c: fix use-after-free in build_file_mappings | Lancelot SIX | 1 | -2/+2 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-07-19 | [AArch64] MTE corefile support | Luis Machado | 1 | -0/+62 |
2022-07-11 | Fix core-file -> detach -> crash (corefiles/29275) | Pedro Alves | 1 | -6/+21 |
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 |