summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.users/palves/per-inf-thread-listPedro Alves2018-10-0136-794/+1213
* Fix follow_exec latent problemPedro Alves2018-10-011-5/+1
* Avoid find_thread_ptid with null_ptidPedro Alves2018-10-014-11/+12
* Remove ancient workaroundGary Benson2018-10-016-87/+11
* Move duplicated code to common/gdb_proc_service.hGary Benson2018-10-016-300/+187
* Update GDB gdb_proc_service.h workaround to match gdbserverGary Benson2018-10-012-2/+7
* Add workaround from gdbserver's gdb_proc_service.h to GDBGary Benson2018-10-015-2/+63
* gdb_proc_service.h comment and whitespace synchronizationGary Benson2018-10-014-9/+42
* Don't check HAVE_UNISTD_HTom Tromey2018-10-014-15/+9
* Copy configure option documentation to gdb.texinfoTom Tromey2018-10-014-5/+160
* testsuite: fix is_amd64_regs_targetMarkus Metzger2018-10-012-6/+12
* Automatic date update in version.inGDB Administrator2018-10-011-1/+1
* Darwin: Remove unused variables [-Werror=unused-variable]Pedro Alves2018-09-304-37/+14
* Automatic date update in version.inGDB Administrator2018-09-301-1/+1
* Remove some leftover text in gdb/READMETom Tromey2018-09-292-3/+4
* Update gdb's configure instructionsTom Tromey2018-09-295-182/+208
* Automatic date update in version.inGDB Administrator2018-09-291-1/+1
* bfd: Use elfclass instead of bed->s->elfclassH.J. Lu2018-09-282-2/+7
* Use the existing instruction to determine the RISC-V breakpoint kind.John Baldwin2018-09-283-20/+49
* Change "xor" name in cpu_core to allow building with iso646.h or C++ compilerКомпан, Вячеслав Олегович2018-09-283-4/+14
* gdb: Change how frames are selected for 'frame' and 'info frame'.Andrew Burgess2018-09-2812-208/+870
* RISC-V: Pc-rel to gp-rel relaxation function cleanup.Jim Wilson2018-09-272-42/+32
* Automatic date update in version.inGDB Administrator2018-09-281-1/+1
* testsuite: Fix race condition in check-libthread-dbAlan Hayward2018-09-272-0/+14
* Automatic date update in version.inGDB Administrator2018-09-271-1/+1
* Skip broken assembler test on Windows host.Sandra Loosemore2018-09-262-1/+10
* gdb/riscv: Improve non-dwarf stack unwindingAndrew Burgess2018-09-267-21/+189
* elf32-nds32: Remove elf32_nds32_allocate_dynrelocsSimon Marchi2018-09-262-13/+4
* Remove dead definition from valops.cTom Tromey2018-09-262-7/+4
* Small fix for "winheight" usageTom Tromey2018-09-262-1/+5
* Automatic date update in version.inGDB Administrator2018-09-261-1/+1
* RISC-V: Give error for RVE PLTs.Jim Wilson2018-09-252-8/+46
* S/390: Fix symbolic displacement in layAndreas Krebbel2018-09-254-1/+8
* Remove dead code from gdbserver's configureTom Tromey2018-09-253-11/+5
* Couple of minor tweaks to the linker testsuite.Eric Botcazou2018-09-253-1/+15
* Automatic date update in version.inGDB Administrator2018-09-251-1/+1
* RISC-V: For PCREL_LO12, fix addend handling in auipc lookup.Jim Wilson2018-09-242-2/+11
* RISC-V: Allow pcrel_lo addends, error on addend overflow.Jim Wilson2018-09-247-13/+58
* Fix PR gdb/20948: --write option to GDB causes segmentation faultJozef Lawrynowicz2018-09-245-0/+91
* Add "const" to a few locals in gdbTom Tromey2018-09-244-4/+11
* Allow setting a parameter to raise gdb.GdbErrorTom Tromey2018-09-236-4/+57
* Consolidate gdb.GdbError handlingTom Tromey2018-09-235-97/+66
* Check for negative argument in Type.template_argumentTom Tromey2018-09-234-0/+23
* Report Python errors coming from gdb.post_eventTom Tromey2018-09-234-3/+23
* Allow conversion of pointers to Python intTom Tromey2018-09-234-3/+23
* Preserve sign when converting gdb.Value to Python intTom Tromey2018-09-234-1/+23
* Allow more Python scalar conversionsTom Tromey2018-09-234-3/+48
* Automatic date update in version.inGDB Administrator2018-09-241-1/+1
* Fix incorrect extraction of signed constants in nios2 disassembler.Sandra Loosemore2018-09-232-13/+21
* Mark more file descriptors close-on-execTom Tromey2018-09-233-3/+12