summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix buffer-fullusers/palves/mt-set-per-onPedro Alves2016-10-281-3/+16
* Fix "mt set per on" regressionPedro Alves2016-10-281-0/+6
* Enable range stepping if software single step is supportedYao Qi2016-10-272-0/+7
* Get pending events in randomYao Qi2016-10-274-2/+61
* Remove single-step breakpoint for GDBserver internal eventYao Qi2016-10-272-9/+28
* gas/arc: Don't rely on bfd list of cpu type for cpu selectionAndrew Burgess2016-10-275-108/+135
* Automatic date update in version.inGDB Administrator2016-10-271-1/+1
* PR 20569, segv in follow_execSandra Loosemore2016-10-2614-119/+275
* Make symfile_add_flags and objfile->flags strongly typedPedro Alves2016-10-2619-129/+257
* gdb: Coalesce/aggregate (async) vCont packets/actionsPedro Alves2016-10-269-34/+599
* gdbserver: Leave already-vCont-resumed threads as they werePedro Alves2016-10-265-1/+114
* gdb/doc: Clarify vCont packet descriptionPedro Alves2016-10-262-11/+27
* gdb: Free inferior->priv when inferior exitsPedro Alves2016-10-262-0/+7
* gdb: Clean up remote.c:remote_resumePedro Alves2016-10-262-51/+71
* Revert "bison warning fixes"Alan Modra2016-10-263-2/+8
* Automatic date update in version.inGDB Administrator2016-10-261-1/+1
* Make dwarf_expr_context's destructor virtualPedro Alves2016-10-252-1/+6
* Fix gdb C++ compilation on Solaris (PR build/20712)Rainer Orth2016-10-255-71/+127
* common/common-defs.h: Define __STDC_FORMAT_MACROS as wellPedro Alves2016-10-252-2/+14
* new-op.c: Add comment about -fsanitize=addressPedro Alves2016-10-252-0/+10
* Define __STDC_CONSTANT_MACROS/__STDC_LIMIT_MACROS again.Pedro Alves2016-10-252-0/+18
* Don't override operator new if GDB is built with -fsanitize=addressYao Qi2016-10-252-0/+13
* elfxx-mips: Correct STUB_JALR's descriptionMaciej W. Rozycki2016-10-252-1/+5
* Automatic date update in version.inGDB Administrator2016-10-251-1/+1
* Fix potential NULL pointer dereferenceLuis Machado2016-10-242-1/+7
* Fix obvious gotcha in string comparisonLuis Machado2016-10-242-1/+6
* testsuite: Fix false FAIL for gdb.base/morestack.expJan Kratochvil2016-10-242-1/+9
* [GDBserver] Fix conversion warningYao Qi2016-10-242-1/+7
* Automatic date update in version.inGDB Administrator2016-10-241-1/+1
* Automatic date update in version.inGDB Administrator2016-10-231-1/+1
* Automatic date update in version.inGDB Administrator2016-10-221-1/+1
* Make some dwarf_expr_context methods pure virtualTom Tromey2016-10-213-31/+63
* Change minimal_symbol_reader::record_full to take a boolTom Tromey2016-10-214-21/+32
* Remove last cleanup from captured_main_1Tom Tromey2016-10-212-53/+46
* Convert dwarf_expr_context_funcs to methodsTom Tromey2016-10-215-605/+464
* Convert DWARF expr functions to methodsTom Tromey2016-10-215-229/+246
* Initial conversion of dwarf_expr_ctxTom Tromey2016-10-215-117/+110
* Some cleanup removal in dwarf2loc.cTom Tromey2016-10-212-44/+31
* Remove make_cleanup_restore_current_uioutTom Tromey2016-10-216-38/+16
* Use gdb::unique_ptr in elf_read_minimal_symbolsTom Tromey2016-10-212-8/+7
* Replace two xmallocs with unique_ptrTom Tromey2016-10-212-11/+13
* Change command stats reporting to use classTom Tromey2016-10-215-97/+104
* Remove some cleanups in MITom Tromey2016-10-212-7/+9
* Remove make_cleanup_restore_current_uiTom Tromey2016-10-218-202/+118
* Record minimal symbols directly in reader.Tom Tromey2016-10-2113-232/+271
* Change minimal_symbol_reader to store objfileTom Tromey2016-10-2110-33/+52
* Introduce minimal_symbol_readerTom Tromey2016-10-2110-82/+89
* Use scoped_restore for current_uiTom Tromey2016-10-214-31/+31
* Use scoped_restore for ui_fileTom Tromey2016-10-215-48/+23
* Use RAII to save and restore scalarsTom Tromey2016-10-2113-77/+155