aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-25Remove cleanups from dbxread.cTom Tromey2-93/+49
2018-05-25Add "name" method to class interpTom Tromey5-13/+29
2018-05-25Remove interp_nameTom Tromey5-14/+10
2018-05-25Remove interp_ui_outTom Tromey10-27/+29
2018-05-25Change the as_*_interp functions to use dynamic_castTom Tromey4-9/+9
2018-05-25Use scoped_restore in a couple of interp-related placesTom Tromey3-16/+10
2018-05-25Use gdb::byte_vector in remote.cTom Tromey2-15/+13
2018-05-25Remove cleanups from coff-pe-read.cTom Tromey2-29/+21
2018-05-25Use TRY/CATCH in remove_prev_frameTom Tromey2-33/+27
2018-05-25MIPS/Linux: Correct o32 core file FGR interpretationMaciej W. Rozycki7-108/+273
2018-05-25remote_target::m_remote_state, pointer -> objectPedro Alves2-274/+281