aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2017-06-27completion_list_add_name wrapper functionsPedro Alves1-0/+9
2017-06-27objfile_per_bfd_storage non-PODPedro Alves1-0/+11
2017-06-27Remove MAX_REGISTER_SIZE from remote-sim.cAlan Hayward1-0/+5
2017-06-27Eliminate make_cleanup_obstack_free, introduce auto_obstackPedro Alves1-0/+33
2017-06-27darwin: Do not add a dummy threadSimon Marchi1-0/+7
2017-06-26record-full: Remove unused function netorder16Simon Marchi1-0/+4
2017-06-26vec: Silence -Wunused-function warnings on clangSimon Marchi1-0/+9
2017-06-26ada-lex: Ignore warnings about register keywordSimon Marchi1-0/+6
2017-06-25main: Don't add int to stringSimon Marchi1-0/+5
2017-06-25dtrace-probe: Put semicolon after while on its own lineSimon Marchi1-0/+5
2017-06-25x86-dregs: Print debug registers one per lineSimon Marchi1-0/+4
2017-06-23Add XTENSA_MAX_REGISTER_SIZEAlan Hayward1-0/+6
2017-06-22Update comment on gdb_environ::unsetSergio Durigan Junior1-0/+4
2017-06-22Fix cached_frame allocation in py-unwindAlan Hayward1-0/+5
2017-06-22Remove an instance of MAX_REGISTER_SIZE from record-full.cAlan Hayward1-0/+4
2017-06-22Regenerate two regformats/i386/.dat filesYao Qi1-0/+5
2017-06-22Remove MAX_REGISTER_SIZE from py-unwind.cAlan Hayward1-0/+10
2017-06-22environ-selftests: Ignore -Wself-move warningPedro Alves1-0/+7
2017-06-22common/agent.h: Add missing include guardsPedro Alves1-0/+4
2017-06-21Change to_xfer_partial doc to use addressable memory unitsSimon Marchi1-0/+5
2017-06-20Use '::iterator' instead of '::const_iterator' on environ.c (and fix breakage...Sergio Durigan Junior1-0/+5
2017-06-20C++ify gdb/common/environ.cSergio Durigan Junior1-0/+45
2017-06-20Adjust the order of 32bit-linux.xml and 32bit-sse.xml in i386/i386-linux.xmlYao Qi1-0/+6
2017-06-20Class-fy tdesc_reg tdesc_type and tdesc_featureYao Qi1-0/+16
2017-06-19Don't throw an error in 'info registers' for unavailable MIPS registers.John Baldwin1-0/+5
2017-06-19.gdb_index writer: close the file before unlinking itPedro Alves1-0/+5
2017-06-19Use getenv instead of gdb_environ on mi-cmd-env.cSergio Durigan Junior1-0/+5
2017-06-18nat/linux-ptrace.c: add missing gdb_byte* castThomas Petazzoni1-0/+5
2017-06-17Add ATTRIBUTE_PRINTF to trace_start_errorSimon Marchi1-0/+4
2017-06-17gdb: Add -Wno-mismatched-tagsSimon Marchi1-0/+5
2017-06-17gdb: Use -Werror when checking for (un)supported warning flagsSimon Marchi1-0/+6
2017-06-17gdb: Pass -x c++ to the compilerSimon Marchi1-0/+4
2017-06-16extract/store integer function templateYao Qi1-0/+46
2017-06-16arc: Select CPU model properly before disassemblingAnton Kolesov1-0/+8
2017-06-14PR gdb/21574: Mention $SHELL and startup-with-shell on "help run"Sergio Durigan Junior1-0/+6
2017-06-14Maxim Grigoriev stepping down as Xtensa maintainerMax Filippov1-0/+4
2017-06-14Don't use print_insn_XXX in GDBYao Qi1-0/+17
2017-06-14Introduce gdb::byte_vector, add allocator that default-initializesPedro Alves1-0/+28
2017-06-13darwin-nat: Add missing includeSimon Marchi1-0/+4
2017-06-13darwin: Add fork-inferior.o to NATDEPFILESSimon Marchi1-0/+5
2017-06-13aix: Add fork-inferior.o to NATDEPFILESSimon Marchi1-0/+5
2017-06-13read/write_pieced_value: Merge into one functionAndreas Arnez1-0/+6
2017-06-13write_pieced_value: Notify memory_changed observersAndreas Arnez1-0/+6
2017-06-13Fix bit-/byte-offset mismatch in parameter to read_value_memoryAndreas Arnez1-0/+6
2017-06-13read/write_pieced_value: Remove unnecessary variable copiesAndreas Arnez1-0/+6
2017-06-13Respect piece offset for DW_OP_bit_pieceAndreas Arnez1-0/+6
2017-06-13read/write_pieced_value: Improve logic for buffer allocationAndreas Arnez1-0/+7
2017-06-13Fix handling of DWARF register pieces on big-endian targetsAndreas Arnez1-0/+7
2017-06-13read/write_pieced_value: Drop 'buffer_size' variableAndreas Arnez1-0/+5
2017-06-13write_pieced_value: Transfer least significant bits into bit-fieldAndreas Arnez1-0/+8