Fix PR c++/21323: GDB thinks char16_t and char32_t are signed in C++
[deliverable/binutils-gdb.git] / gdb / ChangeLog
2017-04-12  Pedro AlvesFix PR c++/21323: GDB thinks char16_t and char32_t...
2017-04-12  Alan HaywardFix Changelog for ab0538b875c054468aa205d8d36550d1223a3bfd
2017-04-12  Alan HaywardAdd M32R_ARG_REGISTER_SIZE
2017-04-12  Sergio Durigan JuniorFix build breakage from last commit (window-nat.c:windo...
2017-04-12  Sergio Durigan JuniorC++-fy and prepare for sharing fork_inferior
2017-04-11  Pedro Alvesgdb/thread.c: Fix whitespace throughout
2017-04-11  Philipp RudoFix read after xfree in linux-nat.c:linux_nat_detach
2017-04-11  Alan HaywardRemove MAX_REGISTER_SIZE from arm-tdep.c
2017-04-10  Sergio Durigan JuniorFix PR gdb/21364: Dead code due to an unreachable condi...
2017-04-10  Pedro Alvesthread.c: ptid_equal -> operator==
2017-04-10  Pedro AlvesGC gdb/thread.c:current_thread_cleanup_chain
2017-04-10  Alan Haywardmsp430: Don't use REG_UNKNOWN
2017-04-10  Yao QiDon't delete thread_info if refcount isn't zero
2017-04-10  Yao QiHoist code on marking thread as exited
2017-04-10  Simon Marchiwindows-nat.c: Fix bad initialization of ptid
2017-04-07  Simon Marchiptid-selftests: Fix erroneous assert messages
2017-04-07  Alan HaywardAdd BFIN_MAX_REGISTER_SIZE
2017-04-07  Simon MarchiClass-ify ptid_t
2017-04-06  Thomas Preud'hommeFix Windows gdb build failure with Python 2 support
2017-04-05  Simon Marchiptid_{lwp,tid}_p: Remove unnecessary checks
2017-04-05  Pedro Alves-Wwrite-strings: Remove -Wno-write-strings
2017-04-05  Pedro Alves-Wwrite-strings: The Rest
2017-04-05  Pedro Alves-Wwrite-strings: More Solaris
2017-04-05  Pedro Alves-Wwrite-strings: Fix Solaris "set procfs-file"
2017-04-05  Pedro Alves-Wwrite-strings: Some constification in gdb/breakpoint.c
2017-04-05  Pedro Alves-Wwrite-strings: execute_command calls with string...
2017-04-05  Pedro Alves-Wwrite-strings: Add a PyArg_ParseTupleAndKeywords...
2017-04-05  Pedro Alves-Wwrite-strings: Wrap PyGetSetDef for construction...
2017-04-05  Pedro Alves-Wwrite-strings: More fix-old-Python-API wrappers
2017-04-05  Pedro Alves-Wwrite-strings: MI -info-os
2017-04-05  Pedro Alves-Wwrite-strings: Constify mi_cmd_argv_ftype's 'command...
2017-04-05  Pedro Alves-Wwrite-strings: Constify word break character arrays
2017-04-05  Pedro Alves-Wwrite-strings: Constify target_pid_to_str and target_...
2017-04-05  Pedro Alves-Wwrite-strings: Constify warning_pre_print
2017-04-05  Pedro Alves-Wwrite-strings: Constify shell_escape and plug make_co...
2017-04-05  Pedro Alves-Wwrite-strings: Don't initialize string command variab...
2017-04-05  Pedro Alves-Wwrite-strings: Constify macroexp.c:init_shared_buffer
2017-04-05  Pedro Alves-Wwrite-strings: Constify struct disassemble_info's...
2017-04-05  Sergio Durigan JuniorFix PR 21352: Command tsave does not support -r argument
2017-04-05  Yao QiUse frame_unwind_register_value in frame_unwind_registe...
2017-04-05  Yao QiFix racy test in gdb.threads/thread-specific-bp.exp
2017-04-05  Pedro AlvesNew global maintainer - Simon Marchi
2017-04-05  Pedro AlvesInitialize gdb::optional empty payload to quiet false...
2017-04-04  John BaldwinRemove support for using the bsd-uthread target on...
2017-04-04  John BaldwinRemove support for FreeBSD/alpha.
2017-04-04  John BaldwinUse ptid from regcache instead of inferior_ptid.
2017-04-04  Pedro Alvesdwarf2read.c: C++fy lnp_state_machine
2017-04-04  Pedro AlvesMake sect_offset and cu_offset strong typedefs instead...
2017-04-04  Pedro Alvesdwarf2read.c: Make dir_index and file_name_index strong...
2017-04-04  Pedro Alvesgdb::optional: Add observers
2017-04-04  Pedro Alvesdwarf2read.c: Some C++fycation, use std::vector, std...
2017-04-04  Simon Marchiremote.c: Use ptid_t instead of struct ptid
2017-04-04  Alan HaywardRemove MAX_REGISTER_SIZE from frame.c
2017-03-29  Jan KratochvilFix warning: Invalid entry in .debug_gdb_scripts section
2017-03-29  Yao QiAdd constructor and destructor to thread_info
2017-03-28  Anton Kolesovarc: Add prologue analysis
2017-03-28  Anton Kolesovarc: Add disassembler helper
2017-03-28  Anton Kolesovarc: Add "maintenance print arc" command prefix
2017-03-28  Anton Kolesovarc: Align internal regnums with architectural regnums
2017-03-27  Max Filippovgdb: xtensa-linux: support THREADPTR register
2017-03-27  Max Filippovgdb: xtensa: fix test for privileged register number
2017-03-27  Max Filippovgdb: xtensa-linux: add call0 support
2017-03-27  Max Filippovgdb: gdbserver: xtensa: make C0_NREGS available
2017-03-27  Max Filippovgdb: xtensa: clean up xtensa_default_isa initialization
2017-03-27  Pedro Alvesdwarf2read.c: Clean up out of bounds handling
2017-03-27  Pedro Alvesgdb/cp-name-parser.y: Eliminate make_empty, use cplus_d...
2017-03-27  Pedro AlvesFix gdb_xml_debug/gdb_xml_error ATTRIBUTE_PRINTF use
2017-03-27  Pedro Alvesgdb: Make ldirname return a std::string
2017-03-24  Alan HaywardRemove MAX_REGISTER_SIZE from target.c
2017-03-24  Pádraig BradyAvoid segfault on invalid directory table
2017-03-23  Simon MarchiRemove some unnecessary inferior_ptid setting/restoring...
2017-03-23  Alan HaywardRemove MAX_REGISTER_SIZE from sol-thread.c
2017-03-23  Yao QiHandle PRFM in AArch64 process record
2017-03-23  Yao QiFix code indentation
2017-03-23  Yao QiRemove AARCH64_RECORD_FAILURE
2017-03-23  Philipp RudoFix memory leak in python.c:do_start_initialization
2017-03-22  Simon MarchiRemove lwp -> pid conversion in linux_nat_xfer_partial
2017-03-22  Yao QiWrap locally used classes in anonymous namespace
2017-03-22  Jonah GrahamImport sys in gdb/python/lib/gdb/printer/bound_registers.py
2017-03-21  Simon Marchiwindows: Use ptid from regcache in register fetch/store
2017-03-21  Simon MarchiRemove remaining reference to struct serial::current_ti...
2017-03-21  Ivo RaisrDecode properly flags of %ccr register on sparc64.
2017-03-21  Tim WiederhakeFix break on Python 2
2017-03-20  Simon Marchispu: Use ptid from regcache instead of inferior_ptid
2017-03-20  Simon MarchiUse ptid from regcache in almost all remaining nat...
2017-03-20  Artemiy VolkovAdd rvalue reference tests and docs
2017-03-20  Artemiy VolkovAdd rvalue references to overloading resolution
2017-03-20  Artemiy VolkovConvert lvalue reference type check to general referenc...
2017-03-20  Artemiy VolkovSupport rvalue references in the gdb python module...
2017-03-20  Artemiy VolkovSupport DW_TAG_rvalue_reference type
2017-03-20  Artemiy VolkovImplement printing of rvalue reference types and values
2017-03-20  Artemiy VolkovImplement demangling for rvalue reference type names
2017-03-20  Artemiy VolkovSupport rvalue reference type in parser
2017-03-20  Artemiy VolkovAdd ability to return rvalue reference values from...
2017-03-20  Artemiy VolkovChange {lookup,make}_reference_type API
2017-03-20  Artemiy VolkovAdd definitions for rvalue reference types
2017-03-20  Marc-Andre LaperleAdd -file-list-shared-libraries MI command
2017-03-20  Marc-Andre LaperleRemove unused parameter in solib_add and update_solib_list
2017-03-20  Andreas Arnezs390: Fix displaced-stepping certain relative branch...
2017-03-17  Simon Marchii386-gnu-nat: Use ptid from regcache instead of inferio...
next
This page took 0.39193 seconds and 107 git commands to generate.