aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-12-28Introduce ui_file_styleTom Tromey6-0/+749
2018-12-28Add a "context" argument to add_setshow_enum_cmdTom Tromey3-4/+15
2018-12-28Change wrap buffering to use a std::stringTom Tromey2-37/+35
2018-12-28Fix leak of set/show verbose doc, avoid xfree of static stringPhilippe Waroquiers1-5/+11
2018-12-28Avoid internal errors when stepping outside 'main' on MinGWEli Zaretskii2-2/+10
2018-12-28PR24015, glibc-2.28 on little-endian mips32 brokenAlan Modra3-2/+10
2018-12-28PR23966, mingw failure due to 32-bit longAlan Modra2-2/+13
2018-12-28PR24028, PPC_INT_FMTAlan Modra4-18/+21
2018-12-28Automatic date update in version.inGDB Administrator1-1/+1
2018-12-27Translate PyExc_KeyboardInterrupt to gdb "quit"Tom Tromey4-1/+53
2018-12-27Consolidate some Python exception-printing functionsTom Tromey5-24/+29
2018-12-27Use gdbpy_convert_exception in a few more spotsTom Tromey5-12/+13
2018-12-27Build gdb "nat" files in subdirectoryTom Tromey3-39/+50
2018-12-27Make init.c depend on source filesTom Tromey2-24/+17
2018-12-27Remove gdbtypes special case from init.c ruleTom Tromey2-15/+5
2018-12-27Remove empty nm-fbsd.h header for FreeBSD/i386 native target.John Baldwin4-25/+6
2018-12-27Use DISABLE_COPY_AND_ASSIGN in minimal_symbol_readerTom Tromey2-4/+6
2018-12-27Remove more calls to xfree from PythonTom Tromey8-57/+40
2018-12-27Fix gdb.ada/fun_renaming.exp by using more unique names.Philippe Waroquiers4-14/+16
2018-12-27Fix gdb.ada/assign_arr.exp by using more unique names.Philippe Waroquiers3-3/+3
2018-12-27Improve gdb.ada/rename_subscript_param.exp by using more unique names.Philippe Waroquiers2-6/+6
2018-12-27Fix gdb.ada/packed_array_assign.exp by using more unique names.Philippe Waroquiers2-5/+7
2018-12-26target.c: Remove struct keyword in range-based forSimon Marchi2-1/+5
2018-12-27Automatic date update in version.inGDB Administrator1-1/+1
2018-12-26Improve "set debug separate-debug-file"Simon Marchi3-9/+66
2018-12-26Automatic date update in version.inGDB Administrator1-1/+1
2018-12-25Automatic date update in version.inGDB Administrator1-1/+1
2018-12-24gdb: Allow struct fields named doubleAndrew Burgess5-1/+200
2018-12-24gdb: Add new parser rule for structure field namesAndrew Burgess2-5/+13
2018-12-24gdb: Extend the comments in c-exp.yAndrew Burgess2-2/+21
2018-12-24Simplify dwarf2_find_containing_comp_unitTom Tromey2-5/+7
2018-12-24Fix gdb.ada bp_fun_addr failure due to conflict between fun 'a' and s-dimmks....Philippe Waroquiers3-7/+13
2018-12-24Automatic date update in version.inGDB Administrator1-1/+1
2018-12-23i386: Remove the unused bfd pointer argumentH.J. Lu2-5/+13
2018-12-23Document the GDB 8.2.1 release in gdb/ChangeLogJoel Brobecker1-0/+4
2018-12-23Automatic date update in version.inGDB Administrator1-1/+1
2018-12-22gdb/riscv: Prevent buffer overflow in riscv_return_valueAndrew Burgess2-6/+67
2018-12-22gdb/riscv: Add float status registers to save and restore reggroupsAndrew Burgess2-1/+9
2018-12-22gdb/riscv: Add gdb to dwarf register number mappingAndrew Burgess3-0/+32
2018-12-21Add debug output for recorded minsymsSimon Marchi2-0/+36
2018-12-22Automatic date update in version.inGDB Administrator1-1/+1
2018-12-21Fix various tests to use -no-pie linker flag when neededJan Vrany9-7/+38
2018-12-21Workaround a FreeBSD kernel bug resulting in spurious SIGTRAP events.John Baldwin2-3/+15
2018-12-21gdb: Fix "info os <unknown>" commandPaul Marechal4-1/+14
2018-12-21when printing the GDB config, explicitly say if configured without pythonДилян Палаузов2-0/+9
2018-12-21gdb/riscv: Format CORE_ADDR as a string for printingAndrew Burgess2-4/+15
2018-12-21Fix compile error with clang 3.8Dave Murphy7-6/+16
2018-12-21Automatic date update in version.inGDB Administrator1-1/+1
2018-12-20x86: Call rtype_to_howto to get reloc_howto_type pointerH.J. Lu3-14/+11
2018-12-20Ensure deterministic result order in gdb.ada/info_auto_lang.expPhilippe Waroquiers2-17/+26