aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2019-03-05Remove gdb_bfd_fdopenrTom Tromey3-15/+5
2019-03-05Remove excess calls to gdb_flushTom Tromey25-58/+38
2019-03-05Add ATTRIBUTE_UNUSED_RESULT to ref_ptr::releaseTom Tromey5-10/+18
2019-03-05Add ATTRIBUTE_UNUSED_RESULT to scoped_remote_fd::releaseTom Tromey2-1/+6
2019-03-05Add ATTRIBUTE_UNUSED_RESULT to macro_bufferTom Tromey2-1/+6
2019-03-05Add ATTRIBUTE_UNUSED_RESULT to scoped_mmapTom Tromey3-7/+10
2019-03-05Add ATTRIBUTE_UNUSED_RESULT to scoped_fdTom Tromey2-1/+6
2019-03-05Add ATTRIBUTE_UNUSED_RESULT to parser_stateTom Tromey2-1/+6
2019-03-05Introduce ATTRIBUTE_UNUSED_RESULT and use itTom Tromey3-1/+13
2019-03-04Use '$enable_unittest' instead of '$development' on gdbserver/configure.srv (...Sergio Durigan Junior2-1/+7
2019-03-04gdbserver short-circuit-argument-list failuresRichard Bunt3-26/+89
2019-03-02Fix documentation of styles.Eli Zaretskii2-6/+15
2019-03-02Avoid compilation warnings on MinGW.Eli Zaretskii3-2/+10
2019-03-02GDB no longer supports Windows before XP.Eli Zaretskii2-0/+8
2019-03-02Fix GDB compilation on MinGW (PR gdb/24292)Eli Zaretskii6-10/+39
2019-03-01Fix coff_start_symtab resource leak found by CoverityGary Benson2-4/+5
2019-02-28Testsuite: Catch gdbserver socket listen errorsAlan Hayward2-1/+6
2019-02-28Can't interrupt process without controlling terminal on Solaris (PR gdb/8527)Rainer Orth5-0/+170
2019-02-27Fix regcache leak, and avoid possible regcache access after detach.Philippe Waroquiers2-1/+17
2019-02-27Handle \r\n in gdbreplayTom Tromey2-2/+22
2019-02-27Test "set width/height -1"Pedro Alves2-0/+7
2019-02-27Make 'show width/height' display "unlimited" when capped for readlinePedro Alves4-2/+42
2019-02-27Prevent overflow in rl_set_screen_sizeSaagar Jha2-4/+23
2019-02-27Remove Python 2.4 and 2.5 supportTom Tromey15-303/+46
2019-02-27Document fact that mininum Python version is now 2.6Kevin Buettner4-1/+12
2019-02-27Use Python 2.[67] / 3.X / PEP 3118 buffer protocolKevin Buettner2-56/+16
2019-02-27gdb/hppa: Use default gdbarch method default_dummy_id.Andrew Burgess2-9/+6
2019-02-27gdb/h8300: Use default gdbarch methods where possibleAndrew Burgess2-22/+8
2019-02-27gdb/ft32: Use default gdbarch methods where possibleAndrew Burgess2-33/+8
2019-02-27gdb/frv: Use default gdbarch methods where possibleAndrew Burgess2-27/+8
2019-02-27gdb/riscv: Use default gdbarch methods where possibleAndrew Burgess2-30/+8
2019-02-27gdb/csky: Use default gdbarch methods where possibleAndrew Burgess2-34/+8
2019-02-27gdb/cris: Use default gdbarch methods where possibleAndrew Burgess2-40/+8
2019-02-27gdb/bfin: Use default gdbarch methods where possibleAndrew Burgess2-18/+6
2019-02-27gdb/arm: Use default gdbarch methods where possibleAndrew Burgess2-37/+7
2019-02-27gdb/arc: Use default gdbarch methods where possibleAndrew Burgess2-45/+7
2019-02-27gdb/alpha: Use default gdbarch methods where possibleAndrew Burgess2-29/+7
2019-02-27gdb/aarch64: Use default gdbarch methods where possibleAndrew Burgess2-38/+8
2019-02-27gdb: Handle alignment for C++ structures with static membersAndrew Burgess4-60/+147
2019-02-27gdb: Restructure type_align and gdbarch_type_alignAndrew Burgess8-13/+74
2019-02-27Update NEWS post GDB 8.3 branch creation.Joel Brobecker2-1/+9
2019-02-27Bump version to 8.3.50.DATE-git.Joel Brobecker2-1/+6
2019-02-26Fix build errors in aix-thread.cgdb-8.3-branchpointSimon Marchi2-7/+8
2019-02-26gdb/riscv: Use legacy register numbers in default target descriptionAndrew Burgess7-10/+39
2019-02-26Fix new py-value.exp test caseTom Tromey2-1/+6
2019-02-26Document two argument form of gdb.Value constructorKevin Buettner4-0/+17
2019-02-26Add tests for gdb.Value(bufobj, type) constructorKevin Buettner2-0/+50
2019-02-26Define gdb.Value(bufobj, type) constructorKevin Buettner2-10/+67
2019-02-26Define unique_ptr specialization for Py_buffer.Kevin Buettner2-0/+18
2019-02-25Fix BFD leak in dwarf2_get_dwz_file.John Baldwin2-1/+6