aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2018-06-07Eliminate find_target_beneathPedro Alves9-128/+69
2018-06-07target_ops::beneath -> target_ops::beneath()Pedro Alves10-747/+747
2018-06-07target_stack -> current_top_target() throughoutPedro Alves49-305/+378
2018-06-07Change build_address_symbolic to return std::stringTom Tromey5-42/+41
2018-06-07Aarch64 SVE pseudo register supportAlan Hayward3-21/+124
2018-06-06Guard declarations of 'sve_{vq,vl}_from_{vl,vq}' macros on Aarch64 (and unbre...Sergio Durigan Junior1-0/+4
2018-06-05Remove some text from --version outputTom Tromey7-14/+41
2018-06-05Fix typo in common/enum-flags.h exampleDavid Malcolm2-1/+6
2018-06-05Add "continue" response to pagerTom Tromey10-23/+89
2018-06-04Remove last Ada cleanupsTom Tromey4-144/+108
2018-06-04(windows) GDB/MI crash when using "-list-thread-groups --available"Joel Brobecker4-0/+64
2018-06-04Use ELF_SECTION_IN_SEGMENT to map segmentsAlan Hayward2-5/+6
2018-06-04Add configure.nat as a dependency of config.statusSimon Marchi2-1/+6
2018-06-04Add client_state struct.Stan Cox9-374/+451
2018-06-04Change functions in cp-name-parser.y into methodsTom Tromey2-253/+284
2018-06-04Add aarch64 pseudo help functionsAlan Hayward2-119/+60
2018-06-04Fix macOS null pointer dereferencePedro Alves2-3/+6
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