aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2018-06-13[gdb/testsuite] Fix hang in fork-running-state.cTom de Vries1-3/+6
2018-06-13[gdb/testsuite] Update gdb startup text in selftest.expTom de Vries1-1/+1
2018-06-13Fix procfs.c compilationRainer Orth2-11/+13
2018-06-12gdb: Run INF_EXEC_COMPLETE handler for additional casesAndrew Burgess2-8/+16
2018-06-12gdb: Mark async event handler when event is already pendingAndrew Burgess4-14/+20
2018-06-12gdb: Fix an infrun debug log messageAndrew Burgess2-1/+5
2018-06-11Rename some functions, index -> gdb_indexSimon Marchi2-22/+29
2018-06-11Fix gdb build on hppa-linuxJohn David Anglin2-2/+7
2018-06-11Fix build of GDB documentation.Eli Zaretskii2-0/+5
2018-06-11Enable Aarch64 SVE for gdbserverAlan Hayward6-14/+44
2018-06-11Increase gdbsever PBUFSIZAlan Hayward2-1/+5
2018-06-11Add Aarch64 SVE dwarf regnumsAlan Hayward3-1/+24
2018-06-11Add regcache raw_compare methodAlan Hayward7-0/+50
2018-06-11Add reg_buffer_commonAlan Hayward7-73/+155
2018-06-10Remove use of queue from remote.cTom Tromey2-228/+108
2018-06-10Remove cleanups from record-full.cTom Tromey2-269/+290
2018-06-10Remove a VEC from record-full.cTom Tromey2-44/+45
2018-06-10Remove more "struct" keywords in range-based for loopsSimon Marchi3-2/+7
2018-06-10Fix some missed "beneath" conversionsTom Tromey6-12/+25
2018-06-10Remove cleanups from tracefile.cTom Tromey2-32/+25
2018-06-09Use std::unique_ptr in reg_bufferSimon Marchi3-16/+21
2018-06-09Change type of reg_buffer::m_register_status to register_statusSimon Marchi4-9/+23
2018-06-09Remove use of queue.h from gdbserver/event-loop.cTom Tromey2-22/+20
2018-06-09Remove two more uses of make_cleanup_closeTom Tromey2-18/+17
2018-06-09Remove a VEC from serial.cTom Tromey2-9/+9
2018-06-09Remove a VEC from dwarf2read.cTom Tromey3-10/+11
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