aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-11-30Fix gdb.linespec/cpls-ops.exp on 32-bitPedro Alves2-2/+17
2017-11-30Remove ioctl-based procfs support on SolarisRainer Orth16-3656/+449
2017-11-30x86: derive DispN from BaseIndexJan Beulich4-4142/+4196
2017-11-30x86: drop Vec_Disp8Jan Beulich8-16281/+16253
2017-11-30x86/Intel: issue diagnostics for redundant segment override prefixesJan Beulich6-7/+64
2017-11-30Revert "x86: Update segment register check in Intel syntax"Jan Beulich7-57/+18
2017-11-30Prevent an illegal memory access in readelf when attempting to parse a corrup...Nick Clifton2-0/+10
2017-11-30Fix sol-thread.c compilation on SolarisRainer Orth2-2/+7
2017-11-30Fix testcase for PR ld/22471Alan Modra2-0/+9
2017-11-29Define MPFR_USE_INTMAX_T so that mpfr.h assumes intmax_t is available.John Baldwin2-0/+6
2017-11-30Automatic date update in version.inGDB Administrator1-1/+1
2017-11-29preserve type length in ada-lang.c::to_fixed_range_typeJoel Brobecker2-0/+10
2017-11-29Breakpoints in symbols with ABI tags (PR c++/19436)Pedro Alves13-18/+721
2017-11-29Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching]Pedro Alves29-125/+1233
2017-11-29Handle custom completion match prefix / LCDPedro Alves9-39/+170
2017-11-29Fix setting-breakpoints regression on PPC64 (function descriptors)Pedro Alves5-75/+66
2017-11-29Fix gdb snapshotsTom Tromey2-1/+5
2017-11-29Give Palmer co-credit for last patch.Jim Wilson1-0/+1
2017-11-29Fix riscv malloc error on small alignment after norvc.Jim Wilson5-11/+23
2017-11-29In x86 -n docs, mention that you need an explicit nop fill byte.Jim Wilson2-1/+7
2017-11-29[GAS][AARCH64]Fix a typo for IP1 register alias.Renlin Li4-2/+12
2017-11-29Check for a NULL symbol pointer when reading relocs from a COFF based file.Nick Clifton2-1/+7
2017-11-29Fix Python rbreak tests setting too many breakpoints when glibc debug info is...Phil Muldoon2-0/+5
2017-11-29Update usage text for add-symbol-file, symbol-file, and loadTom Tromey2-4/+16
2017-11-29Fix add-symbol-file usage and errorsTom Tromey4-8/+31
2017-11-29[gdb/testsuite] Fix return type of psymtab-parameterThomas Preud'homme3-2/+9
2017-11-29Stop objdump from attempting to allocate a huge chunk of memory when parsing ...Nick Clifton2-1/+17
2017-11-29ld: Add a testcase for PR ld/22471H.J. Lu5-0/+63
2017-11-29[gdb/testsuite] Fix wrong return type in testsThomas Preud'homme5-3/+12
2017-11-29Support --localedir, --datarootdir and --datadirStefan Stroe14-28/+70
2017-11-29Use the record_alignment function when creating a .note section, in case the ...Nick Clifton2-2/+7
2017-11-28Allow multiply-defined absolute symbols when they have the same value.Cary Coutant2-5/+20
2017-11-28Allow multiple .eh_frame sections per object file.Cary Coutant3-16/+19
2017-11-29Automatic date update in version.inGDB Administrator1-1/+1
2017-11-28Prevent a memory exhaustion problem when trying to read in strings from a COF...Nick Clifton2-2/+8
2017-11-28gold: Add a newline at end of pr22266_a.cH.J. Lu2-1/+5
2017-11-28Properly handle note sections and segmentsH.J. Lu2-16/+39
2017-11-28Fix a memory access violation when attempting to parse a corrupt COFF binary ...users/ARM/embedded-gdb-master-2017q4users/ARM/embedded-binutils-master-2017q4Nick Clifton10-48/+126
2017-11-28ELF: Don't set non_ir_ref_regular in check_relocsH.J. Lu53-196/+57
2017-11-28PR22471, undefined reference to linker-defined symbolsAlan Modra12-53/+82
2017-11-28Copying symbol type in ld script assignmentsAlan Modra5-34/+38
2017-11-28ld: Set non_ir_ref_regular on symbols referenced in regular objectsH.J. Lu6-3/+109
2017-11-27Compress loads/stores with implicit 0 offset.Jim Wilson7-6/+99
2017-11-27Fix symbol values and relocation addends for relocatable links.Cary Coutant8-28/+92
2017-11-28Automatic date update in version.inGDB Administrator1-1/+1
2017-11-27Remove REMOTE_OBSTom Tromey2-23/+17
2017-11-27Move target object files to target subdirectoryTom Tromey2-7/+16
2017-11-27Add missing files to COMMON_SFILESTom Tromey2-4/+11
2017-11-27Simplify COMMON_OBS by using list of sourcesTom Tromey2-208/+45
2017-11-27Define YYOBJ in terms of YYFILESTom Tromey2-11/+9