Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-09-15 | Sync libiberty/ & include/ with GCC | Pedro Alves | 1 | -8/+8 |
2017-09-11 | Rename _const functions to use overloading instead | Tom Tromey | 1 | -1/+1 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |
2017-09-04 | Stop assuming no-debug-info variables have type int | Pedro Alves | 1 | -0/+15 |
2017-09-04 | Stop assuming no-debug-info functions return int | Pedro Alves | 3 | -5/+22 |
2017-09-03 | Use std::string and unique_xmalloc_ptr in compile/ code | Tom Tromey | 6 | -54/+37 |
2017-08-23 | compile: Add 'set compile-gcc' | Jan Kratochvil | 1 | -11/+52 |
2017-08-23 | compile: set debug compile: Display GCC driver filename | Jan Kratochvil | 1 | -2/+9 |
2017-08-22 | Change gdb_abspath to return a unique_xmalloc_ptr | Tom Tromey | 1 | -8/+3 |
2017-08-05 | Use gdb::unique_xmalloc_ptr when calling tilde_expand | Tom Tromey | 1 | -12/+13 |
2017-08-03 | Introduce gdb_argv, a class wrapper for buildargv | Tom Tromey | 1 | -6/+8 |
2017-08-03 | Remove an unlink cleanup | Tom Tromey | 1 | -19/+19 |
2017-08-03 | Introduce and use gdb_file_up | Tom Tromey | 1 | -8/+9 |
2017-07-09 | compile-loc2c: Fix uninitialized variable error | Simon Marchi | 1 | -0/+1 |
2017-06-22 | Add STRINGIFY to gdb/common/preprocessor.h | Pedro Alves | 1 | -3/+1 |
2017-04-12 | Use std::vector in compile-loc2c.c | Tom Tromey | 1 | -11/+9 |
2017-04-12 | Introduce gdb_dlhandle_up | Tom Tromey | 1 | -2/+4 |
2017-04-12 | Introduce command_line_up | Tom Tromey | 1 | -8/+4 |
2017-03-20 | Convert lvalue reference type check to general reference type check | Artemiy Volkov | 1 | -1/+1 |
2017-02-23 | Use gdb::function_view in iterate_over_symtabs & co | Pedro Alves | 1 | -4/+12 |
2017-02-02 | Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy | Pedro Alves | 6 | -110/+95 |
2017-01-10 | Use class to manage BFD reference counts | Tom Tromey | 1 | -11/+9 |
2017-01-10 | Remove make_cleanup_htab_delete | Tom Tromey | 1 | -7/+4 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 11 | -11/+11 |
2016-11-08 | Use ui_file_as_string in gdb/compile/ | Pedro Alves | 5 | -72/+87 |
2016-10-21 | Use RAII to save and restore scalars | Tom Tromey | 1 | -15/+8 |
2016-09-16 | gdb: Use std::min and std::max throughout | Pedro Alves | 1 | -1/+2 |
2016-09-02 | Handle DW_OP_form_tls_address | Tom Tromey | 1 | -3/+4 |
2016-06-21 | Make the interpreters be per UI | Pedro Alves | 1 | -7/+7 |
2016-05-28 | Return void from linker callbacks | Alan Modra | 1 | -15/+7 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 11 | -11/+11 |
2015-11-17 | Type-safe wrapper for enum flags | Pedro Alves | 2 | -1/+5 |
2015-10-29 | compile: Rename struct type_map_instance::gcc_type field | Pedro Alves | 1 | -4/+4 |