aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-01Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.users/palves/per-inf-thread-listPedro Alves
2018-10-01Fix follow_exec latent problemPedro Alves
2018-10-01Avoid find_thread_ptid with null_ptidPedro Alves
2018-10-01Remove ancient workaroundGary Benson
2018-10-01Move duplicated code to common/gdb_proc_service.hGary Benson
2018-10-01Update GDB gdb_proc_service.h workaround to match gdbserverGary Benson
2018-10-01Add workaround from gdbserver's gdb_proc_service.h to GDBGary Benson
2018-10-01gdb_proc_service.h comment and whitespace synchronizationGary Benson
2018-10-01Don't check HAVE_UNISTD_HTom Tromey
2018-10-01Copy configure option documentation to gdb.texinfoTom Tromey
2018-10-01testsuite: fix is_amd64_regs_targetMarkus Metzger
2018-10-01Automatic date update in version.inGDB Administrator
2018-09-30Darwin: Remove unused variables [-Werror=unused-variable]Pedro Alves
2018-09-30Automatic date update in version.inGDB Administrator
2018-09-29Remove some leftover text in gdb/READMETom Tromey
2018-09-29Update gdb's configure instructionsTom Tromey
2018-09-29Automatic date update in version.inGDB Administrator
2018-09-28bfd: Use elfclass instead of bed->s->elfclassH.J. Lu
2018-09-28Use the existing instruction to determine the RISC-V breakpoint kind.John Baldwin
2018-09-28Change "xor" name in cpu_core to allow building with iso646.h or C++ compilerКомпан, Вячеслав Олегович
2018-09-28gdb: Change how frames are selected for 'frame' and 'info frame'.Andrew Burgess
2018-09-27RISC-V: Pc-rel to gp-rel relaxation function cleanup.Jim Wilson
2018-09-28Automatic date update in version.inGDB Administrator
2018-09-27testsuite: Fix race condition in check-libthread-dbAlan Hayward
2018-09-27Automatic date update in version.inGDB Administrator
2018-09-26Skip broken assembler test on Windows host.Sandra Loosemore
2018-09-26gdb/riscv: Improve non-dwarf stack unwindingAndrew Burgess
2018-09-26elf32-nds32: Remove elf32_nds32_allocate_dynrelocsSimon Marchi
2018-09-26Remove dead definition from valops.cTom Tromey
2018-09-26Small fix for "winheight" usageTom Tromey
2018-09-26Automatic date update in version.inGDB Administrator
2018-09-25RISC-V: Give error for RVE PLTs.Jim Wilson
2018-09-25S/390: Fix symbolic displacement in layAndreas Krebbel
2018-09-25Remove dead code from gdbserver's configureTom Tromey
2018-09-25Couple of minor tweaks to the linker testsuite.Eric Botcazou
2018-09-25Automatic date update in version.inGDB Administrator
2018-09-24RISC-V: For PCREL_LO12, fix addend handling in auipc lookup.Jim Wilson
2018-09-24RISC-V: Allow pcrel_lo addends, error on addend overflow.Jim Wilson
2018-09-24Fix PR gdb/20948: --write option to GDB causes segmentation faultJozef Lawrynowicz
2018-09-24Add "const" to a few locals in gdbTom Tromey
2018-09-23Allow setting a parameter to raise gdb.GdbErrorTom Tromey
2018-09-23Consolidate gdb.GdbError handlingTom Tromey
2018-09-23Check for negative argument in Type.template_argumentTom Tromey
2018-09-23Report Python errors coming from gdb.post_eventTom Tromey
2018-09-23Allow conversion of pointers to Python intTom Tromey
2018-09-23Preserve sign when converting gdb.Value to Python intTom Tromey
2018-09-23Allow more Python scalar conversionsTom Tromey
2018-09-24Automatic date update in version.inGDB Administrator
2018-09-23Fix incorrect extraction of signed constants in nios2 disassembler.Sandra Loosemore
2018-09-23Mark more file descriptors close-on-execTom Tromey