aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2020-07-18Remove "linux_multi_process" globalTom Tromey2-6/+6
2020-07-17gdb/riscv: delete target descriptions when gdb exitsAndrew Burgess4-15/+21
2020-07-17[gdb/testsuite] Add gdb.base/valgrind-infcall-2.expTom de Vries4-13/+131
2020-07-17Use boolean literals in linux-nat.cTom Tromey2-4/+11
2020-07-17[gdb/testsuite] Use MACRO_AT_{func,range}Tom de Vries23-198/+64
2020-07-17[gdb/testsuite] Drop src arg of MACRO_AT_{func,range}Tom de Vries17-45/+47
2020-07-17[gdb/testsuite] Remove Dwarf::externTom de Vries12-28/+14
2020-07-16Fix POSIX-isms in gdb.base/shell.expSandra Loosemore2-10/+21
2020-07-16gdb: fix issues with handling DWARF v5 rnglists & .dwo files.Caroline Tice5-48/+398
2020-07-16[gdb/testsuite] Add pseudo line number program instruction: lineTom de Vries8-99/+100
2020-07-15gdb/testsuite: Update test pattern in ptype-on-functions.expAndrew Burgess2-1/+6
2020-07-15[gdb/testsuite] Handle callq -> call disassembly changeTom de Vries2-2/+5
2020-07-15gdb/fortran: Handle dynamic string types when printing typesAndrew Burgess5-4/+47
2020-07-14gdb/testsuite/lib/dwarf.exp: fix addr_size parameter commentsSimon Marchi2-3/+8
2020-07-14gdb: Improve formatting of 'show endian' messagesAndrew Burgess3-23/+23
2020-07-14gdb: Improve formatting of 'show architecture' messagesAndrew Burgess12-20/+36
2020-07-14[gdb/testsuite] Fix clone-new-thread-event.c with glibc 2.30Tom de Vries2-2/+8
2020-07-13Fix frame-apply.html collision in GDB manual.Paul Carroll2-3/+9
2020-07-13Skip directory tests in gdb.base/info_sources.exp on remote hostSandra Loosemore2-3/+12
2020-07-13Fix gdb.base/savedregs.exp with clangGary Benson2-1/+6
2020-07-13Fix gdb.arch/i386-sse.exp with clangGary Benson2-1/+5
2020-07-13Use volatile pointers when attempting to trigger SIGSEGVsGary Benson6-5/+14
2020-07-13Skip VLA structure field tests when compiling with clangGary Benson5-77/+180
2020-07-13[gdb/testsuite] Handle missing gold linker in gdb.base/morestack.expTom de Vries5-2/+29
2020-07-12gdb: make type::bounds work for array and string typesSimon Marchi17-44/+69
2020-07-12gdb: remove TYPE_ARRAY_BIT_STRIDESimon Marchi4-9/+8
2020-07-12gdb: remove TYPE_BIT_STRIDESimon Marchi3-6/+22
2020-07-12gdb: remove TYPE_ARRAY_{LOWER,UPPER}_BOUND_VALUESimon Marchi5-12/+12
2020-07-12gdb: remove TYPE_ARRAY_{UPPER,LOWER}_BOUND_IS_UNDEFINEDSimon Marchi9-17/+20
2020-07-12gdb: remove TYPE_LOW_BOUND_KIND and TYPE_HIGH_BOUND_KINDSimon Marchi7-16/+18
2020-07-12gdb: remove TYPE_LOW_BOUND_UNDEFINED and TYPE_HIGH_BOUND_UNDEFINEDSimon Marchi5-12/+17
2020-07-12gdb: remove TYPE_HIGH_BOUND and TYPE_LOW_BOUNDSimon Marchi15-53/+58
2020-07-12gdb: add accessors to struct dynamic_propSimon Marchi12-135/+183
2020-07-12gdb: make get_discrete_bounds check for non-constant range boundsSimon Marchi2-16/+20
2020-07-12gdb: remove TYPE_RANGE_DATA macroSimon Marchi11-32/+34
2020-07-12gdb: add type::bounds / type::set_boundsSimon Marchi4-12/+39
2020-07-11rust: Fix rust modules testDaniel Xu2-1/+8
2020-07-11Fine tune exec-file-mismatch help and documentation.Philippe Waroquiers4-2/+16
2020-07-10Fix crash if connection drops in scoped_restore_current_thread's ctor, part 2Pedro Alves3-19/+36
2020-07-10Fix crash if connection drops in scoped_restore_current_thread's ctor, part 1Pedro Alves3-3/+36
2020-07-10Fix GDB busy loop when interrupting non-stop program (PR 26199)Simon Marchi2-27/+20
2020-07-10Testcase for previous handle_no_resumed fixesPedro Alves3-1/+87
2020-07-10Make handle_no_resumed transfer terminalPedro Alves2-12/+60
2020-07-10Fix handle_no_resumed w/ multiple targetsPedro Alves2-5/+22
2020-07-10Avoid constant stream of TARGET_WAITKIND_NO_RESUMEDPedro Alves2-1/+11
2020-07-10Fix latent bug in target_pass_ctrlcPedro Alves2-1/+7
2020-07-10Fix spurious unhandled remote %Stop notificationsPedro Alves2-1/+23
2020-07-10Enable multi-process mode in the FreeBSD native target.John Baldwin3-0/+15
2020-07-09Don't compare the pid returned from 'wait' against inferior_ptid.John Baldwin2-1/+6
2020-07-09Support several new ELF auxiliary vector types on FreeBSD.John Baldwin2-0/+11