summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix GDB build with G++ 4.8Pedro Alves2017-10-023-4/+12
* nto & lynx x86: call init_target_descSimon Marchi2017-10-023-2/+17
* Fix powerpc comment typoAlan Modra2017-10-023-2/+7
* Automatic date update in version.inGDB Administrator2017-10-021-1/+1
* PR22232, NULL pointer dereference in load_specific_debug_sectionAlan Modra2017-10-012-2/+10
* PR21970, assertion failed when more than one overlay has subalign specifiedAlan Modra2017-10-012-0/+6
* PR21957, addr2line incorrectly handles non-increasing sequences in line tableAlan Modra2017-10-012-4/+9
* Add new mnemonics for VLE multiple load instructionsAlexander Fedotov2017-10-016-0/+86
* PR22047, Heap out of bounds read in parse_comp_unitAlan Modra2017-10-012-38/+22
* PR22230, buffer overflow in display_debug_macroAlan Modra2017-10-012-4/+11
* Automatic date update in version.inGDB Administrator2017-10-011-1/+1
* Add a test for PR binutils/21978H.J. Lu2017-09-305-0/+20
* Remove free_memory_read_result_vectorTom Tromey2017-09-294-96/+66
* Change captured_mi_execute_command to use scoped_restoreTom Tromey2017-09-292-6/+7
* Use a std::vector for ada_exceptions_listTom Tromey2017-09-294-71/+61
* Use std::set in mi-main.cTom Tromey2017-09-292-59/+31
* Use std::string in mi-main.cTom Tromey2017-09-292-31/+16
* Use gdb::byte_vector in mi_cmd_data_write_memory_bytesTom Tromey2017-09-292-13/+12
* Remove unused declarationTom Tromey2017-09-292-1/+4
* Don't copy a string in mi_cmd_disassembleTom Tromey2017-09-292-5/+5
* Remove cleanups from mi-cmd-var.cTom Tromey2017-09-294-34/+20
* Remove cleanups from mi_cmd_break_insert_1Tom Tromey2017-09-292-30/+25
* Remove make_cleanup_defer_target_commit_resumeTom Tromey2017-09-294-40/+44
* Remove some unused declarationsTom Tromey2017-09-293-3/+5
* Remove a cleanup from symtab.cTom Tromey2017-09-292-8/+6
* Remove cleanup from mt-tdep.cTom Tromey2017-09-292-8/+9
* Remove cleanup from xstormy16-tdep.cTom Tromey2017-09-292-8/+10
* Remove cleanup from complaints.cTom Tromey2017-09-292-6/+7
* Remove some cleanups from tracepoint.cTom Tromey2017-09-292-30/+18
* Remove cleanups from cp-support.cTom Tromey2017-09-292-15/+14
* Remove some cleanups from stack.cTom Tromey2017-09-292-15/+10
* Remove cleanup from tilegx-tdep.cTom Tromey2017-09-292-8/+9
* Remove cleanups from utils.cTom Tromey2017-09-292-16/+12
* Remove cleanup from display_gdb_promptTom Tromey2017-09-292-16/+14
* Introduce string_vprintfTom Tromey2017-09-294-0/+56
* PR21978, objdump does not display line numbers in certain casesAlan Modra2017-09-302-12/+24
* Automatic date update in version.inGDB Administrator2017-09-301-1/+1
* Constify unpack_varlen_hex & fix falloutPedro Alves2017-09-2916-82/+115
* gdb/remote.c: Eliminate target_buf/target_buf_size hackPedro Alves2017-09-292-65/+78
* gdbserver/libthread_db: Don't ignore memory reading failuresPedro Alves2017-09-292-1/+7
* Fix gdbserver regression exposed by gdb.threads/multi-create-ns-info-thr.expPedro Alves2017-09-294-5/+26
* Fail when string merge can't alloc memoryAlan Modra2017-09-292-7/+15
* Automatic date update in version.inGDB Administrator2017-09-291-1/+1
* Move utils-selftests.c -> gdb/unittests/Pedro Alves2017-09-283-15/+16
* (open_and_init_dwp_file): Protect against some segvsDoug Evans2017-09-282-2/+14
* Skip the PR 14918 linker test for ARM targets.Nick Clifton2017-09-282-3/+19
* PR22220, BFD linker wrongly marks symbols as PREVAILING_DEF_IRONLYAlan Modra2017-09-288-0/+63
* Automatic date update in version.inGDB Administrator2017-09-281-1/+1
* Complete tdep move to convert_typed_floatingUlrich Weigand2017-09-275-74/+61
* Simplify floatformat_from_typeUlrich Weigand2017-09-275-57/+48