aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-27Move python object files to python subdirectoryTom Tromey4-51/+17
2017-11-27Move guile object files to guile subdirectoryTom Tromey4-34/+13
2017-11-27Move unittests object files to unittests subdirectoryTom Tromey2-19/+8
2017-11-27Move tui object files to tui subdirectoryTom Tromey2-24/+9
2017-11-27Move compile object files to compile subdirectoryTom Tromey2-14/+9
2017-11-27Move mi objects to mi subdirectoryTom Tromey2-25/+11
2017-11-27Move cli object files to cli subdirectoryTom Tromey2-15/+9
2017-11-27A simpler way to make the "arch" build directoryTom Tromey4-28/+17
2017-11-27gas: xtensa: speed up find_trampoline_segMax Filippov2-1/+13
2017-11-27gas: xtensa: implement trampoline coalescingMax Filippov7-28/+341
2017-11-27gas: xtensa: reuse trampoline placement codeMax Filippov3-91/+23
2017-11-27gas: xtensa: rewrite xg_relax_trampolineMax Filippov5-301/+284