[AArch64] Add ARMv8.3 single source PAC instructions
[deliverable/binutils-gdb.git] / gdb /
2016-11-11  Yao QiRemove apply_val_pretty_printer parameter valaddr
2016-11-11  Yao QiRemove parameter valaddr from c print functions
2016-11-10  Tom TromeyUse unique_xmalloc_ptr in Python code
2016-11-09  Pedro AlvesFurther cleanup/modernization of gdb.base/commands.exp
2016-11-09  Simon MarchiMake gdb.mi/user-selected-context-sync.exp use proc_wit...
2016-11-09  Pedro Alvesgdb/testsuite: Introduce "proc_with_prefix"
2016-11-09  Pedro AlvesFix formattting of gdb/ChangeLog and gdb/testsuite...
2016-11-09  Pedro Alvesagent_expr_up: gdb::unique_ptr -> std::unique_ptr
2016-11-09  Pedro Alvesgdb: Use vector::emplace_back
2016-11-09  Andreas Arneztui-winsource: Remove failed-allocation logic
2016-11-09  Andreas Arneztui-winsource: Allocate for actual lines only
2016-11-09  Andreas Arneztui-disasm: Fix line buffer size calculation
2016-11-09  Andreas Arneztui-disasm: Fix window content buffer overrun
2016-11-09  Tristan Gingolddarwin-nat.c: handle Darwin 16 (aka Sierra).
2016-11-08  Tom TromeyFix py-value.exp failure on Python 3
2016-11-08  Tom TromeyFix some error-handling bugs in python frame filters
2016-11-08  Yao QiRemove parameter valaddr from la_val_print
2016-11-08  Yao QiUse get_frame_register_value instead of deprecated_fram...
2016-11-08  Pedro AlvesEliminate agent_expr_p; VEC -> std::vector in struct...
2016-11-08  Pedro Alves'struct agent_expr *' -> unique_ptr<agent_expr>
2016-11-08  Pedro AlvesUse ui_file_as_string throughout more
2016-11-08  Pedro AlvesUse ui_file_as_string in gdb/language.c
2016-11-08  Pedro AlvesUse ui_file_as_string in gdb/rust-lang.c
2016-11-08  Pedro AlvesUse ui_file_as_string in gdb/infrun.c
2016-11-08  Pedro AlvesUse ui_file_as_string in gdb/ada-lang.c
2016-11-08  Pedro AlvesUse ui_file_as_string in gdbarch.sh/gdbarch.c
2016-11-08  Pedro AlvesUse ui_file_as_string in gdb/c-exp.y
2016-11-08  Pedro AlvesUse ui_file_as_string in gdb/compile/
2016-11-08  Pedro AlvesUse ui_file_as_string in gdb/cli/cli-setshow.c
2016-11-08  Pedro AlvesUse ui_file_as_string in gdb/remote.c
2016-11-08  Pedro AlvesUse ui_file_as_string in gdb/python/
2016-11-08  Pedro AlvesUse ui_file_as_string in gdb/printcmd.c
2016-11-08  Pedro AlvesUse ui_file_as_string in gdb/top.c
2016-11-08  Pedro AlvesUse ui_file_as_string in execute_command_to_string
2016-11-08  Pedro AlvesUse ui_file_as_string in gdb/guile/
2016-11-08  Pedro AlvesUse ui_file_as_string in gdb/arm-tdep.c
2016-11-08  Pedro AlvesUse ui_file_as_string in gdb/utils.c
2016-11-08  Pedro AlvesUse ui_file_as_string in gdb/ui-out.c
2016-11-08  Pedro AlvesUse ui_file_as_string in gdb/ada-valprint.c
2016-11-08  Pedro AlvesUse ui_file_as_string in gdb/xtensa-tdep.c
2016-11-08  Pedro AlvesUse ui_file_as_string in dwarf2_compute_name
2016-11-08  Pedro AlvesClean up tracepoint.h/c:collection_list
2016-11-08  Pedro AlvesIntroduce ui_file_as_string
2016-11-08  Pedro Alves'struct expression *' -> gdb::unique_xmalloc_ptr<expres...
2016-11-08  Pedro Alvescli-script.c: Simplify using std::string, eliminate...
2016-11-08  Pedro Alvesbreakpoint.c:commands_command_1 constification and...
2016-11-08  Pedro Alvescli/cli-script.c: Remove some dead NULL checks
2016-11-08  Pedro AlvesIntroduce string_printf
2016-11-08  Yao Qigdbarch software_single_step returns VEC (CORE_ADDR) *
2016-11-08  Yao QiClear addr bit in next_pcs vector
2016-11-08  Yao QiRemove arm_insert_single_step_breakpoint
2016-11-08  Cordian A. DanilukFix PR breakpoints/20739: Badly formatted adress string...
2016-11-08  Yao QiFix indentation
2016-11-08  Lionel FlandrinCheck for truncated registers in process_g_packet
2016-11-07  Doug EvansFix ext lang calls to value_struct_elt.
2016-11-07  Doug Evansi386-tdep.c (i386_gdbarch_init): Add comments.
2016-11-07  Doug Evanspython/py-unwind.c (unwind_infopy_str): Fix use of...
2016-11-07  Doug Evansconfigure.tgt (x86_64-*-elf*): Remove i386bsd-tdep.o.
2016-11-05  Simon MarchiFix a few typos
2016-11-03  Manish GoregaokarAdd support for the sizeof function in Rust
2016-11-03  Manish GoregaokarAdd support for untagged unions in Rust
2016-11-03  Manish GoregaokarFix handling of discriminantless univariant enums in...
2016-11-03  Yao QiReplace YY_NULL with YY_NULLPTR in LANG-exp.c
2016-11-03  Yao QiRemove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_...
2016-11-03  Yao QiRemove arm_override_mode
2016-11-03  Yao QiDetermine the kind of single step breakpoint
2016-11-03  Yao QiAdd default_breakpoint_from_pc
2016-11-03  Yao QiRemove gdbarch_remote_breakpoint_from_pc
2016-11-03  Yao QiRename placed_size to kind
2016-11-03  Yao QiNew gdbarch methods breakpoint_kind_from_pc and sw_brea...
2016-11-03  Yao QiSplit breakpoint_from_pc to breakpoint_kind_from_pc...
2016-11-03  Yao QiAdd enum for mips breakpoint kinds
2016-11-03  Yao QiGDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPO...
2016-11-03  Yao Qigdbarch_breakpoint_from_pc doesn't return NULL
2016-11-02  Tom TromeyFix dwarf_expr_context method regressions
2016-10-31  Maciej W. RozyckiRemove IRIX 5 <sys/proc.h> _KMEMUSER workaround
2016-10-31  Maciej W. RozyckiMIPS: Remove remains of legacy remote target support
2016-10-31  Maciej W. RozyckiMIPS: Remove remains of IRIX OS ABI support
2016-10-29  Pedro Alvesgdb/NEWS: Clarify C++ requirement
2016-10-29  Pedro Alvesgdb/NEWS: Mention C++11 requirement
2016-10-29  Eli ZaretskiiSupport command-line redirection in native MS-Windows...
2016-10-29  Pedro Alvesgdb/doc: Remove mention of vCont's default actions
2016-10-28  Pedro Alvesgdb: Require C++11
2016-10-28  Pedro Alvesgdb: Import AX_CXX_COMPILE_STDCXX from the GNU Autoconf...
2016-10-28  Pedro Alvesgdb/testsuite: Avoid a buffer overrun in `gdb.base...
2016-10-28  Luis MachadoMake gdb.base/foll-exec.exp test pattern more general
2016-10-28  Pedro AlvesFix gdb.base/maint.exp regressions
2016-10-28  Markus Metzgerbtrace: bridge gaps
2016-10-28  Markus Metzgerbtrace: preserve function level for unexpected returns
2016-10-28  Markus Metzgerbtrace: update tail call heuristic
2016-10-28  Markus Metzgerbtrace: allow leading trace gaps
2016-10-28  Markus Metzgerbtrace: fix gap indication
2016-10-27  Yao QiEnable range stepping if software single step is supported
2016-10-27  Yao QiGet pending events in random
2016-10-27  Yao QiRemove single-step breakpoint for GDBserver internal...
2016-10-26  Sandra LoosemorePR 20569, segv in follow_exec
2016-10-26  Pedro AlvesMake symfile_add_flags and objfile->flags strongly...
2016-10-26  Pedro Alvesgdb: Coalesce/aggregate (async) vCont packets/actions
2016-10-26  Pedro Alvesgdbserver: Leave already-vCont-resumed threads as they...
2016-10-26  Pedro Alvesgdb/doc: Clarify vCont packet description
next
This page took 0.043927 seconds and 7 git commands to generate.