windows-nat.c: Fix bad initialization of ptid
[deliverable/binutils-gdb.git] / gdb / ChangeLog
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...
2017-03-17  Simon Marchii386-darwin-nat: Use ptid from regcache instead of...
2017-03-17  Simon Marchii386-bsd-nat: Use ptid from regcache instead of inferio...
2017-03-17  Simon Marchihppa-obsd-nat: Use ptid from regcache instead of inferi...
2017-03-17  Simon Marchihppa-nbsd-nat: Use ptid from regcache instead of inferi...
2017-03-17  Simon Marchihppa-linux-nat: Use ptid from regcache instead of infer...
2017-03-17  Simon Marchicorelow: Use ptid from regcache instead of inferior_ptid
2017-03-17  Simon Marchibsd-uthread: Use ptid from regcache instead of inferior...
2017-03-17  Simon Marchiarm-nbsd-nat: Use ptid from regcache instead of inferio...
2017-03-17  Simon Marchiarm-linux-nat.c: Use ptid from regcache instead of...
2017-03-17  Pedro AlvesPR remote/21188: Fix remote serial timeout
2017-03-17  Jonah GrahamFix PR gdb/19637: bound_registers.py: Add support for...
2017-03-16  Andreas ArnezBig-endian targets: Don't ignore offset into DW_OP_stac...
2017-03-16  Yao QiSupport CBNZ, CBZ, REV, REV16 and REVSH in arm process...
2017-03-16  Yao QiFix arm process record for some instructions
next
This page took 0.904054 seconds and 107 git commands to generate.