Age | Commit message (Expand) | Author | Files | Lines |
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 | -4/+4 |
2020-10-29 | Remove the exec_bfd macro | Tom Tromey | 1 | -6/+7 |
2020-10-29 | Remove commented-out code from gcore.c | Tom Tromey | 1 | -20/+1 |
2020-10-22 | gdb: make target_ops::make_corefile_notes return a unique ptr | Simon Marchi | 1 | -1/+1 |
2020-10-21 | gdb: make gdbarch_make_corefile_notes return a unique ptr | Simon Marchi | 1 | -2/+2 |
2020-09-28 | Remove target_has_execution macro | Tom Tromey | 1 | -2/+2 |
2020-09-28 | Remove target_has_registers macro | Tom Tromey | 1 | -1/+1 |
2020-09-28 | Remove target_has_stack macro | Tom Tromey | 1 | -1/+1 |
2020-09-19 | Use gdb_bfd_sections in gcore_memory_sections | Tom Tromey | 1 | -4/+6 |
2020-08-14 | gdb: Implement native dumpcore function | Kamil Rytarowski | 1 | -8/+13 |
2020-04-18 | Change get_objfile_arch to a method on objfile | Tom Tromey | 1 | -1/+1 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -24/+22 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -3/+3 |
2019-03-06 | Use SCOPE_EXIT in write_gcore_file | Tom Tromey | 1 | -17/+3 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -1/+1 |
2019-01-17 | Change all_objfiles adapter to be a method on program_space | Tom Tromey | 1 | -2/+2 |
2019-01-09 | Remove ALL_OBJSECTIONS | Tom Tromey | 1 | -52/+52 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-21 | Use gdb:array_view in call_function_by_hand & friends | Pedro Alves | 1 | -1/+1 |
2018-07-03 | Remove ptid_get_pid | Tom Tromey | 1 | -1/+1 |
2018-05-24 | Update core-related help strings | Tom Tromey | 1 | -1/+2 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-26 | Removes a cleanup from gcore.c | Tom Tromey | 1 | -9/+6 |
2017-11-07 | Constify add_com | Tom Tromey | 1 | -1/+1 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |
2017-09-04 | Stop assuming no-debug-info functions return int | Pedro Alves | 1 | -1/+1 |
2017-08-03 | Use containers to avoid cleanups | Tom Tromey | 1 | -8/+5 |
2017-01-10 | Introduce and use gdb::unlinker | Tom Tromey | 1 | -26/+12 |
2017-01-10 | Use class to manage BFD reference counts | Tom Tromey | 1 | -6/+6 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-09-16 | gdb: Use std::min and std::max throughout | Pedro Alves | 1 | -1/+2 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-10-09 | Change some void* to gdb_byte* | Simon Marchi | 1 | -2/+2 |
2015-09-25 | Add some more casts (1/2) | Simon Marchi | 1 | -3/+3 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 1 | -3/+10 |
2015-03-06 | New common function "startswith" | Gary Benson | 1 | -3/+3 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-06-25 | gcore, target: allow target to prepare/cleanup for/after core file generation | Markus Metzger | 1 | -5/+22 |
2014-06-25 | make_corefile_notes: have caller free returned memory | Markus Metzger | 1 | -0/+5 |
2014-02-26 | use bound_minsym as result for lookup_minimal_symbol et al | Tom Tromey | 1 | -2/+2 |
2014-02-19 | remove exec_set_find_memory_regions | Tom Tromey | 1 | -3/+3 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-09-30 | * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid. | Luis Machado | 1 | -1/+1 |
2013-08-09 | gcore: Make tilde-expanded filename visible. | Pedro Alves | 1 | -16/+12 |
2013-08-08 | gcore: expand tilde in filename. | Pedro Alves | 1 | -1/+7 |
2013-05-14 | * gcore.c (create_gcore_bfd): Make 'filename' const. | Tom Tromey | 1 | -1/+1 |