Support displaced stepping in aarch64-linux
[binutils-gdb.git] / gdb / ChangeLog
2015-10-12 Yao QiSupport displaced stepping in aarch64-linux
2015-10-12 Yao QiMove aarch64_relocate_instruction to arch/aarch64-insn.c
2015-10-12 Pierre-Marie de... Forward VALUE_LVAL when avoiding side effects for STRUC...
2015-10-09 Joel Brobecker[Ada] ada_unpack_from_contents: Error if target buffer...
2015-10-09 Joel Brobecker[Ada] Buffer overflow in ada_unpack_from_contents
2015-10-09 Joel Brobeckermake is_scalar_type non-static and use it in ada-lang.c
2015-10-09 Joel Brobecker[Ada] Better handling of dynamic types in ada_value_pri...
2015-10-09 Joel Brobecker[Ada] split data unpacking code out of ada_value_primit...
2015-10-09 Joel BrobeckerReorder variable declarations in ada_value_primitive_pa...
2015-10-09 Joel Brobeckeruse gdb_byte in ada-lang.c::ada_value_primitive_packed_...
2015-10-09 Joel BrobeckerMore explicit local variable names in ada_value_primiti...
2015-10-09 Simon Marchii386: Fix type of gdbarch_tdep::register_reggroup_p
2015-10-09 Simon Marchicris: Use enum bfd_endian to represent endianness
2015-10-09 Simon Marchiarm-linux-tdep: Add explicit cast for int to gdb_syscal...
2015-10-09 Simon MarchiChange some void* to gdb_byte*
2015-10-09 Simon MarchiAdd two callback data casts
2015-10-09 Eli ZaretskiiFix typos in comments
2015-10-08 Iain Buclaw[D] Support D style sizeof and typeof expressions.
2015-10-08 Maciej W. RozyckiMAINTAINERS: Update my email address
2015-10-08 Markus Metzgerbtrace: fix void return
2015-10-07 Yao Qi[aarch64] use aarch64_decode_insn to decode instruction...
2015-10-06 Pitchumani Sivanupandiparse load_offset (bias) of restore command as long
2015-10-03 jamesbowman[FT32] gdb: Correctly interpret function prologs
2015-10-01 Simon Marchivec.h: Add casts for C++ compat
2015-09-30 Doug Evansdwarf2read.c (setup_type_unit_groups): Add comment.
2015-09-30 Pedro Alvesx86/Linux: reenable all-stop on top of non-stop
2015-09-30 Don BreazealCall strprefix instead of strncmp in event parsing
2015-09-30 Simon Marchigdbarch.h: Change gdbarch_info::tdep_info's type to...
2015-09-30 Kevin BuettnerFix ChangeLog Date for previous push.
2015-09-30 Kevin Buettnerinfcmd.c: Don't attempt to record a NULL value after...
2015-09-30 Kevin Buettnermsp430: Fix bug regarding large memory model inferior...
2015-09-29 jamesbowman[FT32] Replace hard-coded instruction patterns with...
2015-09-28 Simon MarchiFix last commit's ChangeLog
2015-09-28 Simon Marchicli-script.c: Fix read_next_line's comment
2015-09-28 Doug EvansMAINTAINERS: Add Iain Buclaw as D language maintainer.
2015-09-28 Doug Evanscommon/filestuff.c (make_cleanup_close): Update comment.
2015-09-26 Simon MarchiFix cast of xml_find_attribute's return value
2015-09-26 Iain Buclaw[D] Fix regression in py-lookup-type.exp
2015-09-25 Simon MarchiAdd some more casts (2/2)
2015-09-25 Simon MarchiAdd some more casts (1/2)
2015-09-25 Simon MarchiAdd casts to memory allocation related calls
2015-09-24 jamesbowman[FT32] Implement pointer to address conversion method.
2015-09-23 Pierre-Marie de... [Ada] Fix handling of array renamings
2015-09-22 Simon Marchistap-probe: Remove unnecessary cast
2015-09-21 Simon MarchiAdd two missing consts
2015-09-21 Pierre LangloisAdd NEWS entry for fast tracepoint support on aarch64...
2015-09-21 Pierre LangloisMake aarch64_decode_adrp handle both ADR and ADRP instr...
2015-09-21 Pierre LangloisMove instruction decoding into new arch/ directory
2015-09-21 Doug Evansdwarf2read.c (add_partial_symbol): Remove outdated...
2015-09-20 Doug Evansdwarf2_compute_name: add fixme, don't use same name...
2015-09-20 Joel Brobeckercrash printing non-local variable from nested subprogram
2015-09-19 Doug EvansReplace current_inferior ()->gdbarch with its wrapper...
2015-09-19 Doug Evanslinux-thread-db.c (record_thread): Return the created...
2015-09-19 Doug Evanssymtab.h (general_symbol_info) <mangled_lang>: delete...
2015-09-19 Doug Evansdefault_read_var_value <LOC_UNRESOLVED>: Include minsym...
2015-09-18 Yao Qiaarch64 multi-arch (part 3): get thread area
2015-09-18 Markus Metzgerbtrace: honour scheduler-locking for all-stop targets
2015-09-18 Markus Metzgerinfrun: scheduler-locking replay
2015-09-18 Markus Metzgertarget: add to_record_will_replay target method
2015-09-18 Markus Metzgertarget: add to_record_stop_replaying target method
2015-09-18 Markus Metzgerbtrace: allow full memory and register access for non...
2015-09-18 Markus Metzgertarget, record: add PTID argument to to_record_is_replaying
2015-09-18 Markus Metzgerbtrace: non-stop
2015-09-18 Markus Metzgerinfrun: switch to NO_HISTORY thread
2015-09-18 Markus Metzgerbtrace: async
2015-09-18 Markus Metzgerbtrace: temporarily set inferior_ptid in record_btrace_...
2015-09-18 Markus Metzgerbtrace: resume all requested threads
2015-09-18 Markus Metzgerbtrace: lock-step
2015-09-18 Markus Metzgerbtrace: add missing NO_HISTORY
2015-09-18 Markus Metzgerbtrace: move breakpoint checking into stepping functions
2015-09-18 Markus Metzgerbtrace: split record_btrace_step_thread
2015-09-18 Markus Metzgerbtrace: extract the breakpoint check from record_btrace...
2015-09-18 Markus Metzgerbtrace: improve stepping debugging
2015-09-18 Markus Metzgerbtrace: support to_stop
2015-09-18 Markus Metzgerbtrace: fix non-stop check in to_wait
2015-09-15 Pierre-Marie de... [Ada] Enhance type printing for arrays with variable...
2015-09-15 Philippe WaroquiersFix PR/18564 - regression in showing __thread so extern...
2015-09-15 Pierre Langlois[AArch64] Use debug_printf instead of fprintf_unfiltered
2015-09-15 Jan Kratochvil[ppc64le] Use skip_entrypoint for skip_trampoline_code
2015-09-15 Pedro AlvesMove ChangeLog entry to proper place
2015-09-15 Pedro AlvesPR remote/18965: vforkdone stop reply should indicate...
2015-09-15 Yao QiSupport single step by arch or target
2015-09-15 Yao Qiaarch64 multi-arch support (part 2): siginfo fixup
2015-09-14 Pedro AlvesBail out of processing stop if hook-stop resumes target...
2015-09-14 Pierre-Marie de... [Ada] Fix the evaluation of access to packed array...
2015-09-14 Pedro AlvesRemove duplicate gdb/NEWS entry
2015-09-11 Don BreazealExtended-remote exec documentation
2015-09-11 Don BreazealExtended-remote catch exec
2015-09-11 Don BreazealExtended-remote follow-exec
2015-09-11 Pierre Langlois[AArch64] Cleanup comments in instruction decoding...
2015-09-11 Pierre Langlois[AArch64] Fix incorrect mask when decoding b.cond instr...
2015-09-11 Mihail-Marian Nistorgdb/18947: [aarch64]Step into shared library is very...
2015-09-10 Simon MarchiSmall refactor in ada-lang.c:scan_discrim_bound
2015-09-10 Simon MarchiConstify variables in ada-lang.c
2015-09-10 Yao QiCall target_can_download_tracepoint if there are tracep...
2015-09-09 Pedro AlvesDelete enum inferior_event_handler::INF_TIMER
2015-09-09 Pedro AlvesGarbage collect thread continuations
2015-09-09 Pedro AlvesGarbage collect dummy_frame_ctx_saver
2015-09-09 Pedro AlvesConvert the until/advance commands to thread_fsm mechanism
2015-09-09 Pedro AlvesConvert infcalls to thread_fsm mechanism
next