Age | Commit message (Expand) | Author | Files | Lines |
2017-04-27 | Read corrrect auxiliary entry in AIX | Ulrich Weigand | 1 | -25/+43 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -4/+4 |
2017-02-20 | DWARF-5 basic functionality | Jan Kratochvil | 1 | -0/+3 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-10-26 | Make symfile_add_flags and objfile->flags strongly typed | Pedro Alves | 1 | -2/+2 |
2016-10-21 | Record minimal symbols directly in reader. | Tom Tromey | 1 | -17/+18 |
2016-10-21 | Change minimal_symbol_reader to store objfile | Tom Tromey | 1 | -2/+2 |
2016-10-21 | Introduce minimal_symbol_reader | Tom Tromey | 1 | -3/+2 |
2016-10-21 | Fix build failure in xcoffread.c | Tom Tromey | 1 | -1/+1 |
2016-10-21 | Fix symbol table file name on AIX | Ulrich Weigand | 1 | -1/+1 |
2016-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -2/+0 |
2016-01-29 | Fix two misleading indentation warnings | Simon Marchi | 1 | -7/+6 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-10-13 | Recognize a few more AIX XCOFF DWARF sections. | David Edelsohn | 1 | -3/+6 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -7/+12 |
2015-09-04 | gdb: Remove casts of NULL during assignment. | Andrew Burgess | 1 | -1/+1 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -20/+12 |
2015-08-25 | DWARF: handle non-local references in nested functions | Pierre-Marie de Rodat | 1 | -2/+3 |
2015-08-15 | psymtab.c (add_psymbol_to_bcache): Remove "val" arg. | Doug Evans | 1 | -12/+9 |
2015-08-15 | Add end_psymtab_common, have all debug info readers call it. | Doug Evans | 1 | -6/+2 |
2015-06-19 | Remove special support in gdb for Sun's version of stabs. | Doug Evans | 1 | -2/+1 |
2015-03-20 | constify xcoffread.c | Pedro Alves | 1 | -2/+2 |
2015-03-06 | New common function "startswith" | Gary Benson | 1 | -1/+1 |
2015-02-27 | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 1 | -15/+15 |
2015-02-11 | xcoffread.c: delete 'within_function' definition | Pedro Alves | 1 | -5/+0 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-12-23 | initialize_objfile_symbol: Renamed from initialize_symbol. | Doug Evans | 1 | -1/+1 |
2014-11-20 | Split struct symtab into two: struct symtab and compunit_symtab. | Doug Evans | 1 | -10/+9 |
2014-11-18 | buildsym API cleanup | Doug Evans | 1 | -15/+14 |
2014-11-02 | xcoffread.c (process_linenos): Delete unnecessary code. | Doug Evans | 1 | -3/+0 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -2/+0 |
2014-02-26 | change minsyms not to be relocated at read-time | Tom Tromey | 1 | -1/+0 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-11-18 | remove gdb_stat.h | Tom Tromey | 1 | -1/+1 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 1 | -1/+1 |
2013-09-25 | * symfile.h (struct sym_fns): Delete member "sym_flavour". | Doug Evans | 1 | -3/+1 |
2013-09-25 | * symfile.h (struct sym_fns): Add "objfile" argument to | Doug Evans | 1 | -1/+1 |
2013-09-24 | Code cleanup: Add objfile_name accessor | Jan Kratochvil | 1 | -2/+2 |
2013-09-18 | 2013-09-18 Raunaq Bathija <raunaq12@in.ibm.com> | Ulrich Weigand | 1 | -2/+2 |
2013-08-26 | 2013-08-26 Raunaq Bathija <raunaq12@in.ibm.com> | Ulrich Weigand | 1 | -2/+22 |
2013-07-01 | Normalize on PATH_MAX instead of MAXPATHLEN throughout. | Pedro Alves | 1 | -1/+0 |
2013-05-06 | * somread.c (som_symfile_offsets): Add 'const' to addrs. | Tom Tromey | 1 | -4/+1 |
2013-05-06 | Reimplement shared library support on ppc-aix... | Joel Brobecker | 1 | -42/+41 |
2013-04-19 | -Wpointer-sign: xcoffread.c. | Pedro Alves | 1 | -1/+1 |
2013-04-08 | * coffread.c (record_minimal_symbol): Update. | Tom Tromey | 1 | -8/+2 |
2013-04-08 | * coffread.c (cs_to_section): Use gdb_bfd_section_index. | Tom Tromey | 1 | -1/+1 |
2013-04-08 | * coffread.c (process_coff_symbol, coff_read_enum_type): Call | Tom Tromey | 1 | -1/+1 |
2013-03-20 | 2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com> | Tom Tromey | 1 | -1/+1 |
2013-01-21 | * symfile.h (obsavestring): Don't declare. | Tom Tromey | 1 | -2/+2 |
2013-01-21 | * buildsym.c (patch_subfile_names): Use set_last_source_file. | Tom Tromey | 1 | -6/+6 |