aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2018-06-18Ptrace support for AArch64 SVE gdbserverAlan Hayward2-3/+68
2018-06-18Ptrace support for Aarch64 SVEAlan Hayward6-3/+403
2018-06-18Add Aarch64 SVE compatibility macrosAlan Hayward3-40/+286
2018-06-18[gdb/testsuite/ada] Fix number-of-bp test in bp_inlined_func.expTom de Vries2-2/+6
2018-06-16gdb: Don't drop SIGSTOP during stop_all_threadsAndrew Burgess6-4/+542
2018-06-15[gdb] Add me to write-after-approval section in MAINTAINERSTom de Vries2-0/+5
2018-06-14update-gnulib.sh: Report required versions of autoconf/aclocalSimon Marchi2-2/+9
2018-06-14type alignment: Use type_length_unitsSimon Marchi3-2/+7
2018-06-14Fix "beneath" conversion on AIXSergio Durigan Junior1-1/+1
2018-06-14[gdb] Fixup incomplete patch 0dbfed25e9Tom de Vries1-1/+1
2018-06-14Fix/improve on-line help of 'define' command.Philippe Waroquiers2-1/+8
2018-06-14[gdb] Add 'Concept Index' entry '&' for background executionTom de Vries2-0/+5
2018-06-14Avoid gdb.base/fork-running-state.exp lingering processesPedro Alves3-2/+53
2018-06-14[gdb/cli] Honour 'print pretty' when printing result of finish commandTom de Vries5-1/+91
2018-06-14Revert accidental push of "Inline breakpoints" commitPedro Alves3-49/+12
2018-06-14gdb.gdb/selftest.exp, Use multi_line to build gdb's expected startup outputPedro Alves2-1/+15
2018-06-14Inline breakpointsPedro Alves3-12/+49
2018-06-14Remove stale inline function handling from selftest_setupPedro Alves2-5/+5
2018-06-14[gdb] Allow function arguments in bp print match in selftest_setupTom de Vries2-2/+7
2018-06-14[gdb/testsuite] Add missing ChangeLog entriesTom de Vries1-0/+11
2018-06-13Fix GDB sparc buildSimon Marchi3-4/+16
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