Age | Commit message (Expand) | Author | Files | Lines |
2023-02-15 | Change value::m_lazy to bool | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Remove deprecated_lval_hack | Tom Tromey | 1 | -3/+3 |
2023-02-13 | Turn many optimized-out value functions into methods | Tom Tromey | 1 | -4/+4 |
2023-02-13 | Turn value_copy into a method | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn value_incref and value_decref into methods | Tom Tromey | 1 | -3/+3 |
2023-02-13 | Turn some value_contents functions into methods | Tom Tromey | 1 | -2/+2 |
2023-02-13 | Turn allocate_optimized_out_value into static "constructor" | Tom Tromey | 1 | -5/+5 |
2023-02-13 | Turn allocate_computed_value into static "constructor" | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn allocate_value into a static "constructor" | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn value_address and set_value_address functions into methods | Tom Tromey | 1 | -4/+4 |
2023-02-13 | Turn value_computed_closure and value_computed_funcs functions into methods | Tom Tromey | 1 | -3/+3 |
2023-02-13 | Turn value_lazy and set_value_lazy functions into methods | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn value_type into method | Tom Tromey | 1 | -1/+1 |
2023-02-08 | Remove compunit_symtab::m_block_line_section | Tom Tromey | 1 | -6/+2 |
2023-01-03 | Don't let property evaluation affect the current language | Tom Tromey | 1 | -0/+5 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-11-14 | PowerPC, fix support for printing the function return value for non-trivial v... | Carl Love | 1 | -8/+2 |
2022-10-19 | internal_error: remove need to pass __FILE__/__LINE__ | Pedro Alves | 1 | -2/+2 |
2022-10-10 | Change GDB to use frame_info_ptr | Tom Tromey | 1 | -19/+19 |
2022-09-21 | gdb: remove TYPE_LENGTH | Simon Marchi | 1 | -5/+5 |
2022-09-21 | gdb: remove TYPE_TARGET_TYPE | Simon Marchi | 1 | -6/+6 |
2022-08-03 | Use gdb_bfd_ref_ptr in objfile | Tom Tromey | 1 | -2/+2 |
2022-04-27 | gdb: remove BLOCK_ENTRY_PC macro | Simon Marchi | 1 | -2/+2 |
2022-04-11 | gdb: remove symbol value macros | Simon Marchi | 1 | -3/+3 |
2022-04-03 | gdb/dwarf: pass an array of values to the dwarf evaluator | Andrew Burgess | 1 | -12/+9 |
2022-04-03 | gdb: small simplification in dwarf2_locexpr_baton_eval | Andrew Burgess | 1 | -9/+9 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -115/+115 |
2022-03-29 | Unify gdb putc functions | Tom Tromey | 1 | -4/+4 |
2022-03-29 | Unify gdb puts functions | Tom Tromey | 1 | -1/+1 |
2022-03-28 | Handle multiple addresses in call_site_target | Tom Tromey | 1 | -0/+12 |
2022-03-28 | Change call_site_target to iterate over addresses | Tom Tromey | 1 | -50/+84 |
2022-03-28 | Change call_site_find_chain_1 to work recursively | Tom Tromey | 1 | -73/+63 |
2022-03-28 | Constify chain_candidate | Tom Tromey | 1 | -8/+8 |
2022-03-28 | Make call_site_target members private | Tom Tromey | 1 | -14/+12 |
2022-03-28 | Change call_site_target to use custom type and enum | Tom Tromey | 1 | -3/+3 |
2022-03-22 | Fix some stale header names from dwarf files | Luis Machado | 1 | -6/+6 |
2022-02-06 | gdb: remove SYMBOL_TYPE macro | Simon Marchi | 1 | -9/+9 |
2022-02-06 | gdb: remove COMPUNIT_BLOCK_LINE_SECTION macro, add getter/setter | Simon Marchi | 1 | -1/+1 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-11-10 | Handle PIE in .debug_loclists | Tom Tromey | 1 | -16/+15 |
2021-11-09 | Correctly handle DW_LLE_start_end | Tom Tromey | 1 | -5/+12 |
2021-10-29 | gdb: remove FIELD_DWARF_BLOCK macro | Simon Marchi | 1 | -1/+1 |
2021-10-29 | gdb: remove FIELD_STATIC_PHYSADDR macro | Simon Marchi | 1 | -1/+1 |
2021-10-29 | gdb: remove FIELD_STATIC_PHYSNAME macro | Simon Marchi | 1 | -1/+1 |
2021-10-29 | gdb: remove FIELD_LOC_KIND macro | Simon Marchi | 1 | -1/+1 |
2021-10-25 | gdb: change functions returning value contents to use gdb::array_view | Simon Marchi | 1 | -1/+2 |
2021-10-05 | Add lval_funcs::is_optimized_out | Tom Tromey | 1 | -0/+1 |
2021-10-04 | [gdb/symtab] Use unrelocated addresses in call_site | Simon Marchi | 1 | -1/+8 |
2021-10-04 | [gdb/symtab] C++-ify call_site | Simon Marchi | 1 | -9/+9 |
2021-08-05 | Add as_lval argument to expression evaluator | Zoran Zaric | 1 | -17/+10 |