summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bfd_set_input_errorusers/palves/bfd_set_input_errorPedro Alves2017-10-045-22/+39
* Revert "PR22245, Fix potential UB in bfd_set_error"Pedro Alves2017-10-043-10/+3
* Move code out of 'between TRY and CATCH'Pedro Alves2017-10-042-1/+7
* Add missing-END_CATCH detection/protection (to gdb's TRY/CATCH/END_CATCH)Pedro Alves2017-10-041-0/+9
* Add missing-END_CATCH detection/protection (to gdb's TRY/CATCH/END_CATCH)Pedro Alves2017-10-043-14/+29
* Extend "set cwd" to work on gdbserverSergio Durigan Junior2017-10-0413-13/+203
* Implement "set cwd" command on GDBSergio Durigan Junior2017-10-0415-18/+455
* Introduce gdb_tilde_expandSergio Durigan Junior2017-10-046-0/+127
* PowerPC64 ELFv2 symbols not needed in get_synthetic_symtabAlan Modra2017-10-042-66/+80
* PR22245, Fix potential UB in bfd_set_errorPavel I. Kryukov2017-10-043-3/+10
* Automatic date update in version.inGDB Administrator2017-10-041-1/+1
* gdbarch: Remove duplicate `struct objfile' declarationMaciej W. Rozycki2017-10-033-2/+5
* Update my email address.Jim Wilson2017-10-032-1/+5
* Fix incorrect string_printf use in utils.cTom Tromey2017-10-032-1/+5
* Use std::string in info_symbol_commandTom Tromey2017-10-032-9/+11
* Use std::string in gdb_safe_append_historyTom Tromey2017-10-032-14/+14
* Remove make_delete_ui_cleanupTom Tromey2017-10-035-75/+57
* Use gdb::byte_vector in load_progressTom Tromey2017-10-032-5/+8
* Remove unused declarationsTom Tromey2017-10-034-3/+7
* Use std::string in utils.cTom Tromey2017-10-032-29/+26
* Remove set_batch_flag_and_make_cleanup_restore_page_infoTom Tromey2017-10-035-84/+57
* Change record_full_gdb_operation_disable_set not to return a cleanupTom Tromey2017-10-034-31/+32
* PR21294, Binary size regression on PPC embeddedAlan Modra2017-10-032-1/+8
* Automatic date update in version.inGDB Administrator2017-10-031-1/+1
* ld -z relro documentationAlan Modra2017-10-032-6/+18
* Fix &str printing in RustTom Tromey2017-10-025-8/+48
* Fix ptype of Rust slicesTom Tromey2017-10-024-3/+67
* Allow indexing of &str in RustTom Tromey2017-10-024-1/+12
* Add missing "extern" in rust-lang.hTom Tromey2017-10-022-2/+6
* 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