Move some defines to tui-stack.c
[external/binutils.git] / gdb / arm-linux-tdep.c
2019-07-19 Alan HaywardArm: Add read_description read funcs and use in GDB
2019-07-04 Alan HaywardArm: Prefix register sizes with ARM_
2019-07-04 Alan HaywardArm/AArch64: Split DISPLACED_MODIFIED_INSNS name clash
2019-04-06 Tom TromeyRevert the header-sorting patch
2019-04-06 Tom TromeySort includes for files gdb/[a-f]*.[chyl].
2019-03-25 Alan HaywardAdd linux_get_hwcap
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-08-27 Tom TromeyAvoid -Wnarrowing warnings in struct tramp_frame instances
2018-08-13 Alan HaywardSplit size in regset section iterators
2018-06-21 Pedro AlvesUse thread_info and inferior pointers more throughout
2018-05-30 Simon MarchiRemove regcache_raw_collect
2018-05-30 Simon MarchiRemove regcache_raw_supply
2018-01-19 Yao QiDon't pass -m32 to libcc1 on arm-linux
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-04 Tom TromeyIntroduce gdb_breakpoint_up
2017-10-25 Yao Qis/get_regcache_arch (regcache)/regcache->arch ()/g
2017-10-21 Simon MarchiCreate a displaced_step_closure class hierarchy
2017-10-05 Ulrich WeigandClean up includes of doublest.h and floatformat.h
2017-09-11 Tom TromeyRename _const functions to use overloading instead
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-06-09 Simon Marchigdbarch: Remove displaced_step_free_closure
2017-05-02 Simon MarchiChange return type of gdbarch_software_single_step...
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-11-22 Yao QiChange gdbarch software_single_step frame_info to regcache
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-05-08 Trevor Saundersremove trivialy unused variables
2016-03-21 Yao QiCanonicalize more arm linux syscalls
2016-03-16 Yao QiProcess record: Fix arm-linux syscall arguments
2016-02-16 Yao QiFix cleanup in arm_linux_software_single_step
2016-02-16 Yao QiRemove PC from syscall_next_pc
2016-02-12 Yao Qi[ARM] Fixup PC in software single step
2016-02-11 Simon Marchiarm-tdep.c: Remove unused arm_displaced_step_copy_insn
2016-01-26 Yao QiRemove argument pc in get_next_pcs
2016-01-21 Yao QiDetect the arm/thumb mode of code SIGRETURN or RT_SIGRE...
2016-01-14 Yao Qi[ARM] Remove field syscall_next_pc in struct gdbarch_tdep
2016-01-14 Yao Qi[ARM] Make thumb2_breakpoint static again
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-12-18 Antoine TremblaySupport software single step on ARM in GDBServer
2015-12-18 Antoine TremblayRefactor arm_software_single_step to use regcache
2015-10-30 Marcin Kościelnickigdb/linux-record: Support time, waitpid, pipe syscalls
2015-10-30 Marcin Kościelnickigdb/linux-record: Fix readdir and getdents handling
2015-10-30 Marcin Kościelnickigdb/linux-record: Fix sizes of sigaction and sigset_t
2015-10-30 Marcin Kościelnickigdb/linux-record: Fix size_[ug]id values
2015-10-30 Marcin Kościelnickigdb/linux-record: Remove size_siginfo
2015-10-09 Simon Marchiarm-linux-tdep: Add explicit cast for int to gdb_syscal...
2015-09-25 Simon MarchiAdd some more casts (1/2)
2015-09-25 Simon MarchiAdd casts to memory allocation related calls
2015-09-15 Yao QiSupport single step by arch or target
2015-08-26 Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-07-31 Simon MarchiMostly trivial enum fixes
2015-06-24 Yao QiCall set_gdbarch_get_siginfo_type in linux_init_abi
2015-05-28 Yao QiRemove global variable arm_linux_vfp_register_count...
2015-04-15 Yao Qi[arm] Update displaced stepping debug message
2015-04-15 Yao QiFix code indentation
2015-04-15 Yao Qi[arm] Fix fails in gdb.base/disp-step-syscall.exp
2015-04-10 Pedro AlvesPR13858 - Can't do displaced stepping with no symbols
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-11-20 Sergio Durigan JuniorPartial fix for PR breakpoints/10737: Make syscall...
2014-11-02 Victor KamenskyARM: arm_breakpoint should be little endian form in...
2014-09-30 Andreas ArnezAdd 'regset' parameter to 'iterate_over_regset_sections_cb'
2014-09-30 Andreas ArnezReplace 'core_regset_sections' by iterator method
2014-08-07 Gary BensonInclude string.h in common-defs.h
2014-07-28 Will Newtongdb/arm-linux-tdep.c: Handle Thumb2 signal trampolines
2014-06-24 Yao QiSkip 'bx reg' on arm-linux
2014-05-22 Pedro AlvesAdd new infrun.h header.
2014-05-21 Andreas ArnezARM: Replace regset_alloc() invocations by static regse...
2014-03-27 Sergio Durigan JuniorRemove `expout*' globals from parser-defs.h
2014-01-15 Omair Javaidgdb: ARM: Adds support for recording system call instru...
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-12-29 Sergio Durigan JuniorAdd comment describing arm_stap_is_single_operand
2013-12-28 Sergio Durigan JuniorExtend handling of immediates on ARM's SystemTap SDT...
2013-12-19 Sergio Durigan JuniorExtend SystemTap SDT probe argument parser
2013-11-18 Tom Tromeyremove gdb_string.h
2013-09-16 Pierre Muller * arm-linux-tdep.c: Add "elf/common.h" header.
2013-08-22 Sergio Durigan Junior[Committing the `catch syscall' patch for ARM, from...
2013-04-19 Pedro Alves-Wpointer-sign: char -> gdb_byte.
2013-03-13 Pedro AlvesMore invalid pointer to pointer conversions.
2013-01-01 Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-04-27 Sergio Durigan Junior2012-04-27 Sergio Durigan Junior <sergiodj@redhat...
2012-03-27 Pawandeep Oza * arm-linux-tdep.c (arm_linux_init_abi): Call
2012-02-29 Jan Kratochvilgdb/
2012-01-04 Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-12-07 Ulrich Weigand * arm-tdep.h (arm_deal_with_atomic_sequence): Add...
2011-06-15 Ulrich Weigand * arm-linux-tdep.c: Include "auxv.h".
2011-04-07 Yao Qi2011-04-07 Yao Qi <yao@codesourcery.com>
2011-04-01 Ulrich Weigandgdb/
2011-03-08 Yao Qi2011-03-08 Yao Qi <yao@codesourcery.com>
2011-03-01 Ulrich Weigand * arm-linux-tdep.c (ARM_LDR_PC_SP_4): Add define.
2011-02-18 Yao Qi2011-02-18 Yao Qi <yao@codesourcery.com>
2011-01-07 Michael Snyder2011-01-07 Michael Snyder <msnyder@vmware.com>
2011-01-01 Joel Brobeckerrun copyright.sh for 2011.
2010-11-28 Jan Kratochvilgdb/
2010-08-30 Yao Qi2010-08-30 Yao Qi <yao@codesourcery.com>
2010-08-04 Pedro Alves * corelow.c (core_pid_to_str): Default to using normal...
2010-05-05 Pierre Muller ARI fix: Remove ATTRIBUTE_UNUSED throughout.
2010-04-29 Matthew Gretton... *** empty log message ***
2010-02-01 Daniel Jacobowitz * arm-linux-tdep.c (arm_linux_thumb2_be_breakpoint)
2010-01-01 Joel BrobeckerUpdate copyright year in most headers.
next