Age | Commit message (Expand) | Author | Files | Lines |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -3/+3 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -9/+6 |
2019-04-08 | Make exceptions use std::string and be self-managing | 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 | -7/+7 |
2018-08-23 | Use BLOCK_ENTRY_PC in place of most uses of BLOCK_START | Kevin Buettner | 1 | -2/+2 |
2018-08-10 | Move compile_instance to compile.c | Keith Seitz | 1 | -101/+1 |
2018-08-10 | Change compile_instance/compile_c_instance into classes | Keith Seitz | 1 | -40/+44 |
2018-08-10 | Add a C++ wrapper for GCC C plug-in | Keith Seitz | 1 | -17/+13 |
2018-08-10 | Move C-related declarations to compile-c.h | Keith Seitz | 1 | -1/+2 |
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 | 1 | -7/+4 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-09-04 | Stop assuming no-debug-info functions return int | Pedro Alves | 1 | -3/+1 |
2017-09-03 | Use std::string and unique_xmalloc_ptr in compile/ code | Tom Tromey | 1 | -19/+13 |
2017-03-20 | Convert lvalue reference type check to general reference type check | Artemiy Volkov | 1 | -1/+1 |
2017-02-02 | Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy | Pedro Alves | 1 | -11/+10 |
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 | 1 | -1/+1 |
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 | -10/+10 |
2015-08-25 | DWARF: handle non-local references in nested functions | Pierre-Marie de Rodat | 1 | -36/+38 |
2015-08-01 | Replace the block_found global with explicit data-flow | Pierre-Marie de Rodat | 1 | -14/+12 |
2015-06-24 | Remove redundant include directives. | Gary Benson | 1 | -1/+0 |
2015-05-19 | compile: gdb_stdout -> gdb_stdlog | Jan Kratochvil | 1 | -6/+6 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 1 | -11/+15 |
2015-03-07 | Normalize TRY_CATCH exception handling block | Pedro Alves | 1 | -11/+11 |
2015-02-26 | compile: Fix GNU-IFUNC funcs called from injected code | Jan Kratochvil | 1 | -2/+12 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-12-23 | Replace some symbol accessor macros with functions. | Doug Evans | 1 | -1/+1 |
2014-12-12 | the "compile" command | Tom Tromey | 1 | -0/+759 |