summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
...
* Remove struct keyword in range-based forSimon Marchi2018-10-032-1/+6
* Add --enable-ubsanTom Tromey2018-10-039-0/+193
* Avoid undefined behavior in expression dumpingTom Tromey2018-10-033-1/+13
* Avoid undefined behavior in ada_operator_lengthTom Tromey2018-10-032-2/+12
* Avoid undefined behavior in read_signed_leb128Tom Tromey2018-10-032-3/+7
* Avoid undefined behavior in parse_numberTom Tromey2018-10-032-6/+8
* Avoid undefined behavior in read_subrange_typeTom Tromey2018-10-032-2/+7
* Avoid undefined behavior in extract_integerTom Tromey2018-10-032-1/+5
* Use unsigned as base type for some enumsTom Tromey2018-10-037-5/+23
* Change dwarf2_frame_state_reg_info::reg to be std::vectorTom Tromey2018-10-033-36/+35
* Do not pass NULL to memcpyTom Tromey2018-10-032-2/+7
* tid-parse.c tid_is_in_list correct 'See' comment.Philippe Waroquiers2018-10-032-1/+5
* Skip gdb ifunc tests on targets that don't support this feature.Sandra Loosemore2018-10-034-3/+33
* Use pulongest in aarch64-linux-tdep.cTom Tromey2018-10-022-2/+6
* Allow remote debugging over a Unix local domain socket.John Darrington2018-10-029-2/+173
* Fix is_amd64_regs_target check in i386-avx512.expSimon Marchi2018-10-012-2/+7
* Add aarch64-sighandler-regs.exp testAlan Hayward2018-10-014-0/+392
* Aarch64: Detect FP regs in signal frameAlan Hayward2018-10-012-19/+219
* Aarch64: Move pseudo defines to headerAlan Hayward2018-10-013-8/+23
* 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
* Darwin: Remove unused variables [-Werror=unused-variable]Pedro Alves2018-09-304-37/+14
* Remove some leftover text in gdb/READMETom Tromey2018-09-292-3/+4
* Update gdb's configure instructionsTom Tromey2018-09-295-182/+208
* Use the existing instruction to determine the RISC-V breakpoint kind.John Baldwin2018-09-283-20/+49
* gdb: Change how frames are selected for 'frame' and 'info frame'.Andrew Burgess2018-09-2812-208/+870
* testsuite: Fix race condition in check-libthread-dbAlan Hayward2018-09-272-0/+14
* gdb/riscv: Improve non-dwarf stack unwindingAndrew Burgess2018-09-267-21/+189
* elf32-nds32: Remove elf32_nds32_allocate_dynrelocsSimon Marchi2018-09-261-0/+4
* Remove dead definition from valops.cTom Tromey2018-09-262-7/+4
* Small fix for "winheight" usageTom Tromey2018-09-262-1/+5
* Remove dead code from gdbserver's configureTom Tromey2018-09-253-11/+5
* Fix PR gdb/20948: --write option to GDB causes segmentation faultJozef Lawrynowicz2018-09-243-0/+73
* 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
* Mark more file descriptors close-on-execTom Tromey2018-09-233-3/+12
* Also recognize __sighndlr on Solaris/x86Rainer Orth2018-09-233-2/+10
* Remove a spurious target_terminal::ours() from windows_nat_target::wait()Jon Turney2018-09-232-2/+5