aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2016-10-21Use gdb::unique_ptr in elf_read_minimal_symbolsTom Tromey2-8/+7
2016-10-21Replace two xmallocs with unique_ptrTom Tromey2-11/+13
2016-10-21Change command stats reporting to use classTom Tromey5-97/+104
2016-10-21Remove some cleanups in MITom Tromey2-7/+9
2016-10-21Remove make_cleanup_restore_current_uiTom Tromey8-202/+118
2016-10-21Record minimal symbols directly in reader.Tom Tromey13-232/+271
2016-10-21Change minimal_symbol_reader to store objfileTom Tromey10-33/+52
2016-10-21Introduce minimal_symbol_readerTom Tromey10-82/+89
2016-10-21Use scoped_restore for current_uiTom Tromey4-31/+31
2016-10-21Use scoped_restore for ui_fileTom Tromey5-48/+23
2016-10-21Use RAII to save and restore scalarsTom Tromey13-77/+155
2016-10-21Fix build failure in xcoffread.cTom Tromey2-1/+5
2016-10-21Fix symbol table file name on AIXUlrich Weigand2-1/+7
2016-10-21Delete target_so_ops->special_symbol_handling hookPhilipp Rudo9-67/+18
2016-10-20testsuite: Fix gcc_compiled for gcc 6 & 7Jan Kratochvil2-6/+6
2016-10-20Don't configure gdb for vxworks targetYao Qi2-0/+5
2016-10-19testsuite: Fix gdb.base/killed-outside.exp using irrelevant stale optionsMaciej W. Rozycki2-1/+6
2016-10-19Regen gdb/config.inPedro Alves2-3/+7
2016-10-18gdb: no longer define __STDC_CONSTANT_MACROS/__STDC_LIMIT_MACROSPedro Alves2-16/+5
2016-10-18Update gnulib to current upstream masterPedro Alves174-766/+2178
2016-10-18Introduce gdb::unique_ptrPedro Alves3-0/+394
2016-10-18i386-tdep: Verify architecture before proceeding with `set/show mpx'Maciej W. Rozycki2-2/+10
2016-10-18tilegx-tdep: Correct aliasing errors in `tilegx_analyze_prologue'Maciej W. Rozycki2-1/+6
2016-10-17Fix duplicate test message in mi-trace-save.expSimon Marchi2-1/+6
2016-10-17Fix comment in mi-trace-save.expSimon Marchi2-1/+6
2016-10-17Fix -trace-save crash when argument is missingSimon Marchi4-0/+56
2016-10-17gdb: Fix phony iconv buildPedro Alves2-0/+9
2016-10-14Fix typos in trace commands docSimon Marchi2-2/+7
2016-10-14Document -ctf switch of -trace-saveSimon Marchi2-1/+10
2016-10-14Fix set sysroot command on AIXUlrich Weigand2-6/+22
2016-10-14btrace: remove leftover commentMarkus Metzger2-5/+4
2016-10-14Include strings.h where availableEli Zaretskii2-0/+8
2016-10-13ARI: Remove true/false checksPedro Alves2-21/+6
2016-10-13Share proc get_var_addressYao Qi5-66/+31
2016-10-13Skip testing structures with floating pointsYao Qi2-56/+68
2016-10-12Use std::string in macho_symfile_read_all_osoTom Tromey2-13/+11
2016-10-12Remove unnecessary null_cleanupTom Tromey2-3/+6
2016-10-12Turn wchar iterator into a classTom Tromey4-132/+116
2016-10-12Change selttest.c to use use std::vectorTom Tromey2-13/+14
2016-10-13Convert tid_range_parser and get_number_or_range to classesPedro Alves13-359/+401
2016-10-12Fixup gdb.python/py-value.exp for bare-metal aarch64-elfLuis Machado3-5/+21
2016-10-12arc: Add support for NewlibAnton Kolesov3-1/+80
2016-10-12arc: Add evaluation of long jump targetsAnton Kolesov3-1/+39
2016-10-12arc: Add a gdbarch_tdep structureAnton Kolesov3-1/+15
2016-10-12[AArch64] Track FP registers in prologue analyzerYao Qi3-7/+43
2016-10-11testsuite: Fix gdb.arch/powerpc-prologue.c compilationJan Kratochvil2-0/+5
2016-10-11testsuite: Use standard_output_fileJan Kratochvil4-4/+10
2016-10-10Share enum arm_breakpoint_kindsYao Qi5-9/+19
2016-10-10Rename 'arch' by 'gdbarch' in m32c_gdbarch_initYao Qi2-21/+26
2016-10-10Remove v850_dbtrap_breakpoint_from_pcYao Qi2-26/+30