aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2016-11-08breakpoint.c:commands_command_1 constification and cleanupPedro Alves1-0/+10
2016-11-08cli/cli-script.c: Remove some dead NULL checksPedro Alves1-0/+6
2016-11-08Introduce string_printfPedro Alves1-0/+8
2016-11-08gdbarch software_single_step returns VEC (CORE_ADDR) *Yao Qi1-0/+41
2016-11-08Clear addr bit in next_pcs vectorYao Qi1-0/+7
2016-11-08Remove arm_insert_single_step_breakpointYao Qi1-0/+12
2016-11-08Fix PR breakpoints/20739: Badly formatted adress string in error messageCordian A. Daniluk1-0/+6
2016-11-08Fix indentationYao Qi1-0/+4
2016-11-08Check for truncated registers in process_g_packetLionel Flandrin1-0/+5
2016-11-07Fix ext lang calls to value_struct_elt.Doug Evans1-0/+5
2016-11-07i386-tdep.c (i386_gdbarch_init): Add comments.Doug Evans1-0/+4
2016-11-07python/py-unwind.c (unwind_infopy_str): Fix use of VEC_iterate.Doug Evans1-0/+4
2016-11-07configure.tgt (x86_64-*-elf*): Remove i386bsd-tdep.o.Doug Evans1-0/+4
2016-11-04Fix a few typosSimon Marchi1-0/+11
2016-11-03Add support for the sizeof function in RustManish Goregaokar1-0/+4
2016-11-03Add support for untagged unions in RustManish Goregaokar1-0/+8
2016-11-03Fix handling of discriminantless univariant enums in Rust; fix bug with encod...Manish Goregaokar1-0/+8
2016-11-03Replace YY_NULL with YY_NULLPTR in LANG-exp.cYao Qi1-0/+4
2016-11-03Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi1-0/+157
2016-11-03Remove arm_override_modeYao Qi1-0/+6
2016-11-03Determine the kind of single step breakpointYao Qi1-0/+16
2016-11-03Add default_breakpoint_from_pcYao Qi1-0/+17
2016-11-03Remove gdbarch_remote_breakpoint_from_pcYao Qi1-0/+13
2016-11-03Rename placed_size to kindYao Qi1-0/+6
2016-11-03New gdbarch methods breakpoint_kind_from_pc and sw_breakpoint_from_kindYao Qi1-0/+47
2016-11-03Split breakpoint_from_pc to breakpoint_kind_from_pc and sw_breakpoint_from_kindYao Qi1-0/+30
2016-11-03Add enum for mips breakpoint kindsYao Qi1-0/+6
2016-11-03GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi1-0/+34
2016-11-03gdbarch_breakpoint_from_pc doesn't return NULLYao Qi1-0/+8
2016-11-02Fix dwarf_expr_context method regressionsTom Tromey1-0/+13
2016-10-31Remove IRIX 5 <sys/proc.h> _KMEMUSER workaroundMaciej W. Rozycki1-0/+7
2016-10-31MIPS: Remove remains of legacy remote target supportMaciej W. Rozycki1-0/+6
2016-10-31MIPS: Remove remains of IRIX OS ABI supportMaciej W. Rozycki1-0/+10
2016-10-29gdb/NEWS: Clarify C++ requirementPedro Alves1-0/+4
2016-10-29gdb/NEWS: Mention C++11 requirementPedro Alves1-0/+4
2016-10-29Support command-line redirection in native MS-Windows debuggingEli Zaretskii1-0/+10
2016-10-28gdb: Require C++11Pedro Alves1-0/+12
2016-10-28gdb: Import AX_CXX_COMPILE_STDCXX from the GNU Autoconf ArchivePedro Alves1-0/+4
2016-10-28Fix gdb.base/maint.exp regressionsPedro Alves1-0/+5
2016-10-28btrace: bridge gapsMarkus Metzger1-0/+13
2016-10-28btrace: preserve function level for unexpected returnsMarkus Metzger1-0/+5
2016-10-28btrace: update tail call heuristicMarkus Metzger1-0/+4
2016-10-28btrace: allow leading trace gapsMarkus Metzger1-0/+9
2016-10-28btrace: fix gap indicationMarkus Metzger1-0/+8
2016-10-26PR 20569, segv in follow_execSandra Loosemore1-0/+32
2016-10-26Make symfile_add_flags and objfile->flags strongly typedPedro Alves1-0/+50
2016-10-26gdb: Coalesce/aggregate (async) vCont packets/actionsPedro Alves1-0/+44
2016-10-26gdb: Free inferior->priv when inferior exitsPedro Alves1-0/+4
2016-10-26gdb: Clean up remote.c:remote_resumePedro Alves1-0/+9
2016-10-25Make dwarf_expr_context's destructor virtualPedro Alves1-0/+5