aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2018-06-04Use uint64_t for aarch64 tdep VQAlan Hayward3-3/+9
2018-06-04Enable SVE for GDBAlan Hayward4-24/+80
2018-06-04Use uint64_t for SVE VQAlan Hayward8-8/+18
2018-06-02Split value_fetch_lazySimon Marchi2-141/+169
2018-06-01Make two cp-name-parser.y constants "const"Tom Tromey2-2/+6
2018-06-01Include parser-defs.h in cp-name-parser.yTom Tromey2-5/+6
2018-06-01Make cp-name-parser.y a pure parserTom Tromey2-284/+324
2018-06-01Use yy-remap.h in cp-name-parser.yTom Tromey2-54/+14
2018-06-01Remove a static buffer from cp-name-parser.yTom Tromey4-16/+20
2018-06-01Move gdb/common/diagnostics.h to include/diagnostics.hH.J. Lu4-66/+9
2018-06-01inadvertent language switch during breakpoint_re_set_oneJoel Brobecker5-0/+76
2018-06-01Remove type_name_no_tag and rename type_name_no_tag_or_errorTom Tromey17-56/+73
2018-06-01Remove TYPE_TAG_NAMETom Tromey31-209/+221
2018-06-01Thread language through c_type_print_argsTom Tromey4-40/+98
2018-06-01Make c_type_print_varspec_suffix staticTom Tromey3-4/+10
2018-06-01Add SVE register definesAlan Hayward3-1/+44
2018-05-31Fix "set" handling of Python parametersTom Tromey4-16/+17
2018-05-31Add basic Python API for convenience variablesTom Tromey6-2/+132
2018-05-31Fix Alpha native GDB buildUros Bizjak2-5/+6
2018-05-31arch-utils: Make the last endianness actually chosen stickyMaciej W. Rozycki8-0/+149
2018-05-31Function for reading the Aarch64 SVE vector lengthAlan Hayward8-1/+169
2018-05-31Add Aarch64 SVE target descriptionAlan Hayward11-18/+230
2018-05-31Unset gdbarch significant_addr_bit by defaultOmair Javaid4-5/+14
2018-05-30(ARI) remove trailing newline in call to error in stack.c::func_commandJoel Brobecker2-1/+5
2018-05-30Remove regcache_raw_collectSimon Marchi58-417/+354
2018-05-30Remove regcache_raw_supplySimon Marchi88-659/+581
2018-05-30Remove regcache_cooked_write_partSimon Marchi12-64/+47
2018-05-30Remove regcache_cooked_read_partSimon Marchi11-39/+29
2018-05-30Remove regcache_cooked_read_valueSimon Marchi4-13/+9
2018-05-30Remove regcache_cooked_writeSimon Marchi36-310/+246
2018-05-30Remove regcache_invalidateSimon Marchi5-13/+10
2018-05-30Remove regcache_raw_write_partSimon Marchi12-34/+26
2018-05-30Remove regcache_raw_read_partSimon Marchi7-15/+12
2018-05-30Remove regcache_cooked_readSimon Marchi31-143/+127
2018-05-30Remove regcache_raw_writeSimon Marchi31-142/+113
2018-05-30Remove regcache_raw_readSimon Marchi21-63/+61
2018-05-30Remove regcache_raw_updateSimon Marchi4-13/+8
2018-05-30Remove regcache_register_statusSimon Marchi12-72/+58
2018-05-30Remove regcache_get_ptidSimon Marchi50-139/+135
2018-05-30Add or1k target to --enable-targets=allSimon Marchi2-0/+5
2018-05-30Mark END_CATCH as ATTRIBUTE_NORETURN (-Wmaybe-uninitialized warnings)Pedro Alves2-1/+6
2018-05-29Remove "struct" keyword in range-based for loopsSimon Marchi7-10/+22
2018-05-29Removing lookup_minimal_symbol_and_objfileWeimin Pan7-28/+15
2018-05-29Fix fall-through comment in windows-nat.cTom Tromey2-1/+6
2018-05-29Change program_space::added_solibs to a std::vectorTom Tromey5-23/+18
2018-05-29Remove a VEC from type.cTom Tromey5-80/+87
2018-05-29Remove tp_t typedefTom Tromey2-5/+4
2018-05-29Remove const_char_ptr typedefTom Tromey3-6/+6
2018-05-27Remove last reference to REMOTE_OBSTom Tromey2-2/+5
2018-05-25Clear entire "location" in value constructorTom Tromey2-2/+5