summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* Fix "info registers" regexes in gdb.base/jit-reader.expSimon Marchi2018-06-222-27/+32
* Use partial register read/writes in transfer_regsetAlan Hayward2018-06-223-25/+142
* Fix up HAS_SVE_STATE macroAlan Hayward2018-06-222-1/+5
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-2171-993/+1198
* Avoid memcpys in regcache read_part/write_part for full registers.Alan Hayward2018-06-213-50/+76
* Enable hardware watchpoints on attach for aarch64Richard Bunt2018-06-215-0/+145
* Fix a memory leak in py-param.cTom Tromey2018-06-202-11/+14
* Rename regcache_cooked_read_ftype and make a function_viewSimon Marchi2018-06-205-38/+47
* testsuite: Fix cc-with-tweaks.sh being executed in the wrong shellSimon Marchi2018-06-204-6/+13
* Remove struct keyword in range-based for-loopSimon Marchi2018-06-202-1/+6
* Improve gdb.base/float128.exp failure messageUlrich Weigand2018-06-202-1/+20
* Bump to autoconf 2.69 and automake 1.15.1Simon Marchi2018-06-1920-2988/+4590
* Silence -Wmaybe-uninitialized warning in minsyms.c:lookup_minimal_symbol_by_p...Pedro Alves2018-06-192-13/+28
* Change inline frame breakpoint skipping logic (fix gdb.gdb/selftest.exp)Pedro Alves2018-06-195-12/+87
* Fix ChangeLog merge conflictSimon Marchi2018-06-181-8/+6
* Fix failure to find member of a typedef base classWeimin Pan2018-06-185-1/+84
* Remove current_traceframe declarationSimon Marchi2018-06-182-2/+4
* Use unique_xmalloc_ptr in solib-aix.cTom Tromey2018-06-182-7/+11
* Use unique_xmalloc_ptr in darwin_current_sosTom Tromey2018-06-182-9/+8
* Use unique_xmalloc_ptr in two solib functionsTom Tromey2018-06-183-16/+13
* Remove resume_section_map_updates_cleanupTom Tromey2018-06-184-88/+80
* Use unique_xmalloc_ptr for read_stringTom Tromey2018-06-188-55/+64
* Remove cleanups from ser-mingw.cTom Tromey2018-06-182-20/+20
* Remove la_errorTom Tromey2018-06-1830-68/+58
* Ptrace support for AArch64 SVE gdbserverAlan Hayward2018-06-182-3/+68
* Ptrace support for Aarch64 SVEAlan Hayward2018-06-186-3/+403
* Add Aarch64 SVE compatibility macrosAlan Hayward2018-06-183-40/+286
* [gdb/testsuite/ada] Fix number-of-bp test in bp_inlined_func.expTom de Vries2018-06-182-2/+6
* gdb: Don't drop SIGSTOP during stop_all_threadsAndrew Burgess2018-06-166-4/+542
* [gdb] Add me to write-after-approval section in MAINTAINERSTom de Vries2018-06-152-0/+5
* update-gnulib.sh: Report required versions of autoconf/aclocalSimon Marchi2018-06-142-2/+9
* type alignment: Use type_length_unitsSimon Marchi2018-06-143-2/+7
* Fix "beneath" conversion on AIXSergio Durigan Junior2018-06-141-1/+1
* [gdb] Fixup incomplete patch 0dbfed25e9Tom de Vries2018-06-141-1/+1
* Fix/improve on-line help of 'define' command.Philippe Waroquiers2018-06-142-1/+8
* [gdb] Add 'Concept Index' entry '&' for background executionTom de Vries2018-06-142-0/+5
* Avoid gdb.base/fork-running-state.exp lingering processesPedro Alves2018-06-143-2/+53
* [gdb/cli] Honour 'print pretty' when printing result of finish commandTom de Vries2018-06-145-1/+91
* Revert accidental push of "Inline breakpoints" commitPedro Alves2018-06-143-49/+12
* gdb.gdb/selftest.exp, Use multi_line to build gdb's expected startup outputPedro Alves2018-06-142-1/+15
* Inline breakpointsPedro Alves2018-06-143-12/+49
* Remove stale inline function handling from selftest_setupPedro Alves2018-06-142-5/+5
* [gdb] Allow function arguments in bp print match in selftest_setupTom de Vries2018-06-142-2/+7
* [gdb/testsuite] Add missing ChangeLog entriesTom de Vries2018-06-141-0/+11
* Fix GDB sparc buildSimon Marchi2018-06-133-4/+16
* [gdb/testsuite] Fix hang in fork-running-state.cTom de Vries2018-06-131-3/+6
* [gdb/testsuite] Update gdb startup text in selftest.expTom de Vries2018-06-131-1/+1
* Fix procfs.c compilationRainer Orth2018-06-132-11/+13
* gdb: Run INF_EXEC_COMPLETE handler for additional casesAndrew Burgess2018-06-122-8/+16
* gdb: Mark async event handler when event is already pendingAndrew Burgess2018-06-124-14/+20