Age | Commit message (Expand) | Author | Files | Lines |
2017-11-08 | Introduce lookup_name_info and generalize Ada's FULL/WILD name matching | Pedro Alves | 1 | -0/+2 |
2017-11-07 | Constify add_setshow_* | Tom Tromey | 1 | -1/+2 |
2017-11-07 | Remove cmd_cfunc_ftype | Tom Tromey | 1 | -5/+3 |
2017-11-07 | Constify add_info | Tom Tromey | 1 | -3/+1 |
2017-11-04 | Remove make_cleanup_free_objfile | Tom Tromey | 1 | -3/+7 |
2017-11-04 | Use unique_xmalloc_ptr in find_separate_debug_file_by_debuglink | Tom Tromey | 1 | -22/+14 |
2017-10-27 | Get rid of VEC(filename_language) | Simon Marchi | 1 | -62/+24 |
2017-10-27 | Add tests for filename_language | Simon Marchi | 1 | -0/+89 |
2017-10-14 | Replace psymbol_allocation_list with std::vector | Simon Marchi | 1 | -8/+2 |
2017-10-13 | Change objfile to use new/delete | Tom Tromey | 1 | -5/+5 |
2017-10-11 | Constify add_prefix_cmd | Tom Tromey | 1 | -3/+1 |
2017-10-11 | Use std::vector for symtab_fns | Simon Marchi | 1 | -13/+11 |
2017-10-03 | Use gdb::byte_vector in load_progress | Tom Tromey | 1 | -5/+4 |
2017-10-03 | Remove unused declarations | Tom Tromey | 1 | -1/+0 |
2017-09-27 | Constify some commands in exec.c, plus symbol_file_command | Tom Tromey | 1 | -1/+1 |
2017-09-27 | Constify some commands in symfile.c | Tom Tromey | 1 | -19/+9 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |
2017-08-14 | Fix memory leak in add_symbol_file_command | Tom Tromey | 1 | -32/+11 |
2017-08-05 | Use gdb::unique_xmalloc_ptr when calling tilde_expand | Tom Tromey | 1 | -34/+19 |
2017-08-03 | Introduce gdb_argv, a class wrapper for buildargv | Tom Tromey | 1 | -22/+12 |
2017-06-28 | Fix PR 21337: segfault when re-reading symbols. | Doug Gilmore | 1 | -3/+20 |
2017-06-27 | objfile_per_bfd_storage non-POD | Pedro Alves | 1 | -1/+1 |
2017-06-11 | Introduce "set debug separate-debug-file" | Simon Marchi | 1 | -0/+18 |
2017-04-12 | Use std::vector in reread_symbols | Tom Tromey | 1 | -16/+5 |
2017-04-12 | Change increment_reading_symtab to return a scoped_restore | Tom Tromey | 1 | -13/+4 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -6/+6 |
2017-02-23 | Use gdb::function_view in iterate_over_symtabs & co | Pedro Alves | 1 | -7/+6 |
2017-02-13 | Improve load command's help text | Luis Machado | 1 | -1/+4 |
2017-01-10 | Use class to manage BFD reference counts | Tom Tromey | 1 | -53/+28 |
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 |