Fix address violation problems when parsing corrupt ELF binaries.
[external/binutils.git] / gdb /
2017-08-07 Simon MarchiAdd missing PR mention in ChangeLog
2017-08-07 Maciej W. RozyckiPR breakpoints/21886: mem-break: Fix breakpoint inserti...
2017-08-07 Maciej W. RozyckiGDB/opcodes: Remove arch/mach/endian disassembler asser...
2017-08-07 Maciej W. Rozyckigdbarch: Use an anonymous union for target data in...
2017-08-07 Leszek SwirskiFix dwarf2_string_attr for -gsplit-dwarf
2017-08-07 Simon Marchiremote-sim.c: Fix arg variables conflicts
2017-08-05 Tom TromeyUse gdb::unique_xmalloc_ptr when calling tilde_expand
2017-08-05 Tom TromeyFix Rust test suite for 1.20 beta
2017-08-05 Tom TromeyRemove cleanups from Rust parser
2017-08-04 Yao QiUnbreak GDBserver build for x32
2017-08-04 Yao QiAdd namespace std to nullptr_t
2017-08-03 Ruslan KabatsayevAdd myself as a write-after-approval GDB maintainer.
2017-08-03 Tom TromeyRemove make_cleanup_freeargv and gdb_buildargv
2017-08-03 Tom TromeyUse gdb_argv in Python
2017-08-03 Tom TromeyIntroduce gdb_argv, a class wrapper for buildargv
2017-08-03 Tom TromeyRemove a cleanup in Python
2017-08-03 Tom TromeyAvoid some manual memory management in Python
2017-08-03 Tom TromeyReplace do_restore_instream_cleanup with scoped_restore
2017-08-03 Tom TromeyUse a scoped_restore for command_nest_depth
2017-08-03 Tom TromeyRemove user_call_depth
2017-08-03 Tom TromeyRemove in_user_command
2017-08-03 Tom TromeyUse containers to avoid cleanups
2017-08-03 Tom TromeyUse unique_xmalloc_ptr in jit.c
2017-08-03 Tom TromeyReplace tui_restore_gdbout with scoped_restore
2017-08-03 Tom TromeyMore uses of scoped_restore
2017-08-03 Tom TromeyRemove make_cleanup_free_so
2017-08-03 Tom TromeyRemove make_cleanup_restore_current_language
2017-08-03 Tom TromeyRemove an unlink cleanup
2017-08-03 Tom TromeyRemove make_cleanup_fclose
2017-08-03 Tom TromeyChange open_terminal_stream to return a gdb_file_up
2017-08-03 Tom TromeyUse gdb_file_up in source.c
2017-08-03 Tom TromeyUse gdb_file_up in fbsd-nat.c
2017-08-03 Tom TromeyChange return type of find_and_open_script
2017-08-03 Tom TromeyIntroduce and use gdb_file_up
2017-08-03 Tom TromeyIntroduce and use ui_out_emit_table
2017-08-02 Maciej W. RozyckiMIPS: Factor out FPU type naming in `gdbarch' debug
2017-08-01 Maciej W. RozyckiMIPS: Consistently use MIPS_FPU_TYPE for `gdbarch'...
2017-07-31 Xavier RoirandUpdate ChangeLog (missed that in my previous commit)
2017-07-31 Simon MarchiFix documentation about rot agent expression bytecode
2017-07-31 Xavier Roiranddarwin: handle recent version of dyld
2017-07-27 Xavier RoirandAdd myself as a write-after-approval GDB maintainer.
2017-07-26 Yao QiAdd "maint check xml-descriptions" to test builtin...
2017-07-26 Yao QiLazily and dynamically create i386-linux target descrip...
2017-07-26 Yao QiGenerate c for feature instead of tdesc
2017-07-26 Yao QiUse visitor pattern for "maint print c-tdesc"
2017-07-26 Yao QiCentralize i386 linux target descriptions
2017-07-26 Yao QiAdd optional argument to command "maint prints c-tdesc"
2017-07-26 Yao QiClass-fy target_desc
2017-07-26 Simon MarchiAdd enum for result of fast_tracepoint_collecting
2017-07-25 John BaldwinFix two NetBSD-specific typos in the configure.nat...
2017-07-25 Yao QiMake amd64_x32_init_abi and amd64_init_abi argument...
2017-07-25 Yao QiCatch exceptions thrown from gdbarch_skip_prologue
2017-07-25 Yao Qi[ARM] Access FPSCR on vfpv2
2017-07-24 Andreas Arnezs390-vregs.exp: Fix Tcl error after non-zero-pad patch
2017-07-22 Tom TromeyUse std::vector in struct catch_syscall_inferior_data
2017-07-22 Tom TromeyUse std::vector in syscall_catchpoint
2017-07-22 Tom TromeyC++-ify break-catch-throw
2017-07-22 Tom TromeyC++-ify break-catch-sig
2017-07-21 Simon Marchigdb.python/py-unwind: Disable stack protection
2017-07-20 Pedro AlvesMake language_def O(1)
2017-07-20 Pedro Alvesget_int_var_value
2017-07-20 Pedro AlvesUse SYMBOL_MATCHES_SEARCH_NAME some more
2017-07-20 Pedro AlvesEliminate block_iter_name_*
2017-07-20 Pedro AlvesFix cp_find_first_component_aux bug
2017-07-20 Pedro AlvesMake gdb.base/dmsym.exp independent of "set language...
2017-07-18 David BlaikieFix Fission (broken by my previous patch)
2017-07-18 Yao QiRemove one line comment
2017-07-18 Yao QiSimplify regcache_cpy and remove regcache::cpy_no_passt...
2017-07-18 Yao QiImprove doc about "maint print c-tdesc"
2017-07-18 Pedro AlvesFix GDB builds that include the simulator
2017-07-17 Pedro AlvesA smarter linespec completer
2017-07-17 Pedro AlvesLinespec lexing and C++ operators
2017-07-17 Pedro AlvesExplicit locations -label completer
2017-07-17 Pedro AlvesRewrite/enhance explicit locations completer, parse...
2017-07-17 Pedro AlvesIntroduce strncmp_iw
2017-07-17 Pedro AlvesIntroduce CP_OPERATOR_STR/CP_OPERATOR_LEN and use throu...
2017-07-17 Pedro Alves"complete" command and completion word break characters
2017-07-17 Pedro AlvesIntroduce class completion_tracker & rewrite completion...
2017-07-17 Pedro AlvesClean up "completer_handle_brkchars" callback handling
2017-07-17 Pedro AlvesRename make_symbol_completion_list_fn -> symbol_completer
2017-07-17 Pedro AlvesFix TAB-completion + .gdb_index slowness (generalize...
2017-07-17 Pedro AlvesC++ify dwarf2_per_objfile
2017-07-15 Andrew Burgessgdb: Make some test names unique
2017-07-14 Tom TromeyHandle sizeof(type) in Rust
2017-07-14 Tom TromeyMake gdb.lookup_typename work for Rust types
2017-07-14 Pedro AlvesFix gdb.base/completion.exp with --target_board=dwarf4...
2017-07-14 Simon Marchiax-gdb: Remove more unused arguments
2017-07-14 Simon Marchiax-gdb: Remove unnecessary gdbarch parameters
2017-07-14 Simon Marchiax-gdb: Remove two unused agent_expr *ax parameters
2017-07-14 Simon Marchiax-gdb: Use ax->gdbarch instead of exp->gdbarch, remove...
2017-07-13 Andrew Burgessgdb: Fix more parameter passing to mi_create_breakpoint
2017-07-13 Pedro AlvesFix x86-64 GNU/Linux crashes
2017-07-13 Andrew Burgessgdb: Fix parameter passing to mi_create_breakpoint
2017-07-13 Andreas ArnezS390: Add record/replay support for arch12 instructions
2017-07-11 John BaldwinSupport the fs_base and gs_base registers on FreeBSD...
2017-07-11 John BaldwinInclude the fs_base and gs_base registers in amd64...
2017-07-11 Iain BuclawSync dlang demangling tests from upstream libiberty...
2017-07-10 Anton KolesovAdd missing ChangeLog etries
2017-07-10 Yao QiRe-generate i386/amd64-avx-avx512-linux.c and i386...
2017-07-10 Yao QiRe-indent the code
next