aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2018-05-08Define GNULIB_NAMESPACE in unittests/string_view-selftests.cSimon Marchi2-0/+6
2018-05-08gdb/x86: Handle kernels using compact xsave formatAndrew Burgess12-400/+872
2018-05-08watchpoint-unaligned.exp: Use skip_hw_watchpoint_testsJan Kratochvil2-0/+8
2018-05-08[spu] Fix "info spu event" output formattingUlrich Weigand2-3/+9
2018-05-07Add -Wduplicated-condTom Tromey5-3/+15
2018-05-07Fix decoding of ARM VFP instructionsTom Tromey2-2/+9
2018-05-04Add -Wimplicit-fallthroughTom Tromey5-3/+15
2018-05-04Add a missing break in record_linux_system_callTom Tromey2-0/+6
2018-05-04Add missing "breaks"Tom Tromey3-0/+9
2018-05-04Add two fall-through comments in rs6000-tdep.cTom Tromey2-0/+7
2018-05-04Add fall-through comment to i386-tdep.cTom Tromey2-0/+5
2018-05-04Add a fall-through comment to stabsread.cTom Tromey2-0/+6
2018-05-04Fix "obvious" fall-through warningsTom Tromey6-0/+16
2018-05-04Add missing ATTRIBUTE_NORETURNsTom Tromey2-1/+5
2018-05-04Fix "fall through" commentsTom Tromey21-24/+63
2018-05-04Let gdb.execute handle multi-line commandsTom Tromey8-32/+123
2018-05-04Allow breakpoint commands to be set from PythonTom Tromey7-3/+75
2018-05-04Use function_view in cli-script.cTom Tromey7-74/+79
2018-05-04Allow defining a user command inside a user commandTom Tromey6-12/+75
2018-05-04Constify prompt argument to read_command_linesTom Tromey5-15/+23
2018-05-04Make print_command_trace varargsTom Tromey4-14/+21
2018-05-04Use counted_command_line everywhereTom Tromey12-243/+183
2018-05-04Allocate cmd_list_element with newTom Tromey3-55/+62
2018-05-04aarch64: PR 19806: watchpoints: false negatives + PR 20207 contiguous onesJan Kratochvil14-128/+657
2018-05-04gdb: Make test names unique in gdb.base/maint.expAndrew Burgess2-16/+15
2018-05-04(SPARC/LEON) fix incorrect array return value printed by "finish"Joel Brobecker2-24/+51
2018-05-04Minor cleanups in printcmd.cTom Tromey2-7/+6
2018-05-04Use previous count when 'x' command is repeatedTom Tromey4-0/+28
2018-05-04Remove do_closedir_cleanupTom Tromey4-32/+31
2018-05-04Remove cleanup from print_mention_exceptionTom Tromey2-5/+7
2018-05-04Return std::string from ada_exception_catchpoint_cond_stringTom Tromey2-22/+19
2018-05-04Remove cleanup from old_renaming_is_invisibleTom Tromey2-28/+12
2018-05-04Use gdb_bfd_ref_ptr in target_bfdTom Tromey2-4/+7
2018-05-04[spu] Fix build breakUlrich Weigand2-2/+6
2018-05-04Remove a cleanup from remote.cTom Tromey2-23/+24
2018-05-04gdb/testsuite: Handle targets with lots of registersAndrew Burgess2-2/+27
2018-05-04configure uses incorrect link order when testing libpythonPaul Pluzhnikov4-16/+22
2018-05-04gdb/testsuite: Fix broken regexp in gdbstub caseAndrew Burgess2-1/+10
2018-05-03Use flex's -t option instead of --stdoutSimon Marchi2-1/+5
2018-05-03gdb/testsuite: Filter out some registers for riscvAndrew Burgess2-0/+15
2018-05-03Fix s390 GNU/Linux buildPedro Alves2-2/+9
2018-05-03target factories, target open and multiple instances of targetsPedro Alves73-447/+715
2018-05-03linux_nat_target: More low methodsPedro Alves15-278/+218
2018-05-03target_ops: Use bool throughoutPedro Alves47-708/+772
2018-05-03make-target-delegates: line break between return type and function namePedro Alves3-2/+29
2018-05-03Convert struct target_ops to C++Pedro Alves151-8743/+9667
2018-05-03Eliminate target_ops::to_xclosePedro Alves4-9/+17
2018-05-03Make inf_ptrace_trad Linux-only, move to separate filePedro Alves9-156/+217
2018-05-03More procfs.c simplificationPedro Alves5-24/+15
2018-05-03Eliminate procfs.c:procfs_use_watchpointsPedro Alves5-20/+37