summaryrefslogtreecommitdiff
path: root/gdb/dwarf2read.c
Commit message (Expand)AuthorAgeFilesLines
* Replace really_free_pendings with a scoped_ classTom Tromey2017-11-041-8/+4
* Issue complaint instead of assert for invalid/unhandled DW_AT_accessibilityKeith Seitz2017-10-181-1/+2
* Record and output access specifiers for nested typedefsKeith Seitz2017-10-161-0/+22
* Replace psymbol_allocation_list with std::vectorSimon Marchi2017-10-141-13/+10
* Constify add_prefix_cmdTom Tromey2017-10-111-2/+2
* Make cp_remove_params return a gdb::unique_xmalloc_ptrPedro Alves2017-10-091-5/+6
* Remove some cleanups from dwarf2read.cTom Tromey2017-10-081-137/+60
* (open_and_init_dwp_file): Protect against some segvsDoug Evans2017-09-281-2/+9
* Make init_type/arch_type take a size in bitsUlrich Weigand2017-09-271-4/+3
* Constify save_gdb_index_commandTom Tromey2017-09-271-1/+1
* dwarf2read: Restrict ICC workaround to ICC<14Walfred Tedeschi2017-09-261-17/+19
* Move GDB producer parsing routines to a separate fileWalfred Tedeschi2017-09-261-0/+1
* Use DISABLE_COPY_AND_ASSIGNYao Qi2017-09-191-3/+1
* dwarf2read: Replace copy_string usages with savestringSimon Marchi2017-09-151-17/+3
* Use std::vector in add_using_directiveTom Tromey2017-09-091-8/+4
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Remove unused field field_info.fnfieldsKeith Seitz2017-09-081-4/+0
* Introduce dw2_linkage_name and dw2_linkage_name_attr.Keith Seitz2017-09-061-26/+38
* Make "p S::method() const::static_var" work tooPedro Alves2017-09-041-0/+43
* Stop assuming no-debug-info variables have type intPedro Alves2017-09-041-2/+1
* DWARF-5 Fix DW_FORM_implicit_constJan Kratochvil2017-08-241-1/+11
* DWARF-5: Fix -fdebug-types-sectionJan Kratochvil2017-08-241-17/+40
* Change gdb_realpath to return a unique_xmalloc_ptrTom Tromey2017-08-221-8/+6
* Plug line_header leaksPedro Alves2017-08-171-33/+56
* gdb: Fix build failure with GCC 7H.J. Lu2017-08-091-1/+2
* Fix dwarf2_string_attr for -gsplit-dwarfLeszek Swirski2017-08-071-1/+2
* Introduce and use gdb_file_upTom Tromey2017-08-031-16/+2
* Use SYMBOL_MATCHES_SEARCH_NAME some morePedro Alves2017-07-201-2/+2
* Fix Fission (broken by my previous patch)David Blaikie2017-07-181-0/+1
* Fix TAB-completion + .gdb_index slowness (generalize filename_seen_cache)Pedro Alves2017-07-171-45/+60
* C++ify dwarf2_per_objfilePedro Alves2017-07-171-133/+164
* Fission support for multiple CUs per DWO fileDavid Blaikie2017-07-061-47/+53
* Eliminate make_cleanup_obstack_free, introduce auto_obstackPedro Alves2017-06-271-14/+4
* .gdb_index writer: close the file before unlinking itPedro Alves2017-06-191-1/+5
* Introduce gdb::byte_vector, add allocator that default-initializesPedro Alves2017-06-141-1/+2
* .gdb_index prod perf regression: mapped_symtab now vector of valuesPedro Alves2017-06-121-28/+28
* .gdb_index prod perf regression: Estimate size of psyms_seenPedro Alves2017-06-121-1/+35
* .gdb_index prod perf regression: find before insert in unordered_mapPedro Alves2017-06-121-5/+16
* Code cleanup: dwarf2read.c: Add data_buf::append_uintPedro Alves2017-06-121-29/+29
* Code cleanup: dwarf2read.c: Eliminate ::file_writePedro Alves2017-06-121-20/+2
* Code cleanup: dwarf2read.c:uniquify_cu_indices: Use std::uniquePedro Alves2017-06-121-17/+4
* Code cleanup: C++ify .gdb_index producerJan Kratochvil2017-06-121-434/+275
* Change increment_reading_symtab to return a scoped_restoreTom Tromey2017-04-121-1/+1
* Fix PR c++/21323: GDB thinks char16_t and char32_t are signed in C++Pedro Alves2017-04-121-3/+16
* -Wwrite-strings: The RestPedro Alves2017-04-051-4/+4
* dwarf2read.c: C++fy lnp_state_machinePedro Alves2017-04-041-198/+244
* Make sect_offset and cu_offset strong typedefs instead of structsPedro Alves2017-04-041-320/+321
* dwarf2read.c: Make dir_index and file_name_index strong typedefsPedro Alves2017-04-041-74/+99
* dwarf2read.c: Some C++fycation, use std::vector, std::unique_ptrPedro Alves2017-04-041-180/+128
* dwarf2read.c: Clean up out of bounds handlingPedro Alves2017-03-271-70/+90