Age | Commit message (Expand) | Author | Files | Lines |
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 |
2015-10-26 | PR symtab/17391 gdb internal error: assertion fails in regcache.c:178 | Doug Evans | 1 | -6/+6 |
2015-09-25 | Add some more casts (1/2) | Simon Marchi | 6 | -25/+26 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 2 | -3/+5 |
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 | 3 | -4/+4 |
2015-08-25 | DWARF: handle non-local references in nested functions | Pierre-Marie de Rodat | 2 | -37/+39 |
2015-08-06 | Add casts for legitimate integer to enum conversions | Simon Marchi | 1 | -2/+2 |
2015-08-01 | Replace the block_found global with explicit data-flow | Pierre-Marie de Rodat | 2 | -15/+13 |
2015-07-14 | Remove CHECK_TYPEDEF, use check_typedef instead | Simon Marchi | 2 | -3/+3 |
2015-07-08 | compile: Warn for old GCC on cv-qualified self-reference | Jan Kratochvil | 1 | -1/+2 |
2015-07-02 | debug compile: Replace confusing debug message | Jan Kratochvil | 1 | -4/+19 |
2015-06-24 | Remove redundant include directives. | Gary Benson | 2 | -3/+0 |
2015-06-03 | compile: Use also inferior munmap | Jan Kratochvil | 3 | -1/+82 |
2015-05-19 | compile: gdb_stdout -> gdb_stdlog | Jan Kratochvil | 3 | -16/+16 |
2015-05-16 | compile: Fix uninitialized variable compiler warnings | Jan Kratochvil | 1 | -3/+6 |
2015-05-16 | compile: Fix detected inferior type | Jan Kratochvil | 1 | -2/+3 |
2015-05-16 | compile: New 'compile print' | Jan Kratochvil | 7 | -12/+310 |
2015-05-16 | Code cleanup: compile: func_addr -> func_sym | Jan Kratochvil | 3 | -52/+76 |
2015-05-16 | compile: Use -Wall, not -w | Jan Kratochvil | 3 | -16/+25 |
2015-05-16 | compile: Distribute scope, add scope_data | Jan Kratochvil | 5 | -8/+26 |
2015-05-16 | compile: Add one debug message | Jan Kratochvil | 1 | -0/+6 |
2015-05-13 | Call dummy_frame_dtor_ftype also from remove_dummy_frame | Jan Kratochvil | 1 | -2/+2 |
2015-05-06 | compile: Support relocation to GNU-IFUNCs | Jan Kratochvil | 1 | -0/+4 |
2015-05-06 | Code cleanup: compile: Constify some parameters | Jan Kratochvil | 2 | -7/+11 |
2015-03-31 | Fix the triplet regexp to recognize triplets, not only quadruplets | Matthias Klose | 1 | -1/+3 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 2 | -14/+18 |
2015-03-07 | Normalize TRY_CATCH exception handling block | Pedro Alves | 2 | -18/+19 |
2015-03-06 | New common function "startswith" | Gary Benson | 1 | -2/+2 |
2015-02-26 | Add ATTRIBUTE_PRINTF attributes, and fix fallout | Pedro Alves | 2 | -5/+17 |
2015-02-26 | compile: Fix GNU-IFUNC funcs called from injected code | Jan Kratochvil | 1 | -2/+12 |
2015-02-26 | Change // comment in gdb/compile/ | Jan Kratochvil | 2 | -2/+2 |
2015-02-03 | compile: Filter out -fpreprocessed | Jan Kratochvil | 1 | -0/+22 |
2015-01-22 | compile: Fix function pointers | Jan Kratochvil | 1 | -3/+4 |
2015-01-09 | gdb/compile/compile.c: Check return value of 'system' to avoid compiler warning | Chen Gang | 1 | -2/+7 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 11 | -11/+11 |
2014-12-23 | Replace some symbol accessor macros with functions. | Doug Evans | 1 | -1/+1 |
2014-12-17 | Fix MinGW compilation | Jan Kratochvil | 1 | -0/+4 |