Age | Commit message (Expand) | Author | Files | Lines |
2017-08-22 | Change gdb_realpath to return a unique_xmalloc_ptr | Tom Tromey | 1 | -8/+6 |
2017-08-17 | Plug line_header leaks | Pedro Alves | 1 | -33/+56 |
2017-08-09 | gdb: Fix build failure with GCC 7 | H.J. Lu | 1 | -1/+2 |
2017-08-07 | Fix dwarf2_string_attr for -gsplit-dwarf | Leszek Swirski | 1 | -1/+2 |
2017-08-03 | Introduce and use gdb_file_up | Tom Tromey | 1 | -16/+2 |
2017-07-20 | Use SYMBOL_MATCHES_SEARCH_NAME some more | Pedro Alves | 1 | -2/+2 |
2017-07-18 | Fix Fission (broken by my previous patch) | David Blaikie | 1 | -0/+1 |
2017-07-17 | Fix TAB-completion + .gdb_index slowness (generalize filename_seen_cache) | Pedro Alves | 1 | -45/+60 |
2017-07-17 | C++ify dwarf2_per_objfile | Pedro Alves | 1 | -133/+164 |
2017-07-06 | Fission support for multiple CUs per DWO file | David Blaikie | 1 | -47/+53 |
2017-06-27 | Eliminate make_cleanup_obstack_free, introduce auto_obstack | Pedro Alves | 1 | -14/+4 |
2017-06-19 | .gdb_index writer: close the file before unlinking it | Pedro Alves | 1 | -1/+5 |
2017-06-14 | Introduce gdb::byte_vector, add allocator that default-initializes | Pedro Alves | 1 | -1/+2 |
2017-06-12 | .gdb_index prod perf regression: mapped_symtab now vector of values | Pedro Alves | 1 | -28/+28 |
2017-06-12 | .gdb_index prod perf regression: Estimate size of psyms_seen | Pedro Alves | 1 | -1/+35 |
2017-06-12 | .gdb_index prod perf regression: find before insert in unordered_map | Pedro Alves | 1 | -5/+16 |
2017-06-12 | Code cleanup: dwarf2read.c: Add data_buf::append_uint | Pedro Alves | 1 | -29/+29 |
2017-06-12 | Code cleanup: dwarf2read.c: Eliminate ::file_write | Pedro Alves | 1 | -20/+2 |
2017-06-12 | Code cleanup: dwarf2read.c:uniquify_cu_indices: Use std::unique | Pedro Alves | 1 | -17/+4 |
2017-06-12 | Code cleanup: C++ify .gdb_index producer | Jan Kratochvil | 1 | -434/+275 |
2017-04-12 | Change increment_reading_symtab to return a scoped_restore | Tom Tromey | 1 | -1/+1 |
2017-04-12 | Fix PR c++/21323: GDB thinks char16_t and char32_t are signed in C++ | Pedro Alves | 1 | -3/+16 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -4/+4 |
2017-04-04 | dwarf2read.c: C++fy lnp_state_machine | Pedro Alves | 1 | -198/+244 |
2017-04-04 | Make sect_offset and cu_offset strong typedefs instead of structs | Pedro Alves | 1 | -320/+321 |
2017-04-04 | dwarf2read.c: Make dir_index and file_name_index strong typedefs | Pedro Alves | 1 | -74/+99 |
2017-04-04 | dwarf2read.c: Some C++fycation, use std::vector, std::unique_ptr | Pedro Alves | 1 | -180/+128 |
2017-03-27 | dwarf2read.c: Clean up out of bounds handling | Pedro Alves | 1 | -70/+90 |
2017-03-27 | gdb: Make ldirname return a std::string | Pedro Alves | 1 | -56/+61 |
2017-03-24 | Avoid segfault on invalid directory table | Pádraig Brady | 1 | -6/+12 |
2017-03-20 | Support DW_TAG_rvalue_reference type | Artemiy Volkov | 1 | -4/+11 |
2017-03-20 | Change {lookup,make}_reference_type API | Artemiy Volkov | 1 | -1/+1 |
2017-03-16 | Big-endian targets: Don't ignore offset into DW_OP_stack_value | Andreas Arnez | 1 | -0/+25 |
2017-02-26 | DWARF-5: Initialization due to a false compiler warning | Jan Kratochvil | 1 | -0/+4 |
2017-02-23 | Use gdb::function_view in iterate_over_symtabs & co | Pedro Alves | 1 | -27/+24 |
2017-02-22 | Fix a regression by: Code cleanup: Split dwarf2_ranges_read to a callback | Jan Kratochvil | 1 | -0/+2 |
2017-02-21 | Fix recent compiler warnings. | Jan Kratochvil | 1 | -1/+2 |
2017-02-20 | DWARF-5: DW_FORM_data16 | Jan Kratochvil | 1 | -1/+24 |
2017-02-20 | DWARF-5: Macros | Jan Kratochvil | 1 | -38/+40 |
2017-02-20 | DWARF-5: call sites | Jan Kratochvil | 1 | -32/+61 |
2017-02-20 | DWARF-5 basic functionality | Jan Kratochvil | 1 | -132/+648 |
2017-02-20 | Code cleanup: Refactor abbrev_table_read_table cycle | Jan Kratochvil | 1 | -10/+11 |
2017-02-20 | Code cleanup: Split dwarf2_ranges_read to a callback | Jan Kratochvil | 1 | -85/+42 |
2017-02-20 | Code cleanup: Split create_debug_types_hash_table | Jan Kratochvil | 1 | -125/+131 |
2017-02-02 | Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy | Pedro Alves | 1 | -31/+17 |
2017-01-10 | Remove make_cleanup_discard_psymtabs | Tom Tromey | 1 | -3/+2 |
2017-01-10 | Introduce and use gdb::unlinker | Tom Tromey | 1 | -16/+5 |
2017-01-10 | Use class to manage BFD reference counts | Tom Tromey | 1 | -39/+30 |
2017-01-10 | Remove make_cleanup_htab_delete | Tom Tromey | 1 | -46/+33 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |