Age | Commit message (Expand) | Author | Files | Lines |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-12-16 | Use an accessor function for general_symbol_info::language | Christian Biesinger | 1 | -1/+1 |
2019-11-22 | Replace SYMBOL_*_NAME accessors with member functions | Christian Biesinger | 1 | -11/+11 |
2019-11-21 | Adjust byte order variable display/change if DW_AT_endianity is present. | Peeter Joot | 1 | -6/+6 |
2019-10-18 | [gdb] Fix more typos in comments | Tom de Vries | 1 | -1/+1 |
2019-10-17 | [gdb] Fix typos in comments | Tom de Vries | 1 | -1/+1 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -12/+10 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -10/+12 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -1/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-10-21 | Introduce gdbarch_num_cooked_regs | Simon Marchi | 1 | -6/+3 |
2018-10-04 | Simple -Wshadow=local fixes | Tom Tromey | 1 | -1/+1 |
2018-10-03 | Avoid undefined behavior in extract_integer | Tom Tromey | 1 | -1/+1 |
2018-08-23 | Use BLOCK_ENTRY_PC in place of most uses of BLOCK_START | Kevin Buettner | 1 | -2/+2 |
2018-07-18 | [gdb/exp] Fix printing of type of optimized out vla | Tom de Vries | 1 | -0/+2 |
2018-04-06 | Introduce a gdb_ref_ptr specialization for struct value | Tom Tromey | 1 | -1/+0 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-10-05 | Clean up includes of doublest.h and floatformat.h | Ulrich Weigand | 1 | -1/+0 |
2017-09-16 | Add selftests run filtering | Simon Marchi | 1 | -1/+3 |
2017-08-18 | Put selftests api into selftests namespace | Yao Qi | 1 | -1/+1 |
2017-06-16 | extract/store integer function template | Yao Qi | 1 | -70/+35 |
2017-05-26 | Add regcache raw_supply_integer and raw_collect_integer. | Alan Hayward | 1 | -0/+128 |
2017-03-20 | Convert lvalue reference type check to general reference type check | Artemiy Volkov | 1 | -4/+2 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-16 | Change meaning of VALUE_FRAME_ID; rename to VALUE_NEXT_FRAME_ID | Kevin Buettner | 1 | -6/+20 |
2016-07-26 | PR python/20190 - compute TLS symbol without a frame | Tom Tromey | 1 | -10/+21 |
2016-06-24 | Support structure offsets that are 512K or larger. | David Taylor | 1 | -2/+2 |
2016-06-07 | Frame static link: Handle null pointer. | Bernhard Heckel | 1 | -0/+1 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-10-20 | Fix internal error on DW_OP_bregx(-1) | Jan Kratochvil | 1 | -0/+6 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -1/+1 |
2015-09-18 | default_read_var_value <LOC_UNRESOLVED>: Include minsym kind in error message. | Doug Evans | 1 | -1/+13 |
2015-09-15 | Fix PR/18564 - regression in showing __thread so extern variable | Philippe Waroquiers | 1 | -7/+10 |
2015-08-25 | DWARF: handle non-local references in nested functions | Pierre-Marie de Rodat | 1 | -4/+164 |
2015-07-28 | Consider addressable memory unit size in various value functions | Simon Marchi | 1 | -2/+2 |
2015-05-05 | Add valaddr support in dynamic property resolution. | Joel Brobecker | 1 | -2/+2 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-12-23 | Replace some symbol accessor macros with functions. | Doug Evans | 1 | -6/+6 |
2014-11-18 | Use SYMBOL_OBJFILE more. | Doug Evans | 1 | -2/+2 |
2014-09-10 | Support gdbarch_convert_register_p targets in address_from_register | Ulrich Weigand | 1 | -4/+21 |
2014-08-20 | Handle partially optimized out values similarly to unavailable values | Pedro Alves | 1 | -7/+1 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-04-17 | Use address_from_register in dwarf2-frame.c:read_addr_from_reg | Ulrich Weigand | 1 | -11/+23 |
2014-04-14 | vla: resolve dynamic bounds if value contents is a constant byte-sequence | Sanimir Agovic | 1 | -1/+11 |
2014-04-11 | Revert the entire VLA series. | Joel Brobecker | 1 | -11/+1 |
2014-04-11 | vla: resolve dynamic bounds if value contents is a constant byte-sequence | Sanimir Agovic | 1 | -1/+11 |
2014-02-26 | start change to progspace independence | Tom Tromey | 1 | -2/+2 |