Age | Commit message (Expand) | Author | Files | Lines |
2019-08-07 | Make first and last lines of 'command help documentation' consistent. | Philippe Waroquiers | 1 | -5/+7 |
2019-08-05 | Use _() in calls to build_help | Tom Tromey | 1 | -3/+3 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -5/+5 |
2019-06-13 | Fix gdb build with -std=gnu++11 | Pedro Alves | 1 | -1/+1 |
2019-06-13 | Migrate rest of compile commands to new options framework | Pedro Alves | 1 | -58/+111 |
2019-06-13 | Make "print" and "compile print" support -OPT options | Pedro Alves | 1 | -12/+34 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -2/+2 |
2019-01-04 | Use upper case for more metasyntactic variables in gdb | Tom Tromey | 1 | -1/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
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-17 | python: Make gdb.execute("show commands") work (PR 23669) | Simon Marchi | 1 | -2/+4 |
2018-09-06 | compile: Remove non-const reference parameters | Simon Marchi | 1 | -2/+2 |
2018-08-29 | C++ compile support | Keith Seitz | 1 | -1/+0 |
2018-08-23 | Use BLOCK_ENTRY_PC in place of most uses of BLOCK_START | Kevin Buettner | 1 | -2/+2 |
2018-08-10 | Use unique_ptr for htabs | Keith Seitz | 1 | -18/+10 |
2018-08-10 | Move compile_instance to compile.c | Keith Seitz | 1 | -0/+175 |
2018-08-10 | Change compile_instance/compile_c_instance into classes | Keith Seitz | 1 | -51/+102 |
2018-05-04 | Use counted_command_line everywhere | Tom Tromey | 1 | -3/+3 |
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-01-17 | Fix warning on gdb/compile/compile.c (C++-ify "triplet_rx") | Sergio Durigan Junior | 1 | -5/+6 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-05 | Remove some unused variables | Simon Marchi | 1 | -1/+0 |
2017-11-07 | Constify add_setshow_* | 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-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-03 | Use std::string and unique_xmalloc_ptr in compile/ code | Tom Tromey | 1 | -2/+2 |
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-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-04-12 | Introduce command_line_up | Tom Tromey | 1 | -8/+4 |
2017-02-02 | Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy | Pedro Alves | 1 | -6/+3 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-08 | Use ui_file_as_string in gdb/compile/ | Pedro Alves | 1 | -58/+48 |
2016-10-21 | Use RAII to save and restore scalars | Tom Tromey | 1 | -15/+8 |
2016-06-21 | Make the interpreters be per UI | Pedro Alves | 1 | -7/+7 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-09-25 | Add some more casts (1/2) | Simon Marchi | 1 | -4/+4 |
2015-08-27 | Mention language in compile error message | Luis Machado | 1 | -1/+2 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -1/+1 |
2015-05-19 | compile: gdb_stdout -> gdb_stdlog | Jan Kratochvil | 1 | -5/+5 |
2015-05-16 | compile: New 'compile print' | Jan Kratochvil | 1 | -6/+77 |
2015-05-16 | compile: Use -Wall, not -w | Jan Kratochvil | 1 | -2/+5 |
2015-05-16 | compile: Distribute scope, add scope_data | Jan Kratochvil | 1 | -4/+5 |