summaryrefslogtreecommitdiff
path: root/gdb/dwarf2read.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate make_cleanup_ui_file_deleteusers/palves/cxx-eliminate-cleanupsPedro Alves2016-11-171-31/+17
* Use gnulib's C++ namespace supportPedro Alves2016-11-171-6/+6
* Use ui_file_as_string throughout morePedro Alves2016-11-081-6/+6
* Use ui_file_as_string in dwarf2_compute_namePedro Alves2016-11-081-8/+5
* Remove Java supportTom Tromey2016-10-061-100/+22
* gdb: Use std::min and std::max throughoutPedro Alves2016-09-161-4/+5
* Add gdbarch callback to provide formats for debug info float typesUlrich Weigand2016-09-061-2/+23
* Unify init_type and arch_type interface and helpersUlrich Weigand2016-09-061-34/+30
* Handle DW_OP_form_tls_addressTom Tromey2016-09-021-0/+1
* PR rust/20162 - fix gdb regressions caused by rust 1.10Tom Tromey2016-07-221-2/+19
* Remove some variables but call functions for side effectsTom Tromey2016-07-141-4/+5
* PR 15231: import bare DW_TAG_lexical_blockJan Kratochvil2016-05-301-19/+34
* Code cleanup: dwarf2_get_pc_bounds: -1/0/+1 -> enumJan Kratochvil2016-05-301-25/+46
* Add support for the Rust languageTom Tromey2016-05-171-6/+17
* remove trivialy unused variablesTrevor Saunders2016-05-071-38/+3
* PR symtab/19914 fix handling of dwp + split debugDoug Evans2016-05-031-3/+17
* Add missing sentinel 'char *' casts in concat/reconcat callsPedro Alves2016-04-211-4/+6
* Fix detection of gfortran compilers.Bernhard Heckel2016-03-021-1/+1
* GDB SIGSEGV opening a Fortran program compiled with ifortJonas Hahnfeld2016-01-171-1/+2
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* gdb: Handle multiple base address in debug_ranges data.Andrew Burgess2015-12-101-16/+3
* gdb/dwarf2read: Minimal handling of non-constant struct sizes.Joel Brobecker2015-11-231-1/+14
* gdb: Fix left shift of negative value.Dominik Vogt2015-11-171-1/+1
* dwarf2read.c: Add castSimon Marchi2015-10-291-1/+1
* fort_dyn_array: add basic fortran dyn array supportKeven Boell2015-10-211-0/+30
* More char constificationPedro Alves2015-10-131-3/+3
* dwarf2read.c (setup_type_unit_groups): Add comment.Doug Evans2015-09-301-0/+5
* Add some more casts (1/2)Simon Marchi2015-09-251-101/+138
* Add casts to memory allocation related callsSimon Marchi2015-09-251-59/+69
* dwarf2read.c (add_partial_symbol): Remove outdated comments.Doug Evans2015-09-201-6/+0
* dwarf2_compute_name: add fixme, don't use same name as parameter for localDoug Evans2015-09-201-8/+13
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-95/+74
* DWARF: handle non-local references in nested functionsPierre-Marie de Rodat2015-08-251-2/+16
* gdb/dwarf2read.c: rename a field for c++Tom Tromey2015-08-211-60/+60
* Fix language of compilation unit with unknown file extensionPedro Alves2015-08-201-1/+1
* dwarf2read.c: Check type of string valued attributes prior to decoding.Kevin Buettner2015-08-191-65/+69
* psymtab.c (add_psymbol_to_bcache): Remove "val" arg.Doug Evans2015-08-151-12/+11
* Add end_psymtab_common, have all debug info readers call it.Doug Evans2015-08-151-10/+2
* [Ada] Add support for subprogram renamingsPierre-Marie de Rodat2015-08-131-13/+36
* Add casts for legitimate integer to enum conversionsSimon Marchi2015-08-061-10/+17
* dwarf2read.c: fix latent bugletPedro Alves2015-08-031-1/+1
* Fix crash when reading dummy CUs.Doug Evans2015-07-231-5/+24
* dwarf2read: Allow SEC_ALLOC sections to be located at address 0.Kevin Buettner2015-07-181-1/+1
* Add support reading D modules from DWARFIain Buclaw2015-07-141-8/+26
* Remove special support in gdb for Sun's version of stabs.Doug Evans2015-06-191-3/+1
* dwarf2read: call dwarf_finish_line when ending a sequenceSimon Marchi2015-06-101-1/+1
* * dwarf2read.c (record_line_ftype): Remove, duplicate.Doug Evans2015-05-281-5/+0
* Add struct to record dwarf line number state machine.Doug Evans2015-05-271-152/+249
* dwarf2read.c code cleanup, split out check_line_addressDoug Evans2015-05-271-24/+38
* Add set/show debug dwarf-line.Doug Evans2015-05-271-2/+41