Refactor struct trad_frame_saved_regs
[binutils-gdb.git] / gdb / linux-tdep.c
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-04 Simon Marchigdb: make displaced stepping implementation capable...
2020-12-04 Simon Marchigdb: change linux gdbarch data from post to pre-init
2020-12-04 Simon Marchigdb: move displaced stepping logic to gdbarch, allow...
2020-12-04 Simon Marchigdb: pass inferior to get_linux_inferior_data
2020-11-19 Simon Marchigdb: remove `other` parameter in read_core_file_mapping...
2020-11-18 Keith SeitzSquash coverity warning for REVERSE_INULL in dump_note_...
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-10-21 Simon Marchigdb: make gdbarch_make_corefile_notes return a unique ptr
2020-09-29 Tom TromeyRemove target_has_execution macro
2020-09-14 Simon Marchigdb: add type::target_is_stub / type::set_target_is_stub
2020-07-22 Kevin Buettnergcore command: Place all file-backed mappings in NT_FIL...
2020-07-22 Kevin BuettnerUse NT_FILE note section for reading core target memory
2020-06-18 Pedro Alvesgcore, handle exited threads better
2020-06-18 Pedro AlvesDon't write to inferior_ptid in linux_get_siginfo_data
2020-06-15 Tom TromeyRemove a use of target_read_string
2020-05-16 Simon Marchigdb: add type::name / type::set_name
2020-04-18 Tom TromeyChange get_objfile_arch to a method on objfile
2020-03-20 Tom TromeyAvoid stringop-truncation errors
2020-01-13 Simon Marchigdb: add back declarations for _initialize functions
2020-01-10 Pedro AlvesMulti-target support
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-11-06 Christian BiesingerUse strtok_r instead of strtok
2019-09-20 Ulrich WeigandRemove Cell Broadband Engine debugging support
2019-09-19 Alan Modrabfd_section_* macros
2019-09-18 Christian BiesingerChange boolean options to bool instead of int
2019-07-09 Tom TromeyRename common to gdbsupport
2019-05-08 Tom TromeyConvert linux-tdep.c to type-safe registry API
2019-04-25 Sergio Durigan JuniorImplement dump of mappings with ELF headers by gcore
2019-04-08 Tom TromeyRename gdb exception types
2019-04-08 Tom TromeyRewrite TRY/CATCH
2019-03-25 Alan HaywardAdd linux_get_hwcap
2019-03-13 Tom TromeyChange pid_to_str to return std::string
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-22 Pedro AlvesPer-inferior thread list, thread ranges/iterators,...
2018-11-21 Pedro AlvesUse gdb:array_view in call_function_by_hand & friends
2018-11-06 Tom de Vries[gdb] Fix gdb crash when reading core file
2018-10-26 Pedro Franco de... Zero-initialize linux note sections
2018-10-05 Tom TromeyAvoid shadowing in linux-tdep.c
2018-10-05 Tom TromeySimple -Wshadow=local fixes
2018-09-15 Tom TromeyChange get_inferior_args to return const char *
2018-08-13 Alan HaywardSplit size in regset section iterators
2018-07-22 Tom TromeySimple unused variable removals
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-06-07 Pedro Alvestarget_stack -> current_top_target() throughout
2018-05-02 Pedro AlvesConvert struct target_ops to C++
2018-04-16 Simon Marchilinux_spu_make_corefile_notes: return note_data instead...
2018-04-07 Simon MarchiMake target_read_alloc & al return vectors
2018-03-22 Andreas ArnezMake "info proc cmdline" show args on GNU/Linux
2018-03-19 Tom TromeyConvert observers to C++
2018-03-07 Tom TromeyReturn gdb::optional<std::string> from target_fileio_re...
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-04 Sergio LopezImplement 'set dump-excluded-mappings' command
2017-11-04 Tom TromeyRemove cleanups from linux-tdep.c
2017-10-25 Yao Qis/get_regcache_arch (regcache)/regcache->arch ()/g
2017-10-16 Tom TromeyReturn unique_xmalloc_ptr from target_fileio_read_stralloc
2017-10-11 Maciej W. RozyckiGDB: Remove Linux core PRPSINFO note writer override
2017-09-27 Ulrich WeigandMake init_type/arch_type take a size in bits
2017-09-11 Tom TromeyRename _const functions to use overloading instead
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-09-04 Pedro AlvesStop assuming no-debug-info functions return int
2017-08-18 Tom TromeyRemove save_inferior_ptid
2017-07-07 John BaldwinAdd a new gdbarch method to fetch signal information...
2017-06-27 Pedro AlvesEliminate make_cleanup_obstack_free, introduce auto_obstack
2017-06-07 Pedro AlvesIntroduce compiled_regex, eliminate make_regfree_cleanup
2017-04-05 Pedro Alves-Wwrite-strings: Constify target_pid_to_str and target_...
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-08-22 Pedro AlvesFix PR gdb/20505 - Make vDSO detection work with core...
2016-05-24 Pedro Alves[Linux] Read vDSO range from /proc/PID/task/PID/maps...
2016-05-08 Trevor Saundersremove trivialy unused variables
2016-04-21 Pedro AlvesAdd missing sentinel 'char *' casts in concat/reconcat...
2016-03-15 Pedro AlvesFix PR gdb/19676: Disable displaced stepping if /proc...
2016-02-02 Walfred TedeschiAdd bound related fields to the siginfo structure
2016-02-02 Walfred TedeschiUse linux_get_siginfo_type_with_fields for x86
2016-02-02 Walfred TedeschiPreparation for new siginfo on Linux
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-11-24 Pedro AlvesLinux: dump the signalled thread first
2015-11-17 Pedro AlvesType-safe wrapper for enum flags
2015-10-09 Simon MarchiAdd two callback data casts
2015-09-25 Simon MarchiAdd some more casts (1/2)
2015-09-25 Simon MarchiAdd casts to memory allocation related calls
2015-07-15 Jan KratochvilRevert the previous 7 commits of: Validate binary befor...
2015-07-15 Jan KratochvilMove linux_find_memory_regions_full & co.
2015-07-15 Jan KratochvilPrepare linux_find_memory_regions_full & co. for move
2015-06-24 Yao QiCall set_gdbarch_get_siginfo_type in linux_init_abi
2015-06-15 Jan KratochvilCode cleanup: Rename enum -> enum filterflags
2015-06-10 Gary BensonAdd "inferior" argument to some target_fileio functions
2015-06-03 Jan Kratochvilcompile: Use also inferior munmap
2015-05-15 Pedro AlvesAvoid using 'private' C++ keyword as symbol
2015-04-10 Pedro AlvesPR13858 - Can't do displaced stepping with no symbols
2015-04-07 Sergio Durigan JuniorInitialize variable on gdb/linux-tdep.c:decode_vmflags
2015-03-31 Sergio Durigan JuniorImplement support for checking /proc/PID/coredump_filter
2015-03-07 Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-16 Yao QiReplace ARG_MAX with ARG_LAST
2014-12-12 Jan Kratochviladd linux_infcall_mmap
2014-10-10 Pedro AlvesCache the vsyscall/vDSO range per-inferior
2014-10-10 Pedro AlvesSplit vDSO range lookup to a gdbarch hook
next