Age | Commit message (Expand) | Author | Files | Lines |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-01-18 | Introduce gdb-hashtab module in gdbsupport | Tom Tromey | 1 | -0/+1 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-01-23 | Remove call to reset from compile_to_object | Tom Tromey | 1 | -1/+2 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 1 | -1/+1 |
2019-02-07 | Normalize include guards in gdb | Tom Tromey | 1 | -3/+3 |
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 | -0/+4 |
2018-08-10 | Use unique_ptr for htabs | Keith Seitz | 1 | -5/+2 |
2018-08-10 | Move compile_instance to compile.c | Keith Seitz | 1 | -0/+13 |
2018-08-10 | Change compile_instance/compile_c_instance into classes | Keith Seitz | 1 | -23/+100 |
2018-08-10 | Move C-related declarations to compile-c.h | Keith Seitz | 1 | -60/+0 |
2018-08-10 | Return unique_xmalloc_ptr for generate_c_for_variable_locations | Keith Seitz | 1 | -4/+5 |
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-02-02 | Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy | Pedro Alves | 1 | -1/+1 |
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 | -0/+25 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-11-17 | Type-safe wrapper for enum flags | Pedro Alves | 1 | -0/+4 |
2015-05-16 | compile: New 'compile print' | Jan Kratochvil | 1 | -0/+4 |
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/+147 |