aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-19lookup_minimal_symbol_textusers/palves/jit-speedupPedro Alves1-1/+1
2016-09-19More O(N) eliminationPedro Alves3-14/+11
2016-09-19Incremental breakpoint_re_set for solib_addPedro Alves1-6/+1
2016-09-19breakpoint_re_set probesPedro Alves4-65/+82
2016-09-19find_function_start_salPedro Alves2-1/+2
2016-09-19Incremental breakpoint_re_set for linespecPedro Alves8-119/+329
2016-09-19Incremental breakpoint_re_set for longjmp, etc. master breakpointsPedro Alves17-147/+304
2016-09-19Defer breakpoint_re_set until after main program+initial solibs are loadedPedro Alves3-3/+3
2016-09-19Use symfile_add_flags in solib_addPedro Alves7-22/+73
2016-09-19Don't run forever in execl-update-breakpoint.expPedro Alves1-0/+2
2016-09-19objfile_dataPedro Alves1-23/+89
2016-09-19Stale objfile_unlink commentPedro Alves3-57/+66
2016-09-19ALL_SEARCH_OBJFILESPedro Alves1-61/+77
2016-09-19Avoid creating a frame in internal stopsPedro Alves3-47/+76
2016-09-19Get rid of sections sorting with qsort and use an incrementally updated addrm...Pedro Alves6-301/+297
2016-09-19More fixing C++ and PLTs: staticPedro Alves5-26/+158
2016-09-19Fix C++ and PLTs (PR 17201, PR17199 ?)Pedro Alves4-0/+228
2016-09-19nm handling of synthetic symbolsAlan Modra2-17/+16
2016-09-19Consolidate target_mourn_inferior between GDB and gdbserverSergio Durigan Junior20-28/+72
2016-09-19Automatic date update in version.inGDB Administrator1-1/+1
2016-09-19gdb/s390: Fix build breakage due to std::min/std::max usage without headerPedro Alves2-0/+5
2016-09-18gdb: Fix std::{min, max}-related build breakage on 32-bit hostsPedro Alves5-5/+13
2016-09-18Automatic date update in version.inGDB Administrator1-1/+1
2016-09-17Improve MinGW support in ReadlineEli Zaretskii14-11/+125
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