aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2018-05-11gdb/x86: Fix write out of mxcsr register for xsave targetsAndrew Burgess1-0/+5
2018-05-11gdb: xtensa: drop gdb_target definitionMax Filippov1-0/+4
2018-05-11Fix email address in ChangeLog entryPedro Alves1-1/+1
2018-05-11Heap-allocate core_target instancesPedro Alves1-0/+28
2018-05-11Eliminate the 'the_core_target' globalPedro Alves1-0/+12
2018-05-11Move core_bfd to program spaceTom Tromey1-0/+7
2018-05-11Remove cleanups from mdebugread.cTom Tromey1-0/+5
2018-05-10Fix the clang buildTom Tromey1-0/+5
2018-05-10gdbserver/Windows: crash during connection establishment phaseJoel Brobecker1-0/+6
2018-05-10Fix tagged pointer supportOmair Javaid1-0/+9
2018-05-09gdb: xtensa: handle privileged registersMax Filippov1-0/+9
2018-05-08Define GNULIB_NAMESPACE in unittests/string_view-selftests.cSimon Marchi1-0/+4
2018-05-08gdb/x86: Handle kernels using compact xsave formatAndrew Burgess1-0/+17
2018-05-08[spu] Fix "info spu event" output formattingUlrich Weigand1-0/+4
2018-05-07Add -Wduplicated-condTom Tromey1-0/+5
2018-05-07Fix decoding of ARM VFP instructionsTom Tromey1-0/+6
2018-05-04Add -Wimplicit-fallthroughTom Tromey1-0/+5
2018-05-04Add a missing break in record_linux_system_callTom Tromey1-0/+5
2018-05-04Add missing "breaks"Tom Tromey1-0/+7
2018-05-04Add two fall-through comments in rs6000-tdep.cTom Tromey1-0/+5
2018-05-04Add fall-through comment to i386-tdep.cTom Tromey1-0/+4
2018-05-04Add a fall-through comment to stabsread.cTom Tromey1-0/+5
2018-05-04Fix "obvious" fall-through warningsTom Tromey1-0/+11
2018-05-04Add missing ATTRIBUTE_NORETURNsTom Tromey1-0/+4
2018-05-04Fix "fall through" commentsTom Tromey1-0/+31
2018-05-04Let gdb.execute handle multi-line commandsTom Tromey1-0/+16
2018-05-04Allow breakpoint commands to be set from PythonTom Tromey1-0/+7
2018-05-04Use function_view in cli-script.cTom Tromey1-0/+18
2018-05-04Allow defining a user command inside a user commandTom Tromey1-0/+11
2018-05-04Constify prompt argument to read_command_linesTom Tromey1-0/+10
2018-05-04Make print_command_trace varargsTom Tromey1-0/+8
2018-05-04Use counted_command_line everywhereTom Tromey1-0/+44
2018-05-04Allocate cmd_list_element with newTom Tromey1-0/+8
2018-05-04aarch64: PR 19806: watchpoints: false negatives + PR 20207 contiguous onesJan Kratochvil1-0/+36
2018-05-04(SPARC/LEON) fix incorrect array return value printed by "finish"Joel Brobecker1-0/+9
2018-05-04Minor cleanups in printcmd.cTom Tromey1-0/+5
2018-05-04Use previous count when 'x' command is repeatedTom Tromey1-0/+6
2018-05-04Remove do_closedir_cleanupTom Tromey1-0/+9
2018-05-04Remove cleanup from print_mention_exceptionTom Tromey1-0/+4
2018-05-04Return std::string from ada_exception_catchpoint_cond_stringTom Tromey1-0/+5
2018-05-04Remove cleanup from old_renaming_is_invisibleTom Tromey1-0/+5
2018-05-04Use gdb_bfd_ref_ptr in target_bfdTom Tromey1-0/+5
2018-05-04[spu] Fix build breakUlrich Weigand1-0/+4
2018-05-04Remove a cleanup from remote.cTom Tromey1-0/+5
2018-05-04configure uses incorrect link order when testing libpythonPaul Pluzhnikov1-0/+7
2018-05-03Use flex's -t option instead of --stdoutSimon Marchi1-0/+4
2018-05-03Fix s390 GNU/Linux buildPedro Alves1-0/+8
2018-05-03target factories, target open and multiple instances of targetsPedro Alves1-0/+236
2018-05-03linux_nat_target: More low methodsPedro Alves1-0/+46
2018-05-03target_ops: Use bool throughoutPedro Alves1-0/+64