Age | Commit message (Expand) | Author | Files | Lines |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -28/+28 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-02-10 | gdb: delete SYMBOL_SECTION and MSYMBOL_SECTION macros | Andrew Burgess | 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 | -2/+2 |
2020-05-20 | Use bfd_get_filename throughout gdb | Alan Modra | 1 | -1/+1 |
2020-01-23 | gdb: introduce objfile text_section_offset and data_section_offset methods | Simon Marchi | 1 | -1/+1 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-08 | Change section_offsets to a std::vector | Tom Tromey | 1 | -1/+1 |
2020-01-06 | Fix a crash with a malformed PE header | Jon Turney | 1 | -0/+6 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-10-26 | [gdb] Fix more typos in comments (2) | Tom de Vries | 1 | -1/+1 |
2019-10-18 | [gdb] Fix more typos in comments | Tom de Vries | 1 | -1/+1 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -1/+1 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -9/+9 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -9/+9 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-08-07 | Replace some uses of xstrprintf with string_printf | Simon Marchi | 1 | -16/+16 |
2018-05-29 | Removing lookup_minimal_symbol_and_objfile | Weimin Pan | 1 | -2/+2 |
2018-05-25 | Remove cleanups from coff-pe-read.c | Tom Tromey | 1 | -29/+14 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -4/+0 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -1/+1 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-10-21 | Record minimal symbols directly in reader. | Tom Tromey | 1 | -15/+15 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-09-25 | Add some more casts (1/2) | Simon Marchi | 1 | -3/+3 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -4/+4 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -2/+1 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-02-26 | change minsyms not to be relocated at read-time | Tom Tromey | 1 | -13/+11 |
2014-02-26 | start change to progspace independence | Tom Tromey | 1 | -1/+1 |
2014-02-26 | change minsym representation | Tom Tromey | 1 | -2/+2 |
2014-01-08 | Fix PR16201. | Pierre Muller | 1 | -6/+22 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-04-19 | -Wpointer-sign: coff-pe-read.c: treat strings in PE/COFF data as char *. | Pedro Alves | 1 | -3/+4 |
2013-04-08 | * minsyms.h (struct bound_minimal_symbol): New. | Tom Tromey | 1 | -10/+7 |
2013-04-01 | Fix coff-pe-read.c to compile with Wunused. | Aleksandar Ristovski | 1 | -13/+2 |
2013-03-27 | Rename "set debug coff_pe_read" command to "set debug coff-pe-read". | Pedro Alves | 1 | -1/+1 |
2013-03-26 | Make "set/show debug coff_pe_read" a zuinteger instead of uinteger. | Pedro Alves | 1 | -8/+8 |
2013-03-04 | * coff-pe-read.c (read_pe_exported_syms): Don't return without | Corinna Vinschen | 1 | -0/+3 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-12-13 | * coff-pe-read.c (pe_text_section_offset): Increase size of sname | Pierre Muller | 1 | -2/+3 |
2012-12-13 | 2012-12-13 Pedro Alves <palves@redhat.com> | Pedro Alves | 1 | -3/+4 |
2012-12-13 | * coff-pe-read.c (IMAGE_SCN_CNT_TEXT, IMAGE_SCN_CNT_INITIALIZED_DATA) | Pierre Muller | 1 | -9/+3 |
2012-12-13 | * coff-pe-read.h (pe_text_section_offset): Declare new function. | Pierre Muller | 1 | -54/+411 |
2012-11-07 | 2012-11-07 Pedro Alves <palves@redhat.com> | Pedro Alves | 1 | -1/+2 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -2/+1 |
2011-11-04 | * coff-pe-read.c: Include defs.h before bfd.h. | Rainer Orth | 1 | -2/+1 |