aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-01-10Some get_last_target_status tweaksPedro Alves8-29/+51
2020-01-10switch inferior/thread before calling target methodsPedro Alves3-22/+86
2020-01-10Introduce switch_to_inferior_no_threadPedro Alves4-13/+27
2020-01-10Delete unnecessary code from kill_commandPedro Alves2-14/+4
2020-01-10Don't check target is running in remote_target::mourn_inferiorPedro Alves2-20/+5
2020-01-10Make target_ops::has_execution take an 'inferior *' instead of a ptid_tPedro Alves11-20/+52
2020-01-10exceptions.c:print_flush: Remove obsolete checkPedro Alves2-5/+5
2020-01-10Make "show remote exec-file" inferior-awarePedro Alves4-1/+56
2020-01-10Don't rely on inferior_ptid in record_full_waitPedro Alves3-1/+20
2020-01-10Preserve selected thread in all-stop w/ background executionPedro Alves11-23/+363
2020-01-10Fix handling of null stap semaphoresGeorge Barrett5-10/+55
2020-01-10gdb/testsuite/gdb.base/stap-probe: Minor clean-upGeorge Barrett3-8/+22
2020-01-10[PR ld/22269] arm: Avoid dynamic relocs for undefweak symbols in static PIESzabolcs Nagy2-4/+9
2020-01-10AArch64: Revert setting of elf class in linker stub.Tamar Christina2-4/+5
2020-01-10HPUX gas testsuite fixesAlan Modra3-2/+8
2020-01-10ubsan: tilepro: signed integer overflowAlan Modra3-11/+10
2020-01-10ubsan: m10300: shift exponent -4Alan Modra3-30/+24
2020-01-10ubsan: spu: left shift of negative valueAlan Modra2-17/+29
2020-01-10ubsan: alpha-coff: signed integer overflowAlan Modra2-1/+5
2020-01-10Automatic date update in version.inGDB Administrator1-1/+1
2020-01-09gdb/tui: Link source and assembler scrolling .... againAndrew Burgess4-1/+40
2020-01-09gdb: Fix scrolling in TUITom Tromey5-16/+50
2020-01-09gdb/tui: Fix 'layout asm' before the inferior has startedAndrew Burgess4-4/+49
2020-01-09gdb/testsuite/tui: Introduce check_box_contentsAndrew Burgess2-0/+35
2020-01-09gdb/testsuite/tui: Split enter_tui into two procsAndrew Burgess2-3/+18
2020-01-09gdb/testsuite/tui: Always dump_screen when askedAndrew Burgess2-2/+7
2020-01-09gdb/testsuite: Fix race condition in gdb.base/skip.expAndrew Burgess2-3/+10
2020-01-09Don't define _FORTIFY_SOURCE on MinGWChristian Biesinger2-2/+10
2020-01-09Fix indentation in print_thread_info_1Simon Marchi2-65/+69
2020-01-09Fix memory leak of the demangled symbol nameChristian Biesinger2-9/+18
2020-01-09Fix an attempt to free a static pointer when using objcopy's symbol addition ...Nick Clifton2-5/+18
2020-01-09Fix an illegal memory access triggered when trying to examine an input file c...Nick Clifton2-2/+20
2020-01-09Fix the cast used to prevent compile time warning about an always false test.Nick Clifton2-1/+6
2020-01-09oops - toplevel changelog entry for previous delta.Aaron Merey1-0/+7
2020-01-09Update Traditional Chinese translation for the binutils sub-directory.Nick Clifton2-335/+34
2020-01-09Add support for debuginfod to the binutils (disable by default, enabled via a...Aaron Merey16-61/+647
2020-01-09Fix compile time warnings about comparisons always being false.Sergey Belyashov4-96/+114
2020-01-09x86: refine when to trigger optimizationsJan Beulich2-10/+15
2020-01-09x86-64: assert sane internal state for REX conversionsJan Beulich2-1/+8
2020-01-09x86: consistently convert to byte registers for TEST w/ imm optimizationJan Beulich2-11/+15
2020-01-09x86: SYSENTER/SYSEXIT are unavailable in 64-bit mode on AMDJan Beulich11-10/+121
2020-01-09Automatic date update in version.inGDB Administrator1-1/+1
2020-01-08Change section_offsets to a std::vectorTom Tromey33-314/+255
2020-01-08Use std::string in dwarf2read.cTom Tromey2-8/+10
2020-01-08Use std::vector in abbrev_table_read_tableTom Tromey2-23/+13
2020-01-08Use unique_xmalloc_ptr in fixup_go_packagingTom Tromey2-9/+11
2020-01-08Remove some explicit memory management from dwarf2read.cTom Tromey2-88/+68
2020-01-08Document the fact that the assembler's alignment pseudo-ops can be issued wit...Nick Clifton2-9/+20
2020-01-08Make the assembler generate an error if there is an attempt to define a secti...Nick Clifton6-0/+34
2020-01-08ubsan: z8k: index 10 out of bounds for type 'unsigned int const[10]'Alan Modra6-13/+33