Age | Commit message (Expand) | Author | Files | Lines |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 1 | -1/+1 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-08-23 | Move gdb-dlfcn.[ch] to gdbsupport/ | Sergio Durigan Junior | 1 | -1/+1 |
2019-07-10 | Don't include gdbarch.h from defs.h | Tom Tromey | 1 | -0/+1 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -2/+2 |
2019-03-29 | Allow really large fortran array bounds: TYPE_LENGTH to ULONGEST | Keith Seitz | 1 | -2/+2 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-09-06 | compile: Remove non-const reference parameters | Simon Marchi | 1 | -1/+1 |
2018-08-29 | C++ compile support | Keith Seitz | 1 | -25/+180 |
2018-08-10 | Use policies for code generation | Keith Seitz | 1 | -157/+256 |
2018-08-10 | Change compile_instance/compile_c_instance into classes | Keith Seitz | 1 | -14/+15 |
2018-08-10 | Move C-related declarations to compile-c.h | Keith Seitz | 1 | -0/+1 |
2018-08-10 | Return unique_xmalloc_ptr for generate_c_for_variable_locations | Keith Seitz | 1 | -6/+4 |
2018-02-08 | Return unique_xmalloc_ptr from macro scope functions | Tom Tromey | 1 | -1/+1 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-09-03 | Use std::string and unique_xmalloc_ptr in compile/ code | Tom Tromey | 1 | -9/+7 |
2017-06-22 | Add STRINGIFY to gdb/common/preprocessor.h | Pedro Alves | 1 | -3/+1 |
2017-04-12 | Introduce gdb_dlhandle_up | Tom Tromey | 1 | -2/+4 |
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 | 1 | -36/+26 |
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 | -3/+3 |
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 | -1/+1 |
2015-05-16 | compile: New 'compile print' | Jan Kratochvil | 1 | -2/+42 |
2015-05-16 | compile: Use -Wall, not -w | Jan Kratochvil | 1 | -5/+7 |
2015-02-26 | Change // comment in gdb/compile/ | Jan Kratochvil | 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-12-12 | the "compile" command | Tom Tromey | 1 | -0/+399 |