aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-17Automatic date update in version.inGDB Administrator1-1/+1
2016-09-16Introduce cleanup to restore current_uioutSimon Marchi7-38/+38
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves61-170/+296
2016-09-16S390: Hardware breakpoint supportAndreas Arnez4-10/+145
2016-09-16linux-nat: Add function lwp_is_steppingAndreas Arnez5-0/+30
2016-09-16S390: Enable "maint set show-debug-regs"Andreas Arnez2-0/+60
2016-09-16S390: Multi-inferior watchpoint supportAndreas Arnez2-10/+157
2016-09-16S390: Migrate watch areas from list to VEC typeAndreas Arnez2-37/+45
2016-09-16S390: Avoid direct access to lwp_info structureAndreas Arnez2-24/+48
2016-09-16testsuite: Fix false FAIL in gdb.cp/casts.expJan Kratochvil4-15/+60
2016-09-16[ARC] Disassemble correctly extension instructions.Claudiu Zissulescu5-3/+34
2016-09-16Automatic date update in version.inGDB Administrator1-1/+1
2016-09-15testsuite: Fix C++11 compilation failure for gdb.cp/m-static.expJan Kratochvil2-0/+7
2016-09-15Update ISA 3.0 / POWER9 gdb tests to match GAS test cases.Peter Bergner3-470/+493
2016-09-15testsuite: Disable ccacheJan Kratochvil2-0/+9
2016-09-15gas: run the sparc test dcti-couples-v9 only in ELF targets.Jose E. Marchesi2-1/+7
2016-09-15Fix typo in readelf error message.Ed Maste2-1/+5
2016-09-14Modify POWER9 support to match final ISA 3.0 documentation.Peter Bergner5-87/+42
2016-09-15Automatic date update in version.inGDB Administrator1-1/+1
2016-09-14Fix ld --gc-section segfault with ARMv8-M entry function in absolute sectionThomas Preud'homme5-1/+25
2016-09-14Fix seg-fault in objdump when run on a fuzzed PE binary.Nick Clifton2-11/+22
2016-09-14gas: improve architecture mismatch diagnostics in sparcJose E. Marchesi2-1/+6
2016-09-14gas: detect DCTI couples in sparcJose E. Marchesi11-18/+133
2016-09-14Prevent segfault in GDB when searching for architecture matches.Bhushan Attarde2-0/+9
2016-09-14[ARC] Fix parsing dtpoff relocation expression.Claudiu Zissulescu10-1/+90
2016-09-14Stop the ARC disassembler from seg-faulting if initialised without a BFD pres...Anton Kolesov2-3/+12
2016-09-14Add support for disabling automatic generation of .eh_frame_hdr sections in E...Nick Clifton5-11/+38
2016-09-14Automatic date update in version.inGDB Administrator1-1/+1
2016-09-13Fix for gdb.server/non-existing-program.exp test caseCarl E. Love2-2/+7
2016-09-13Fix for gdb.server/non-existing-program.exp test caseCarl E. Love2-2/+12
2016-09-13Automatic date update in version.inGDB Administrator1-1/+1
2016-09-12S/390: Add alternate processor names.Andreas Krebbel6-38/+91
2016-09-12S/390: Fix facility bit default.Andreas Krebbel2-1/+8
2016-09-12S/390: Fix kmctr instruction type.Patrick Steuer4-2/+10
2016-09-12Fix false FAIL on gdb.base/stap-probe.exp, due to ICF optimizationSergio Durigan Junior2-1/+13
2016-09-12Automatic date update in version.inGDB Administrator1-1/+1
2016-09-11Automatic date update in version.inGDB Administrator1-1/+1
2016-09-10Use target_sim_options for sim target.Jon Beniston2-1/+7
2016-09-10Automatic date update in version.inGDB Administrator1-1/+1
2016-09-09Pass HWCAP to ifunc resolverAndreas Arnez6-4/+46
2016-09-09Automatic date update in version.inGDB Administrator1-1/+1
2016-09-08Remove some unneeded casts from remote.cTom Tromey2-4/+9
2016-09-08Allow PROCESSOR_IAMCU for Intel MCUH.J. Lu2-1/+6
2016-09-08Automatic date update in version.inGDB Administrator1-1/+1
2016-09-07X86: Allow additional ISAs for IAMCU in assemblerH.J. Lu14-39/+55
2016-09-07[arm] Automatically enable CRC instructions on supported ARMv8-A CPUs.Richard Earnshaw4-9/+20
2016-09-07Automatic date update in version.inGDB Administrator1-1/+1
2016-09-06new-ui command: gdb internal errors if input is already pendingPedro Alves6-3/+194
2016-09-06Introduce make_cleanup_restore_current_uiPedro Alves6-8/+27
2016-09-06Resolve size relocation with copy relocationH.J. Lu6-1/+39