aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gdb: Carry default property type around with dynamic propertiesAndrew Burgess2019-07-121-38/+82
* gdb/dwarf: Ensure the target type of ranges is not voidAndrew Burgess2019-07-121-40/+52
* Rename common to gdbsupportTom Tromey2019-07-091-10/+10
* Avoid use-after-free in DWARF debug names codeTom Tromey2019-07-011-6/+3
* Handle either order of name and linkage nameTom Tromey2019-06-281-2/+8
* [gdb] Fix s390x -m31 buildTom de Vries2019-06-221-18/+24
* dwarf2read: Get rid of VEC (dwarf2_section_info_def)Simon Marchi2019-06-211-34/+12
* dwarf2read: Make dwo_file::dbfd a gdb_bfd_ref_ptrSimon Marchi2019-06-211-6/+4
* dwarf2read: C++ify dwo_fileSimon Marchi2019-06-211-74/+38
* dwarf2read: Use bool for dwarf2_section_info fieldsSimon Marchi2019-06-211-2/+2
* [gdb] Fix abstract_to_concrete typeTom de Vries2019-06-181-4/+9
* Write index for dwz -m fileSimon Marchi2019-06-161-30/+2
* Dwarf: Don't add nameless modules to partial symbol tableBernhard Heckel2019-06-111-8/+9
* [gdb] Fix heap-buffer-overflow in cp_find_first_component_auxTom de Vries2019-06-101-1/+1
* [gdb/symtab] Support DW_AT_main_subprogram with -readnow.Tom de Vries2019-06-101-0/+4
* Don't crash is dwarf_decode_macro_bytes's 'body' is NULL, even when '!is_define'Sergio Durigan Junior2019-05-291-17/+14
* Make some DWARF complaints clearerTom Tromey2019-05-291-6/+19
* gdb: Add constructor to struct cu_partial_die_infoAndrew Burgess2019-05-181-11/+16
* [gdb] Fix heap-use-after-free in typename_concatTom de Vries2019-05-171-10/+32
* Don't crash if dwarf_decode_macro_bytes's 'body' is NULLSergio Durigan Junior2019-05-151-1/+18
* Convert dwarf2_per_objfile to type-safe registry APITom Tromey2019-05-081-37/+6
* Remove "struct" from foreach statementsTom Tromey2019-05-031-1/+1
* Support DW_FORM_strx1, _strx2, _strx3, _strx4 forms.Ali Tamur2019-04-301-4/+46
* Fix crash in dwarf2read.c with template parametersTom Tromey2019-04-301-7/+28
* gdb/fortran: better types for components of complex numbersAndrew Burgess2019-04-301-9/+29
* [PATCH] Support for DW_FORM_strx tagAli Tamur2019-04-251-2/+9
* Remove unused overload of line_header::file_name_atTom Tromey2019-04-231-8/+0
* Support for DW_OP_addrx and DW_FORM_addrx tagsAli Tamur2019-04-221-5/+15
* Avoid crash in dwarf2_init_complex_target_typeTom Tromey2019-04-171-1/+1
* gdb: Fix failure in gdb.base/complex-parts.exp for x86-32Andrew Burgess2019-04-131-0/+10
* Rename gdb exception typesTom Tromey2019-04-081-1/+1
* Rewrite TRY/CATCHTom Tromey2019-04-081-3/+2
* Revert the header-sorting patchTom Tromey2019-04-061-57/+51
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-51/+57
* gdb: Add $_cimag and $_creal internal functionsAndrew Burgess2019-04-011-1/+35
* Handle DW_AT_ranges when reading partial symtabsTom Tromey2019-04-011-0/+19
* More block constificationTom Tromey2019-03-241-3/+3
* Remove redundant assignment from dwarf2_find_containing_comp_unitTom Tromey2019-03-111-1/+0
* C++-ify bcacheTom Tromey2019-03-071-1/+0
* Fix BFD leak in dwarf2_get_dwz_file.John Baldwin2019-02-251-1/+1
* Fix crash when loading dwp filesJordan Rupprecht2019-02-251-2/+1
* Normalize includes to use common/Tom Tromey2019-01-251-3/+3
* Introduce dwarf2_cu::get_builderKeith Seitz2019-01-161-116/+155
* gdb/23712: Remove dw2_add_symbol_to_listKeith Seitz2019-01-101-21/+4
* Add psymtab_storage::allocate_dependenciesTom Tromey2019-01-101-6/+4
* Allocate the address map on the psymtab obstackTom Tromey2019-01-101-3/+3
* Introduce class psymtab_storageTom Tromey2019-01-101-14/+16
* Simplify calls to init_psymbol_listTom Tromey2019-01-101-3/+1
* Change add_psymbol_to_list to use an enumTom Tromey2019-01-101-25/+20
* Remove parameters from start_psymtab_commonTom Tromey2019-01-101-3/+1