summaryrefslogtreecommitdiff
path: root/gdb/dwarf2
Commit message (Expand)AuthorAgeFilesLines
* gdb: fix help doc for "set index-cache enabled"Simon Marchi2021-11-241-1/+1
* [gdb/symtab] Support .debug_line with DW_FORM_line_strpTom de Vries2021-11-223-6/+26
* gdbsupport: make gdb_assert_not_reached accept a format stringSimon Marchi2021-11-181-1/+1
* Handle PIE in .debug_loclistsTom Tromey2021-11-101-16/+15
* Correctly handle DW_LLE_start_endTom Tromey2021-11-091-5/+12
* Improve gdb::array_view ctor from contiguous containersLancelot SIX2021-11-081-1/+1
* gdb: make dwarf2_find_containing_comp_unit take a dwarf2_per_bfdSimon Marchi2021-11-081-14/+16
* gdb: introduce "set index-cache enabled", deprecate "set index-cache on/off"Simon Marchi2021-11-041-10/+41
* gdb: remove TYPE_FIELD_ENUMVALSimon Marchi2021-10-291-1/+1
* gdb: remove TYPE_FIELD_BITPOSSimon Marchi2021-10-291-2/+2
* gdb: remove TYPE_FIELD_LOC_KINDSimon Marchi2021-10-291-2/+2
* gdb: remove FIELD_DWARF_BLOCK macroSimon Marchi2021-10-291-1/+1
* gdb: remove FIELD_STATIC_PHYSADDR macroSimon Marchi2021-10-291-1/+1
* gdb: remove FIELD_STATIC_PHYSNAME macroSimon Marchi2021-10-291-1/+1
* gdb: remove FIELD_BITPOS macroSimon Marchi2021-10-291-4/+4
* gdb: remove FIELD_LOC_KIND macroSimon Marchi2021-10-291-1/+1
* gdb: add add_setshow_prefix_cmdSimon Marchi2021-10-281-7/+5
* [gdb/symtab] Handle DW_AT_string_length with location listTom de Vries2021-10-281-4/+20
* gdb: change functions returning value contents to use gdb::array_viewSimon Marchi2021-10-253-11/+12
* CTF: incorrect underlying type setting for enumeration typesWeimin Pan2021-10-183-30/+2
* gdb: add accessors for field (and call site) locationSimon Marchi2021-10-071-21/+20
* Add lval_funcs::is_optimized_outTom Tromey2021-10-052-12/+45
* Use unique_xmalloc_ptr<char> when demanglingTom Tromey2021-10-041-3/+2
* [gdb/symtab] Use unrelocated addresses in call_siteSimon Marchi2021-10-042-2/+11
* [gdb/symtab] C++-ify call_siteSimon Marchi2021-10-043-25/+24
* [gdb/symtab] Add call_site_eq and call_site_hashTom de Vries2021-10-041-3/+4
* gdb: make string-like set show commands use std::string variableSimon Marchi2021-10-033-11/+11
* [gdb/symtab] Remove COMPUNIT_CALL_SITE_HTABSimon Marchi2021-10-021-1/+1
* [gdb/symtab] Fix htab_find_slot call in read_call_site_scopeSimon Marchi2021-10-011-3/+2
* gdb: remove TYPE_FIELD_NAME and FIELD_NAME macrosSimon Marchi2021-09-301-17/+17
* gdb: add field::name / field::set_nameSimon Marchi2021-09-301-15/+15
* gdbsupport: make gdb_mkostemp_cloexec return a scoped_fdSimon Marchi2021-09-301-2/+2
* [gdb/build] Fix build with g++-4.8Tom de Vries2021-09-271-2/+6
* Fix handling of DW_AT_data_bit_offsetTom Tromey2021-09-241-17/+32
* [gdb/ada] Handle artificial local symbolsTom de Vries2021-09-181-0/+5
* [gdb/symtab] Fix function range handling in psymtabsTom de Vries2021-09-141-8/+33
* [gdb/symtab] Fix CU list in .debug_names for dummy CUsTom de Vries2021-09-141-12/+8
* [gdb/symtab] Don't write .gdb_index symbol table with empty entriesTom de Vries2021-08-271-0/+3
* Fix two regressions caused by CU / TU mergingTom Tromey2021-08-242-39/+85
* Fix register regression in DWARF evaluatorTom Tromey2021-08-161-1/+3
* Fix Ada regression due to DWARF expression seriesTom Tromey2021-08-161-1/+3
* Ignore .debug_types when reading .debug_arangesTom Tromey2021-08-101-0/+6
* Include objfiles.h in a few .c filesTom Tromey2021-08-082-0/+2
* [gdb/symtab] Recognize .gdb_index symbol table with empty entries as emptyTom de Vries2021-08-061-0/+9
* [gdb/symtab] Fix zero address complaint for shlibTom de Vries2021-08-061-8/+2
* Add as_lval argument to expression evaluatorZoran Zaric2021-08-055-30/+38
* Simplify dwarf_expr_context class interfaceZoran Zaric2021-08-054-232/+237
* Make DWARF evaluator return a single struct valueZoran Zaric2021-08-055-198/+203
* Move piece_closure and its support to expr.cZoran Zaric2021-08-054-599/+595
* Merge evaluate_for_locexpr_baton evaluatorZoran Zaric2021-08-053-55/+28