Adds the speculation barrier instructions to the ARM assembler and disassembler.
[binutils-gdb.git] / gdb /
2018-07-11 Alan HaywardRename tdesc_register_size to tdesc_register_bitsize
2018-07-11 Tom TromeyUse std::vector for moribund_locations
2018-07-10 Andrew Burgessgdb/testsuite: Run test with software and hardware...
2018-07-10 Andrew Burgessgdb/riscv: Fix assertion in inferior call code
2018-07-10 Andrew Burgessgdb/riscv: Use TYPE_SAFE_NAME
2018-07-09 Andrew Burgessgdb: Use add_setshow_zuinteger_unlimited_cmd in remote.c
2018-07-09 Andrew Burgessgdb/testsuite: Allow for failure to read some memory...
2018-07-09 Tom TromeyDon't mention XM_CDEPS or NAT_CLIBS
2018-07-09 Tom TromeyRemove ADD_FILES and ADD_DEPS from Makefile.in
2018-07-09 Tom TromeyMinimize yacc and lex output
2018-07-09 Tom TromeyFix exec.c handling in Makefile
2018-07-09 Tom TromeyRemove lint support
2018-07-09 Tom TromeyUse a stamp file for version.c
2018-07-09 Tom TromeyUse a stamp file for init.c
2018-07-09 Tom TromeySimplify INIT_FILES
2018-07-09 Tom TromeyRemove some unused code from init.c build rule
2018-07-09 Tom TromeyRemove TSOBS from gdb/Makefile.in
2018-07-07 Jan Kratochvilcontrib/gdb-add-index.sh -dwarf-5
2018-07-07 Simon Marchiia64-tdep.c: Fix -Wwrite-strings errors
2018-07-06 Andrew Burgessgdb/testsuite: Ensure test links in malloc and free
2018-07-06 Simon Marchidarwin: Silence syscall deprecated declaration warning
2018-07-05 Tom de Vries[gdb] Fix build error in macroexp.c
2018-07-04 Tom TromeyUse exit_inferior in darwin_attach_pid
2018-07-04 Simon Marchidarwin: Don't use sbrk
2018-07-04 Joel BrobeckerUpdate NEWS post GDB 8.2 branch creation.
2018-07-04 Joel BrobeckerBump version to 8.2.50.DATE-git.
2018-07-04 Vyacheslav BarinovWarn if /proc is not accessible
2018-07-04 Tom de Vries[gdb/symtab] Fix version check in dwarf compilation...
2018-07-04 Tom TromeyRemove VEC from breakpoint
2018-07-03 Tom TromeyRemove ptid_equal
2018-07-03 Tom TromeyRemove ptid_match
2018-07-03 Tom TromeyRemove ptid_tid_p
2018-07-03 Tom TromeyRemove ptid_lwp_p
2018-07-03 Tom TromeyRemove ptid_is_pid
2018-07-03 Tom TromeyRemove ptid_get_tid
2018-07-03 Tom TromeyRemove ptid_get_lwp
2018-07-03 Tom TromeyRemove ptid_get_pid
2018-07-03 Tom TromeyRemove pid_to_ptid
2018-07-03 Tom TromeyRemove ptid_build
2018-07-03 Tom TromeyRemove exit_inferior_num_silent
2018-07-03 Tom TromeyFix crash in "run" on macOS when gdb is not signed
2018-07-02 Maciej W. RozyckiGDB PR tdep/8282: MIPS: Wire in `set disassembler-options'
2018-07-02 Sebastian Hubergdb: Prefer RISC-V register name "s0" over "fp"
2018-06-30 Sergio Durigan JuniorAdd missing parameter to 'amd64_create_target_descripti...
2018-06-29 Joel Brobeckerfix GDB build failure for various amd64 targets
2018-06-29 Pedro Alvesx86_64-windows GDB crash due to fs_base/gs_base registers
2018-06-29 Pedro AlvesImprove alignment of "info threads" output, align ...
2018-06-29 Pedro Alvesremote & target_extra_thread_info, use cache w/ qThread...
2018-06-29 Pedro Alves"break LINENO/*ADDRESS", inline functions and "info...
2018-06-29 Pedro AlvesFix running to breakpoint set in inline function by...
2018-06-29 Pedro AlvesFix format of last gdb/testsuite/ChangeLog entry
2018-06-29 Richard BuntRemove unstable test output
2018-06-28 Tom TromeyAdd --enable-codesign to gdb's configure
2018-06-28 Pedro Alvesgdb: Eliminate the 'stop_pc' global
2018-06-28 Pedro AlvesFix follow-exec regression / crash
2018-06-28 Tom TromeyMake dwarf2_free_objfile static
2018-06-28 Jan KratochvilRemove 2 excessive executable permission flags
2018-06-28 Richard BuntFixed top frame assumption in watchpoint-hw-attach
2018-06-28 Petr TesarikAdd an optional offset option to the "add-symbol-file...
2018-06-28 Petr TesarikMake sure that sorting does not change section order
2018-06-28 Petr TesarikMake add-symbol-file's address argument optional
2018-06-28 Petr TesarikAdd an optional offset option to the "symbol-file"...
2018-06-28 Petr TesarikAdd myself as a write-after-approval GDB maintainer.
2018-06-27 Tom TromeyUpdate "func" help text to GNU standards
2018-06-27 Tom TromeyRemove a VEC from py-unwind.c
2018-06-27 Tom TromeyFix crash in machoread.c
2018-06-27 Simon MarchiFormat gdb-gdb.py.in with autopep8
2018-06-27 Simon MarchiAdd pretty-printer for CORE_ADDR
2018-06-27 Simon Marchigdb-gdb.py.in: Don't print value's tag_name
2018-06-27 Simon Marchigdb-gdb.py.in: Fix ordering of TypeFlags objects with...
2018-06-27 Simon MarchiCopy gdb-gdb.py to build dir
2018-06-27 Pedro AlvesFix Cell debugging regression
2018-06-27 Omair JavaidFix lost line info for symbol at addr zero
2018-06-27 Simon MarchiAdd overrides, fix FreeBSD build
2018-06-26 Joel BrobeckerMinor reorganization of fetch_registers/store_registers...
2018-06-26 Tom TromeySupport ptype/o in Rust
2018-06-26 Tom TromeyMove ptype/o printing code to typeprint.c
2018-06-25 Pedro Alvesgdb: For macOS, s/thread_info/struct thread_info/
2018-06-25 Pedro Alvesgdb: Fix build on several hosts/ports
2018-06-22 Simon MarchiFix "info registers" regexes in gdb.base/jit-reader.exp
2018-06-22 Alan HaywardUse partial register read/writes in transfer_regset
2018-06-22 Alan HaywardFix up HAS_SVE_STATE macro
2018-06-21 Pedro AlvesUse thread_info and inferior pointers more throughout
2018-06-21 Alan HaywardAvoid memcpys in regcache read_part/write_part for...
2018-06-21 Richard BuntEnable hardware watchpoints on attach for aarch64
2018-06-21 Tom TromeyFix a memory leak in py-param.c
2018-06-20 Simon MarchiRename regcache_cooked_read_ftype and make a function_view
2018-06-20 Simon Marchitestsuite: Fix cc-with-tweaks.sh being executed in...
2018-06-20 Simon MarchiRemove struct keyword in range-based for-loop
2018-06-20 Ulrich WeigandImprove gdb.base/float128.exp failure message
2018-06-19 Simon MarchiBump to autoconf 2.69 and automake 1.15.1
2018-06-19 Pedro AlvesSilence -Wmaybe-uninitialized warning in minsyms.c...
2018-06-19 Pedro AlvesChange inline frame breakpoint skipping logic (fix...
2018-06-19 Simon MarchiFix ChangeLog merge conflict
2018-06-18 Weimin PanFix failure to find member of a typedef base class
2018-06-18 Simon MarchiRemove current_traceframe declaration
2018-06-18 Tom TromeyUse unique_xmalloc_ptr in solib-aix.c
2018-06-18 Tom TromeyUse unique_xmalloc_ptr in darwin_current_sos
2018-06-18 Tom TromeyUse unique_xmalloc_ptr in two solib functions
2018-06-18 Tom TromeyRemove resume_section_map_updates_cleanup
next