summaryrefslogtreecommitdiff
path: root/gdb/dwarf2/loc.c
Commit message (Expand)AuthorAgeFilesLines
* Handle function descriptors in call_site_targetTom Tromey2023-04-211-1/+5
* Use const for dwarf2_property_batonTom Tromey2023-03-011-4/+4
* Make gdb property batons type-safeTom Tromey2023-03-011-8/+4
* Convert block_linkage_function to methodTom Tromey2023-02-191-3/+3
* Change value::m_lazy to boolTom Tromey2023-02-151-1/+1
* Remove deprecated_lval_hackTom Tromey2023-02-131-3/+3
* Turn many optimized-out value functions into methodsTom Tromey2023-02-131-4/+4
* Turn value_copy into a methodTom Tromey2023-02-131-1/+1
* Turn value_incref and value_decref into methodsTom Tromey2023-02-131-3/+3
* Turn some value_contents functions into methodsTom Tromey2023-02-131-2/+2
* Turn allocate_optimized_out_value into static "constructor"Tom Tromey2023-02-131-5/+5
* Turn allocate_computed_value into static "constructor"Tom Tromey2023-02-131-1/+1
* Turn allocate_value into a static "constructor"Tom Tromey2023-02-131-1/+1
* Turn value_address and set_value_address functions into methodsTom Tromey2023-02-131-4/+4
* Turn value_computed_closure and value_computed_funcs functions into methodsTom Tromey2023-02-131-3/+3
* Turn value_lazy and set_value_lazy functions into methodsTom Tromey2023-02-131-1/+1
* Turn value_type into methodTom Tromey2023-02-131-1/+1
* Remove compunit_symtab::m_block_line_sectionTom Tromey2023-02-081-6/+2
* Don't let property evaluation affect the current languageTom Tromey2023-01-031-0/+5
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* PowerPC, fix support for printing the function return value for non-trivial v...Carl Love2022-11-141-8/+2
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-2/+2
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-19/+19
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-5/+5
* gdb: remove TYPE_TARGET_TYPESimon Marchi2022-09-211-6/+6
* Use gdb_bfd_ref_ptr in objfileTom Tromey2022-08-031-2/+2
* gdb: remove BLOCK_ENTRY_PC macroSimon Marchi2022-04-271-2/+2
* gdb: remove symbol value macrosSimon Marchi2022-04-111-3/+3
* gdb/dwarf: pass an array of values to the dwarf evaluatorAndrew Burgess2022-04-031-12/+9
* gdb: small simplification in dwarf2_locexpr_baton_evalAndrew Burgess2022-04-031-9/+9
* Unify gdb printf functionsTom Tromey2022-03-291-115/+115
* Unify gdb putc functionsTom Tromey2022-03-291-4/+4
* Unify gdb puts functionsTom Tromey2022-03-291-1/+1
* Handle multiple addresses in call_site_targetTom Tromey2022-03-281-0/+12
* Change call_site_target to iterate over addressesTom Tromey2022-03-281-50/+84
* Change call_site_find_chain_1 to work recursivelyTom Tromey2022-03-281-73/+63
* Constify chain_candidateTom Tromey2022-03-281-8/+8
* Make call_site_target members privateTom Tromey2022-03-281-14/+12
* Change call_site_target to use custom type and enumTom Tromey2022-03-281-3/+3
* Fix some stale header names from dwarf filesLuis Machado2022-03-221-6/+6
* gdb: remove SYMBOL_TYPE macroSimon Marchi2022-02-061-9/+9
* gdb: remove COMPUNIT_BLOCK_LINE_SECTION macro, add getter/setterSimon Marchi2022-02-061-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Handle PIE in .debug_loclistsTom Tromey2021-11-101-16/+15
* Correctly handle DW_LLE_start_endTom Tromey2021-11-091-5/+12
* 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_LOC_KIND macroSimon Marchi2021-10-291-1/+1
* gdb: change functions returning value contents to use gdb::array_viewSimon Marchi2021-10-251-1/+2