aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-10-01[ARC] Make sure global symbol is not an indirect or warning.Cupertino Miranda1-1/+6
2018-10-01[ARC] Improved robustness. Return FALSE in case of NULL pointer.Cupertino Miranda1-0/+3
2018-10-01[ARC] Refactored location where GOT information is collected.Cupertino Miranda2-37/+46
2018-10-01Remove ancient workaroundGary Benson6-87/+11
2018-10-01Move duplicated code to common/gdb_proc_service.hGary Benson6-300/+187
2018-10-01Update GDB gdb_proc_service.h workaround to match gdbserverGary Benson2-2/+7
2018-10-01Add workaround from gdbserver's gdb_proc_service.h to GDBGary Benson5-2/+63
2018-10-01gdb_proc_service.h comment and whitespace synchronizationGary Benson4-9/+42
2018-10-01Don't check HAVE_UNISTD_HTom Tromey4-15/+9
2018-10-01Copy configure option documentation to gdb.texinfoTom Tromey4-5/+160
2018-10-01testsuite: fix is_amd64_regs_targetMarkus Metzger2-6/+12
2018-10-01Automatic date update in version.inGDB Administrator1-1/+1
2018-09-30Darwin: Remove unused variables [-Werror=unused-variable]Pedro Alves4-37/+14
2018-09-30Automatic date update in version.inGDB Administrator1-1/+1
2018-09-29Remove some leftover text in gdb/READMETom Tromey2-3/+4
2018-09-29Update gdb's configure instructionsTom Tromey5-182/+208
2018-09-29Automatic date update in version.inGDB Administrator1-1/+1
2018-09-28bfd: Use elfclass instead of bed->s->elfclassH.J. Lu2-2/+7
2018-09-28Use the existing instruction to determine the RISC-V breakpoint kind.John Baldwin3-20/+49
2018-09-28Change "xor" name in cpu_core to allow building with iso646.h or C++ compilerКомпан, Вячеслав Олегович3-4/+14
2018-09-28gdb: Change how frames are selected for 'frame' and 'info frame'.Andrew Burgess12-208/+870
2018-09-27RISC-V: Pc-rel to gp-rel relaxation function cleanup.Jim Wilson2-42/+32
2018-09-28Automatic date update in version.inGDB Administrator1-1/+1
2018-09-27testsuite: Fix race condition in check-libthread-dbAlan Hayward2-0/+14
2018-09-27Automatic date update in version.inGDB Administrator1-1/+1
2018-09-26Skip broken assembler test on Windows host.Sandra Loosemore2-1/+10
2018-09-26gdb/riscv: Improve non-dwarf stack unwindingAndrew Burgess7-21/+189
2018-09-26elf32-nds32: Remove elf32_nds32_allocate_dynrelocsSimon Marchi2-13/+4
2018-09-26Remove dead definition from valops.cTom Tromey2-7/+4
2018-09-26Small fix for "winheight" usageTom Tromey2-1/+5
2018-09-26Automatic date update in version.inGDB Administrator1-1/+1
2018-09-25RISC-V: Give error for RVE PLTs.Jim Wilson2-8/+46
2018-09-25S/390: Fix symbolic displacement in layAndreas Krebbel4-1/+8
2018-09-25Remove dead code from gdbserver's configureTom Tromey3-11/+5
2018-09-25Couple of minor tweaks to the linker testsuite.Eric Botcazou3-1/+15
2018-09-25Automatic date update in version.inGDB Administrator1-1/+1
2018-09-24RISC-V: For PCREL_LO12, fix addend handling in auipc lookup.Jim Wilson2-2/+11
2018-09-24RISC-V: Allow pcrel_lo addends, error on addend overflow.Jim Wilson7-13/+58
2018-09-24Fix PR gdb/20948: --write option to GDB causes segmentation faultJozef Lawrynowicz5-0/+91
2018-09-24Add "const" to a few locals in gdbTom Tromey4-4/+11
2018-09-23Allow setting a parameter to raise gdb.GdbErrorTom Tromey6-4/+57
2018-09-23Consolidate gdb.GdbError handlingTom Tromey5-97/+66
2018-09-23Check for negative argument in Type.template_argumentTom Tromey4-0/+23
2018-09-23Report Python errors coming from gdb.post_eventTom Tromey4-3/+23
2018-09-23Allow conversion of pointers to Python intTom Tromey4-3/+23
2018-09-23Preserve sign when converting gdb.Value to Python intTom Tromey4-1/+23
2018-09-23Allow more Python scalar conversionsTom Tromey4-3/+48
2018-09-24Automatic date update in version.inGDB Administrator1-1/+1
2018-09-23Fix incorrect extraction of signed constants in nios2 disassembler.Sandra Loosemore2-13/+21
2018-09-23Mark more file descriptors close-on-execTom Tromey3-3/+12