aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2016-11-03Add support for the sizeof function in RustManish Goregaokar4-3/+17
2016-11-03Add support for untagged unions in RustManish Goregaokar2-118/+201
2016-11-03Fix handling of discriminantless univariant enums in Rust; fix bug with encod...Manish Goregaokar5-1/+70
2016-11-03Replace YY_NULL with YY_NULLPTR in LANG-exp.cYao Qi2-0/+5
2016-11-03Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi45-141/+384
2016-11-03Remove arm_override_modeYao Qi2-14/+6
2016-11-03Determine the kind of single step breakpointYao Qi8-2/+135
2016-11-03Add default_breakpoint_from_pcYao Qi20-82/+35
2016-11-03Remove gdbarch_remote_breakpoint_from_pcYao Qi8-66/+13
2016-11-03Rename placed_size to kindYao Qi5-15/+17
2016-11-03New gdbarch methods breakpoint_kind_from_pc and sw_breakpoint_from_kindYao Qi22-52/+238
2016-11-03Split breakpoint_from_pc to breakpoint_kind_from_pc and sw_breakpoint_from_kindYao Qi18-386/+522
2016-11-03Add enum for mips breakpoint kindsYao Qi2-15/+31
2016-11-03GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi30-272/+147
2016-11-03gdbarch_breakpoint_from_pc doesn't return NULLYao Qi4-6/+8
2016-11-02Fix dwarf_expr_context method regressionsTom Tromey4-31/+38
2016-10-31Remove IRIX 5 <sys/proc.h> _KMEMUSER workaroundMaciej W. Rozycki4-16/+7
2016-10-31MIPS: Remove remains of legacy remote target supportMaciej W. Rozycki2-38/+8
2016-10-31MIPS: Remove remains of IRIX OS ABI supportMaciej W. Rozycki4-36/+13
2016-10-29gdb/NEWS: Clarify C++ requirementPedro Alves2-1/+5
2016-10-29gdb/NEWS: Mention C++11 requirementPedro Alves2-1/+7
2016-10-29Support command-line redirection in native MS-Windows debuggingEli Zaretskii3-33/+388
2016-10-29gdb/doc: Remove mention of vCont's default actionsPedro Alves2-3/+7
2016-10-28gdb: Require C++11Pedro Alves13-14/+2019
2016-10-28gdb: Import AX_CXX_COMPILE_STDCXX from the GNU Autoconf ArchivePedro Alves2-0/+566
2016-10-28gdb/testsuite: Avoid a buffer overrun in `gdb.base/maint.exp'Pedro Alves2-3/+41
2016-10-28Make gdb.base/foll-exec.exp test pattern more generalLuis Machado2-1/+6
2016-10-28Fix gdb.base/maint.exp regressionsPedro Alves2-0/+11
2016-10-28btrace: bridge gapsMarkus Metzger2-18/+425
2016-10-28btrace: preserve function level for unexpected returnsMarkus Metzger2-9/+18
2016-10-28btrace: update tail call heuristicMarkus Metzger2-2/+13
2016-10-28btrace: allow leading trace gapsMarkus Metzger3-31/+61
2016-10-28btrace: fix gap indicationMarkus Metzger2-19/+43
2016-10-27Enable range stepping if software single step is supportedYao Qi2-0/+7
2016-10-27Get pending events in randomYao Qi4-2/+61
2016-10-27Remove single-step breakpoint for GDBserver internal eventYao Qi2-9/+28
2016-10-26PR 20569, segv in follow_execSandra Loosemore14-119/+275
2016-10-26Make symfile_add_flags and objfile->flags strongly typedPedro Alves19-129/+257
2016-10-26gdb: Coalesce/aggregate (async) vCont packets/actionsPedro Alves9-34/+599
2016-10-26gdbserver: Leave already-vCont-resumed threads as they werePedro Alves5-1/+114
2016-10-26gdb/doc: Clarify vCont packet descriptionPedro Alves2-11/+27
2016-10-26gdb: Free inferior->priv when inferior exitsPedro Alves2-0/+7
2016-10-26gdb: Clean up remote.c:remote_resumePedro Alves2-51/+71
2016-10-25Make dwarf_expr_context's destructor virtualPedro Alves2-1/+6
2016-10-25Fix gdb C++ compilation on Solaris (PR build/20712)Rainer Orth5-71/+127
2016-10-25common/common-defs.h: Define __STDC_FORMAT_MACROS as wellPedro Alves2-2/+14
2016-10-25new-op.c: Add comment about -fsanitize=addressPedro Alves2-0/+10
2016-10-25Define __STDC_CONSTANT_MACROS/__STDC_LIMIT_MACROS again.Pedro Alves2-0/+18
2016-10-25Don't override operator new if GDB is built with -fsanitize=addressYao Qi2-0/+13
2016-10-24Fix potential NULL pointer dereferenceLuis Machado2-1/+7