aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2018-06-08Add missing client_state struct references to win target.Stan Cox2-1/+7
2018-06-08Make gdbreplay use more common routinesPedro Alves3-37/+52
2018-06-08Fix build issue with Python 3.7Paul Koning2-3/+23
2018-06-08linux: Add maintenance commands to test libthread_dbGary Benson8-0/+524
2018-06-08Fix gdb mingw buildTom Tromey2-6/+11
2018-06-08Remove last cleanup from btrace codeTom Tromey2-7/+8
2018-06-08Remove cleanups from btrace codeTom Tromey7-85/+80
2018-06-07Add ChangeLog entry for e5a77256e8961294b3ea7d483124834311ca363bSergio Durigan Junior1-0/+5
2018-06-07Introduce class target_stackPedro Alves3-62/+119
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