aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2016-11-08Introduce string_printfPedro Alves5-1/+98
2016-11-08gdbarch software_single_step returns VEC (CORE_ADDR) *Yao Qi26-173/+225
2016-11-08Clear addr bit in next_pcs vectorYao Qi3-2/+15
2016-11-08Remove arm_insert_single_step_breakpointYao Qi4-18/+20
2016-11-08Fix PR breakpoints/20739: Badly formatted adress string in error messageCordian A. Daniluk2-1/+7
2016-11-08Fix indentationYao Qi2-3/+7
2016-11-08Check for truncated registers in process_g_packetLionel Flandrin2-3/+22
2016-11-07Fix ext lang calls to value_struct_elt.Doug Evans3-2/+9
2016-11-07i386-tdep.c (i386_gdbarch_init): Add comments.Doug Evans2-2/+10
2016-11-07python/py-unwind.c (unwind_infopy_str): Fix use of VEC_iterate.Doug Evans2-3/+5
2016-11-07configure.tgt (x86_64-*-elf*): Remove i386bsd-tdep.o.Doug Evans2-3/+10
2016-11-04Fix a few typosSimon Marchi8-8/+19
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