aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-25Fix gdb C++ compilation on Solaris (PR build/20712)Rainer Orth1-0/+35
2016-10-25common/common-defs.h: Define __STDC_FORMAT_MACROS as wellPedro Alves1-0/+4
2016-10-25new-op.c: Add comment about -fsanitize=addressPedro Alves1-0/+4
2016-10-25Define __STDC_CONSTANT_MACROS/__STDC_LIMIT_MACROS again.Pedro Alves1-0/+5
2016-10-25Don't override operator new if GDB is built with -fsanitize=addressYao Qi1-0/+6
2016-10-24Fix potential NULL pointer dereferenceLuis Machado1-0/+5
2016-10-24Fix obvious gotcha in string comparisonLuis Machado1-0/+5
2016-10-21Make some dwarf_expr_context methods pure virtualTom Tromey1-0/+12
2016-10-21Change minimal_symbol_reader::record_full to take a boolTom Tromey1-0/+11
2016-10-21Remove last cleanup from captured_main_1Tom Tromey1-0/+6
2016-10-21Convert dwarf_expr_context_funcs to methodsTom Tromey1-0/+53
2016-10-21Convert DWARF expr functions to methodsTom Tromey1-0/+20
2016-10-21Initial conversion of dwarf_expr_ctxTom Tromey1-0/+19
2016-10-21Some cleanup removal in dwarf2loc.cTom Tromey1-0/+6
2016-10-21Remove make_cleanup_restore_current_uioutTom Tromey1-0/+8
2016-10-21Use gdb::unique_ptr in elf_read_minimal_symbolsTom Tromey1-0/+4
2016-10-21Replace two xmallocs with unique_ptrTom Tromey1-0/+5
2016-10-21Change command stats reporting to use classTom Tromey1-0/+14