aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2020-05-04gdb: remove TYPE_INCOMPLETESimon Marchi3-14/+6
2020-05-04[gdb/testsuite] Fix gdb.base/async.exp with gcc-8Tom de Vries2-6/+53
2020-05-03Update more calls to add_prefix_cmdTom Tromey13-173/+86
2020-05-02Fix typo in comment of DYN_PROP_ASSOCIATEDHannes Domani2-1/+5
2020-05-02gdb: Fix formatting error in ChangeLogAndrew Burgess1-0/+2
2020-05-02[gdb/testsuite] Fix i386-mpx.exp compilation warningsTom de Vries7-0/+41
2020-05-02[gdb/testsuite] Update psym-external-decl.exp for gcc-10/clangTom de Vries3-1/+10
2020-05-01[gdb/testsuite] Fix gdb.ada/operator_bp.exp breakpoint location FAILsTom de Vries2-4/+15
2020-05-01Remove gdb-gdb.gdb breakpoint on disappeared function info_command.Philippe Waroquiers2-6/+4
2020-05-01Fix size recalculation of fortran arraysHannes Domani1-62/+70
2020-05-01[gdb/testsuite] Fix Wunused-result warning in until-reverse.cTom de Vries2-1/+6
2020-04-30Add support for NetBSD thread events (create, exit)Kamil Rytarowski3-3/+90
2020-04-30Revert "2020-04-29 Sterling Augustine <saugustine@google.com>"Tom de Vries2-5/+0
2020-04-30Remove duplicated creation of "frame" command and "f" alias.Philippe Waroquiers2-9/+4
2020-04-30Calculate size of array of stubbed typeHannes Domani7-0/+126
2020-04-30Adjust array pretty printer tests to the new formatHannes Domani2-3/+8
2020-04-30Use thiscall calling convention for class membersHannes Domani4-7/+83
2020-04-29gdb: silence shellcheck warning SC2162 (use read -r) in gdbarch.shSimon Marchi2-0/+6
2020-04-29gdb: fix shellcheck warnings SC2154 (referenced but not assigned) in gdbarch.shSimon Marchi2-7/+12
2020-04-29gdb: fix shellcheck warnings SC2034 (unused variable) in gdbarch.shSimon Marchi2-19/+6
2020-04-29gdb: fix shellcheck warnings SC2166 (&& and !! instead of -a and -o) in gdbar...Simon Marchi2-7/+12
2020-04-29gdb: fix shellcheck warnings SC2006 (use $() instead of ``) in gdbarch.shSimon Marchi2-3/+7
2020-04-29gdb: fix shellcheck warnings SC2086 (missing double quotes) in gdbarch.shSimon Marchi2-8/+12
2020-04-29gdb: fix shellcheck warnings SC2059 (variables in printf format string) in gd...Simon Marchi2-61/+66
2020-04-292020-04-29 Sterling Augustine <saugustine@google.com>Sterling Augustine2-0/+5
2020-04-29gdb: fix duplicate test names in gdb.base/break.expSimon Marchi2-34/+43
2020-04-29Fix Ada crash with .debug_typesTom Tromey2-34/+36
2020-04-29Set NetBSD xml syscall file name to syscalls/netbsd.xmlKamil Rytarowski2-0/+7
2020-04-29Add basic event handling in the NetBSD targetKamil Rytarowski4-0/+264
2020-04-29Remove some dead codeTom Tromey2-50/+4
2020-04-29[gdb/testsuite] Add xfails for PR gcc/90232Tom de Vries4-3/+57
2020-04-29Fix array pretty formatterHannes Domani9-20/+125
2020-04-29[gdb] Fix range loop index in find_methodTom de Vries5-4/+45
2020-04-29Add definitions of system calls to catch in native NetBSD targetsKamil Rytarowski4-1/+547
2020-04-28gdb: fix shellcheck warning in update-freebsd.shSimon Marchi2-1/+5
2020-04-28Allow Python commands to be in class_tuiTom Tromey5-4/+25
2020-04-28Add missing ChangeLog entriesTom de Vries2-0/+12
2020-04-28gdb: Fix toplevel types with -fdebug-types-sectionMark Williams3-0/+59
2020-04-28gdb: use gdb:hash_enum as hash function in offset_map_typeSimon Marchi2-1/+8
2020-04-28Fix typo (thead -> thread)Tankut Baris Aktemur4-2/+11
2020-04-28[gdb/testsuite] Add PR number to KFAIL in gdb.opt/inline-cmds.expTom de Vries2-1/+5
2020-04-28[gdb/testsuite] Remove KFAIL from gdb.base/info-macros.expTom de Vries2-4/+5
2020-04-28[gdb/testsuite] Add PR number in KFAIL in gdb.ada/array_ptr_renaming.expTom de Vries2-1/+5
2020-04-28[gdb/symtab] Handle struct decl with DW_AT_signatureTom de Vries5-1/+187
2020-04-27gdb, gdbserver: remove configure check for fs_base/gs_base in user_regs_structSimon Marchi6-106/+13
2020-04-27Expand dynamic type documentationTom Tromey2-2/+25
2020-04-27Fix remaining inline/tailcall unwinding breakage for x86_64Luis Machado4-3/+55
2020-04-26Remove class_pseudoTom Tromey2-1/+5
2020-04-26Fix comments and whitespace in lookup_cmd_compositionPhilippe Waroquiers2-29/+34
2020-04-25Remove unused code block in inf_ptrace_target::waitKamil Rytarowski2-38/+5