summaryrefslogtreecommitdiff
path: root/gdb/dwarf2
Commit message (Expand)AuthorAgeFilesLines
* gdb: remove TYPE_FIELD macroSimon Marchi2020-05-231-7/+7
* gdb: remove TYPE_FIELDS macroSimon Marchi2020-05-221-5/+5
* gdb: add type::fields / type::set_fieldsSimon Marchi2020-05-221-10/+11
* gdb: remove TYPE_NFIELDS macroSimon Marchi2020-05-221-26/+26
* gdb: add type::num_fields / type::set_num_fieldsSimon Marchi2020-05-221-6/+6
* [gdb/symtab] Handle .gdb_index in ada language modeTom de Vries2020-05-201-8/+44
* Use bfd_get_filename throughout gdbAlan Modra2020-05-201-6/+6
* gdb: fix off-by-one error in quirk_rust_enumSimon Marchi2020-05-191-1/+1
* Default gdb_bfd_open's fd parameter to -1Pedro Alves2020-05-191-2/+2
* gdb: remove TYPE_NAME macroSimon Marchi2020-05-161-19/+19
* gdb: add type::name / type::set_nameSimon Marchi2020-05-161-16/+16
* Remove allocate_symbol et alTom Tromey2020-05-151-5/+4
* Fix inconsistent output of prefix and bugs in 'show' commandPhilippe Waroquiers2020-05-151-1/+1
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-143-32/+32
* gdb: add type::code / type::set_codeSimon Marchi2020-05-141-7/+7
* [gdb/symtab] Save modules in .debug_namesTom de Vries2020-05-111-0/+2
* [gdb/symtab] Fix incomplete CU list assert in .debug_namesTom de Vries2020-05-111-1/+24
* Fix for the complaint observed when symbol reading due to unsupported .debug_...nitachra2020-05-091-0/+18
* Don't re-process a DIE in read_lexical_block_scopeTom Tromey2020-05-081-1/+10
* Speed up psymbol reading by removing a copyTom Tromey2020-05-081-6/+4
* gdb: make add_dyn_prop a method of struct typeSimon Marchi2020-05-071-6/+6
* Update more calls to add_prefix_cmdTom Tromey2020-05-031-12/+4
* Revert "2020-04-29 Sterling Augustine <saugustine@google.com>"Tom de Vries2020-04-301-1/+0
* 2020-04-29 Sterling Augustine <saugustine@google.com>Sterling Augustine2020-04-291-0/+1
* Fix Ada crash with .debug_typesTom Tromey2020-04-291-34/+27
* gdb: Fix toplevel types with -fdebug-types-sectionMark Williams2020-04-281-0/+2
* gdb: use gdb:hash_enum as hash function in offset_map_typeSimon Marchi2020-04-281-1/+2
* [gdb/symtab] Handle struct decl with DW_AT_signatureTom de Vries2020-04-281-1/+2
* Fix remaining inline/tailcall unwinding breakage for x86_64Luis Machado2020-04-271-3/+36
* Fix Rust test casesTom Tromey2020-04-241-1/+2
* Use the linkage name if it existsTom Tromey2020-04-241-8/+21
* Don't call compute_and_set_names for partial symbolsTom Tromey2020-04-241-3/+3
* Use the new add_psymbol_to_list overloadTom Tromey2020-04-241-64/+63
* Add attribute::value_as_string methodTom Tromey2020-04-243-12/+25
* Move the rust "{" hackTom Tromey2020-04-241-6/+11
* Convert symbol_set_demangled_name to a methodTom Tromey2020-04-241-3/+1
* Add support for variable field offsetsTom Tromey2020-04-241-43/+102
* Add support for dynamic type lengthsTom Tromey2020-04-241-8/+4
* Rewrite the existing variant part codeTom Tromey2020-04-241-242/+481
* Prefer existing data when evaluating DWARF expressionTom Tromey2020-04-242-16/+59
* Allow DWARF expression to push the initial addressTom Tromey2020-04-242-6/+17
* Fix inline frame unwinding breakageLuis Machado2020-04-231-1/+3
* Fix Ada crash with .debug_namesTom Tromey2020-04-231-2/+2
* [gdb/symtab] Store external var decls in psymtabTom de Vries2020-04-221-1/+2
* [gdb/symtab] Don't create duplicate psymtab for forward-imported CUTom de Vries2020-04-221-1/+6
* Change get_objfile_arch to a method on objfileTom Tromey2020-04-184-42/+44
* Replace most calls to help_list and cmd_show_listTom Tromey2020-04-171-19/+6
* [gdb/symtab] Handle PU without import in "save gdb-index"Tom de Vries2020-04-161-11/+8
* [gdb] Fix missing symtab includesTom de Vries2020-04-141-12/+25
* [gdb] Expand symbolless symtabs using maint expand-symtabsTom de Vries2020-04-141-4/+28