aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2016-10-26Make symfile_add_flags and objfile->flags strongly typedPedro Alves19-129/+257
2016-10-26gdb: Coalesce/aggregate (async) vCont packets/actionsPedro Alves9-34/+599
2016-10-26gdbserver: Leave already-vCont-resumed threads as they werePedro Alves5-1/+114
2016-10-26gdb/doc: Clarify vCont packet descriptionPedro Alves2-11/+27
2016-10-26gdb: Free inferior->priv when inferior exitsPedro Alves2-0/+7
2016-10-26gdb: Clean up remote.c:remote_resumePedro Alves2-51/+71
2016-10-25Make dwarf_expr_context's destructor virtualPedro Alves2-1/+6
2016-10-25Fix gdb C++ compilation on Solaris (PR build/20712)Rainer Orth5-71/+127
2016-10-25common/common-defs.h: Define __STDC_FORMAT_MACROS as wellPedro Alves2-2/+14
2016-10-25new-op.c: Add comment about -fsanitize=addressPedro Alves2-0/+10
2016-10-25Define __STDC_CONSTANT_MACROS/__STDC_LIMIT_MACROS again.Pedro Alves2-0/+18
2016-10-25Don't override operator new if GDB is built with -fsanitize=addressYao Qi2-0/+13
2016-10-24Fix potential NULL pointer dereferenceLuis Machado2-1/+7
2016-10-24Fix obvious gotcha in string comparisonLuis Machado2-1/+6
2016-10-24testsuite: Fix false FAIL for gdb.base/morestack.expJan Kratochvil2-1/+9
2016-10-24[GDBserver] Fix conversion warningYao Qi2-1/+7
2016-10-21Make some dwarf_expr_context methods pure virtualTom Tromey3-31/+63
2016-10-21Change minimal_symbol_reader::record_full to take a boolTom Tromey4-21/+32
2016-10-21Remove last cleanup from captured_main_1Tom Tromey2-53/+46
2016-10-21Convert dwarf_expr_context_funcs to methodsTom Tromey5-605/+464
2016-10-21Convert DWARF expr functions to methodsTom Tromey5-229/+246
2016-10-21Initial conversion of dwarf_expr_ctxTom Tromey5-117/+110
2016-10-21Some cleanup removal in dwarf2loc.cTom Tromey2-44/+31
2016-10-21Remove make_cleanup_restore_current_uioutTom Tromey6-38/+16
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