aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2018-10-04Avoid pagination in attach.expTom Tromey2-2/+9
2018-10-04Add self to gdb/MAINTAINERSRainer Orth2-2/+7
2018-10-03Avoid two uninitialized warnings from gccTom Tromey3-2/+9
2018-10-03Remove struct keyword in range-based forSimon Marchi2-1/+6
2018-10-03Add --enable-ubsanTom Tromey9-0/+193
2018-10-03Avoid undefined behavior in expression dumpingTom Tromey3-1/+13
2018-10-03Avoid undefined behavior in ada_operator_lengthTom Tromey2-2/+12
2018-10-03Avoid undefined behavior in read_signed_leb128Tom Tromey2-3/+7
2018-10-03Avoid undefined behavior in parse_numberTom Tromey2-6/+8
2018-10-03Avoid undefined behavior in read_subrange_typeTom Tromey2-2/+7
2018-10-03Avoid undefined behavior in extract_integerTom Tromey2-1/+5
2018-10-03Use unsigned as base type for some enumsTom Tromey7-5/+23
2018-10-03Change dwarf2_frame_state_reg_info::reg to be std::vectorTom Tromey3-36/+35
2018-10-03Do not pass NULL to memcpyTom Tromey2-2/+7
2018-10-03tid-parse.c tid_is_in_list correct 'See' comment.Philippe Waroquiers2-1/+5
2018-10-03Skip gdb ifunc tests on targets that don't support this feature.Sandra Loosemore4-3/+33
2018-10-02Use pulongest in aarch64-linux-tdep.cTom Tromey2-2/+6
2018-10-02Allow remote debugging over a Unix local domain socket.John Darrington9-2/+173
2018-10-01Fix is_amd64_regs_target check in i386-avx512.expSimon Marchi2-2/+7
2018-10-01Add aarch64-sighandler-regs.exp testAlan Hayward4-0/+392
2018-10-01Aarch64: Detect FP regs in signal frameAlan Hayward2-19/+219
2018-10-01Aarch64: Move pseudo defines to headerAlan Hayward3-8/+23
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-09-30Darwin: Remove unused variables [-Werror=unused-variable]Pedro Alves4-37/+14
2018-09-29Remove some leftover text in gdb/READMETom Tromey2-3/+4
2018-09-29Update gdb's configure instructionsTom Tromey5-182/+208
2018-09-28Use the existing instruction to determine the RISC-V breakpoint kind.John Baldwin3-20/+49
2018-09-28gdb: Change how frames are selected for 'frame' and 'info frame'.Andrew Burgess12-208/+870
2018-09-27testsuite: Fix race condition in check-libthread-dbAlan Hayward2-0/+14
2018-09-26gdb/riscv: Improve non-dwarf stack unwindingAndrew Burgess7-21/+189
2018-09-26elf32-nds32: Remove elf32_nds32_allocate_dynrelocsSimon Marchi1-0/+4
2018-09-26Remove dead definition from valops.cTom Tromey2-7/+4
2018-09-26Small fix for "winheight" usageTom Tromey2-1/+5
2018-09-25Remove dead code from gdbserver's configureTom Tromey3-11/+5
2018-09-24Fix PR gdb/20948: --write option to GDB causes segmentation faultJozef Lawrynowicz3-0/+73
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