Age | Commit message (Expand) | Author | Files | Lines |
2019-02-07 | Normalize include guards in gdb | Tom Tromey | 8 | -18/+28 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 4 | -5/+5 |
2019-01-22 | Remove a comment in compile/compile-cplus-types.c | Tom Tromey | 1 | -2/+1 |
2019-01-22 | Include compile-internal.h in gcc-c-plugin.h | Tom Tromey | 1 | -0/+2 |
2019-01-21 | Remove duplicate or commented-out #includes | Tom Tromey | 1 | -1/+0 |
2019-01-17 | Change all_objfiles adapter to be a method on program_space | Tom Tromey | 1 | -1/+1 |
2019-01-09 | Remove most uses of ALL_OBJFILES | Tom Tromey | 1 | -2/+1 |
2019-01-04 | Use upper case for more metasyntactic variables in gdb | Tom Tromey | 1 | -1/+1 |
2019-01-03 | gdb: Remove a cleanup from find_overload_match | Andrew Burgess | 1 | -2/+2 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 17 | -17/+17 |
2018-11-21 | Use gdb:array_view in call_function_by_hand & friends | Pedro Alves | 1 | -2/+2 |
2018-11-01 | Import mkdtemp gnulib module, fix mingw build | Simon Marchi | 1 | -4/+0 |
2018-10-04 | Simple -Wshadow=local fixes | Tom Tromey | 1 | -4/+4 |
2018-09-18 | Remove remaining cleanups from compile-object-load.c | Tom Tromey | 1 | -27/+37 |
2018-09-18 | Remove munmap_listp_free_cleanup | Tom Tromey | 3 | -68/+47 |
2018-09-17 | Fix use-after-move in compile/compile-cplus-types.c | Simon Marchi | 1 | -2/+2 |
2018-09-17 | python: Make gdb.execute("show commands") work (PR 23669) | Simon Marchi | 2 | -2/+7 |
2018-09-13 | Return std::string from gdb_bfd_errmsg | Tom Tromey | 1 | -1/+2 |
2018-09-06 | compile: Remove non-const reference parameters | Simon Marchi | 11 | -81/+79 |
2018-09-01 | Fix ARI violations in c++compile | Keith Seitz | 2 | -3/+3 |
2018-08-30 | Fix compile-cplus-types.c build errors | Simon Marchi | 1 | -2/+5 |
2018-08-30 | Use host_address_to_string in compile_cplus_instance::enter_scope | Keith Seitz | 1 | -1/+4 |
2018-08-29 | C++ compile support | Keith Seitz | 8 | -28/+2399 |
2018-08-23 | Use BLOCK_ENTRY_PC in place of most uses of BLOCK_START | Kevin Buettner | 3 | -5/+5 |
2018-08-10 | Use policies for code generation | Keith Seitz | 1 | -157/+256 |
2018-08-10 | Use unique_ptr for htabs | Keith Seitz | 2 | -23/+12 |
2018-08-10 | Move compile_instance to compile.c | Keith Seitz | 5 | -193/+195 |
2018-08-10 | Change compile_instance/compile_c_instance into classes | Keith Seitz | 6 | -255/+382 |
2018-08-10 | Add a C++ wrapper for GCC C plug-in | Keith Seitz | 4 | -89/+167 |
2018-08-10 | Move C-related declarations to compile-c.h | Keith Seitz | 6 | -61/+86 |
2018-08-10 | Rename symbol_substitution_name | Keith Seitz | 1 | -3/+3 |
2018-08-10 | Return unique_xmalloc_ptr for generate_c_for_variable_locations | Keith Seitz | 3 | -17/+13 |
2018-07-22 | Simple unused variable removals | Tom Tromey | 1 | -2/+0 |
2018-06-21 | Use thread_info and inferior pointers more throughout | Pedro Alves | 1 | -1/+3 |
2018-05-04 | Use counted_command_line everywhere | Tom Tromey | 1 | -3/+3 |
2018-04-27 | Add libcc1 v1 compatibility to C compile feature | Alexandre Oliva | 1 | -5/+23 |
2018-02-28 | Create new common/pathstuff.[ch] | Sergio Durigan Junior | 1 | -0/+1 |
2018-02-27 | Update get_args documentation | Phil Muldoon | 1 | -3/+19 |
2018-02-08 | Return unique_xmalloc_ptr from macro scope functions | Tom Tromey | 1 | -1/+1 |
2018-01-17 | Fix warning on gdb/compile/compile.c (C++-ify "triplet_rx") | Sergio Durigan Junior | 1 | -5/+6 |
2018-01-05 | Fix regresssion(internal-error) printing subprogram argument (PR gdb/22670) | Pedro Alves | 1 | -1/+5 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 11 | -11/+11 |
2017-12-05 | Remove some unused variables | Simon Marchi | 4 | -7/+1 |
2017-11-07 | Constify add_setshow_* | Tom Tromey | 1 | -1/+1 |
2017-11-04 | Remove make_cleanup_free_objfile | Tom Tromey | 1 | -7/+6 |
2017-11-04 | Use std::vector in compile-loc2c.c | Tom Tromey | 1 | -25/+17 |
2017-11-04 | Remove cleanups from link_callbacks_einfo | Tom Tromey | 1 | -7/+2 |
2017-10-13 | Change objfile to use new/delete | Tom Tromey | 1 | -1/+1 |
2017-10-11 | Constify add_prefix_cmd | Tom Tromey | 1 | -1/+1 |
2017-09-27 | Constify some commands in compile.c | Tom Tromey | 1 | -5/+4 |