Age | Commit message (Expand) | Author | Files | Lines |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-12-22 | Class-ify ui_out | Simon Marchi | 1 | -22/+23 |
2016-11-26 | Remove verbosity from ui_out_message and friends | Simon Marchi | 1 | -1/+1 |
2016-11-23 | gdb: Use C++11 std::chrono | Pedro Alves | 1 | -17/+22 |
2016-10-26 | PR 20569, segv in follow_exec | Sandra Loosemore | 1 | -10/+11 |
2016-10-26 | Make symfile_add_flags and objfile->flags strongly typed | Pedro Alves | 1 | -25/+36 |
2016-09-16 | gdb: Use std::min and std::max throughout | Pedro Alves | 1 | -1/+1 |
2016-07-14 | Remove some unused overlay code | Tom Tromey | 1 | -10/+5 |
2016-06-23 | Move filename extensions into language_defn | Tom Tromey | 1 | -55/+4 |
2016-06-23 | Use VEC for filename_language_table | Tom Tromey | 1 | -33/+37 |
2016-05-17 | Add support for the Rust language | Tom Tromey | 1 | -0/+1 |
2016-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -3/+1 |
2016-05-03 | [gdb] Fix -Wparentheses warnings | Kyrylo Tkachov | 1 | -37/+43 |
2016-03-31 | Remove support for "target m32rsdi" and "target mips/pmon/ddb/rockhopper/lsi" | Pedro Alves | 1 | -8/+0 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-11-17 | [C++/mingw] Misc alloca casts | Pedro Alves | 1 | -1/+1 |
2015-10-13 | More char constification | Pedro Alves | 1 | -1/+1 |
2015-09-25 | Add some more casts (2/2) | Simon Marchi | 1 | -6/+8 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -20/+23 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -8/+6 |
2015-08-24 | Prepare for gnulib update | Pedro Alves | 1 | -7/+7 |
2015-08-01 | Replace the block_found global with explicit data-flow | Pierre-Marie de Rodat | 1 | -1/+1 |
2015-04-02 | Rearrange symfile_bfd_open | Gary Benson | 1 | -39/+30 |
2015-04-02 | Convert "remote:" sysroots to "target:" and remove "remote:" | Gary Benson | 1 | -21/+4 |
2015-03-11 | Implement remote_bfd_iovec_stat | Gary Benson | 1 | -8/+9 |
2015-02-10 | Rename new_symfile_objfile, make static. | Doug Evans | 1 | -3/+3 |
2015-01-31 | new callback parameter expansion_notify for expand_symtabs_matching | Gary Benson | 1 | -1/+3 |
2015-01-31 | PR symtab/17855 | Joel Brobecker | 1 | -2/+4 |
2015-01-29 | Fix build failure in symfile.c::unmap_overlay_command (GCC5 bug) | Alexander Klimov | 1 | -1/+1 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-11-28 | Use lstat unconditionally | Yao Qi | 1 | -2/+0 |
2014-11-20 | Split struct symtab into two: struct symtab and compunit_symtab. | Doug Evans | 1 | -26/+65 |
2014-11-18 | SYMTAB_OBJFILE: New macro. | Doug Evans | 1 | -1/+1 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-06-26 | constify to_load | Tom Tromey | 1 | -1/+1 |
2014-06-16 | "$ gdb PROGRAM" vs "(gdb) file PROGRAM" difference; warn on failure to remove... | Pedro Alves | 1 | -5/+5 |
2014-06-13 | make calls to help_list use enumerator | Tom Tromey | 1 | -1/+1 |
2014-06-06 | symfile, vdso: remove target sections | Markus Metzger | 1 | -2/+2 |
2014-03-31 | New option "set print symbol-loading". | Doug Evans | 1 | -1/+54 |
2014-02-26 | move minimal symbols to per-bfd | Tom Tromey | 1 | -6/+1 |
2014-02-26 | start change to progspace independence | Tom Tromey | 1 | -5/+4 |
2014-02-26 | use bound_minsym as result for lookup_minimal_symbol et al | Tom Tromey | 1 | -7/+8 |
2014-02-26 | change minsym representation | Tom Tromey | 1 | -3/+3 |
2014-01-15 | make language_of_main static | Tom Tromey | 1 | -4/+2 |
2014-01-15 | move the entry point info into the per-bfd object | Tom Tromey | 1 | -10/+16 |
2014-01-15 | relocate the entry point address when used | Tom Tromey | 1 | -0/+21 |
2014-01-14 | psymtab cleanup patch 3/3 | Doug Evans | 1 | -6/+9 |
2014-01-14 | psymtab cleanup patch 2/3 | Doug Evans | 1 | -1/+1 |
2014-01-14 | psymtab cleanup patch 1/3 | Doug Evans | 1 | -0/+36 |