aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make struct symbol inherit from general_symbol_infoChristian Biesinger2019-11-121-4/+3
* gdb/fortran: Add new 'info modules' commandAndrew Burgess2019-10-311-1/+27
* Change some arguments to gdb::string_view instead of name+lenChristian Biesinger2019-10-291-15/+14
* DWARF 5 support: Handle line table and file indexesAli Tamur2019-10-211-75/+108
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-6/+6
* [gdb] Fix typos in commentsTom de Vries2019-10-171-2/+2
* DWARF reader: Reject sections with invalid sizesKeith Seitz2019-10-161-0/+9
* gdb: Remove vec.{c,h} and update code to not include vec.hAndrew Burgess2019-10-151-1/+0
* gdb: Remove use of VEC from dwarf2read.cAndrew Burgess2019-10-151-37/+24
* gdb: remove unused includes from dwarf2read.cSimon Marchi2019-10-141-12/+0
* Avoid crash on single-field union in RustTom Tromey2019-10-031-3/+3
* gdb/fortran: Nested subroutine supportAndrew Burgess2019-10-031-19/+45
* gdb: Remove whitespace in 'std::vector <...>'Andrew Burgess2019-10-031-2/+2
* Handle copy relocationsTom Tromey2019-10-021-18/+26
* Change SYMBOL_VALUE_ADDRESS to be an rvalueTom Tromey2019-10-021-7/+12
* gdb: Remove a use of VEC from dwarf2read.{c,h}Andrew Burgess2019-10-021-8/+9
* [PATCH v2 2/4] DWARF 5 support: Handle DW_FORM_strxAli Tamur2019-09-301-0/+10
* Remove extra whitespaces at the end of lines.Ali Tamur2019-09-301-5/+5
* bfd macro conversion to inline functionsAlan Modra2019-09-201-7/+7
* bfd_section_* macrosAlan Modra2019-09-191-60/+60
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-5/+5
* Change the type of copy_names from int to boolChristian Biesinger2019-09-111-2/+2
* Add Ada support for .debug_namesTom Tromey2019-09-101-125/+158
* Fix latent bug in .debug_names file-name handlingTom Tromey2019-09-101-3/+9
* Change map_matching_symbols to take a lookup_name_infoTom Tromey2019-09-101-2/+1
* Change map_matching_symbols to take a symbol_found_callback_ftypeTom Tromey2019-09-101-7/+7
* DWARF 5 support: Handle dwo_idAli Tamur2019-09-091-25/+94
* Change lookup_symbol's block_index parameter type to block_enumSimon Marchi2019-09-071-5/+4
* Handle biased typesTom Tromey2019-09-031-1/+6
* dwarf2read: fix compilation issue with gcc 4.8Simon Marchi2019-08-251-5/+6
* dwarf2read: replace gdb::optional<bool> with enumSimon Marchi2019-08-251-5/+10
* [gdb] Fix gdb.dwarf2/varval.exp with -fPIE/-pieTom de Vries2019-08-091-2/+8
* Introduce obstack_strndupTom Tromey2019-08-061-4/+4
* Add obstack_strdup overload taking a std::stringTom Tromey2019-08-061-17/+8
* Use obstack_strdup moreTom Tromey2019-08-061-17/+7
* Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers2019-08-071-3/+3
* Remove some variables in favor of using gdb::optionalSimon Marchi2019-08-041-47/+30
* 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