summaryrefslogtreecommitdiff
path: root/gdb/linux-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: pass execing and following inferior to inferior_execd observersSimon Marchi2023-04-171-1/+9
* displaced step: pass down target_waitstatus instead of gdb_signalPedro Alves2023-03-271-2/+3
* Unify arch_integer_type and init_integer_typeTom Tromey2023-03-181-5/+6
* Remove arch_typeTom Tromey2023-03-181-7/+11
* gdb: add gdbarch::displaced_step_buffer_lengthAndrew Burgess2023-03-131-1/+1
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Document the memory_tagged argument for memory region callbacksLuis Machado2022-11-231-1/+4
* gdb, gdbserver: support dlmopen()Markus Metzger2022-10-181-0/+2
* gdb: fix auxv cachingSimon Marchi2022-10-111-16/+42
* gdbsupport: convert FILEIO_* macros to an enumSimon Marchi2022-09-211-1/+1
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-12/+12
* gdb: add type::target_type / type::set_target_typeSimon Marchi2022-09-211-3/+3
* Use registry in gdbarchTom Tromey2022-08-041-14/+8
* Rewrite registry.hTom Tromey2022-07-281-1/+1
* [AArch64] MTE corefile supportLuis Machado2022-07-191-4/+35
* Unify gdb printf functionsTom Tromey2022-03-291-124/+124
* Unify gdb puts functionsTom Tromey2022-03-291-1/+1
* gdb: Add soname to build-id mapping for core filesAaron Merey2022-03-211-1/+23
* gdb/linux-tdep: move "Perms" column rightSimon Marchi2022-02-241-10/+12
* gdb/linux-tdep: make read_mapping return a structureSimon Marchi2022-02-241-52/+57
* gdb/linux-tdep.c: Add Perms to the 'info proc mappings' outputDominik 'Disconnect3d' Czarnota2022-02-231-8/+8
* Move gdb_regex to gdbsupportTom Tromey2022-01-181-1/+1
* Move gdb obstack code to gdbsupportTom Tromey2022-01-181-1/+1
* Add _sigsys info to siginfo structHannes Domani2022-01-081-0/+7
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: Add aliases for read_core_file_mappings callbacksAaron Merey2021-11-161-12/+7
* gdb: Don't assume r_ldsomap when r_version > 1 on LinuxH.J. Lu2021-08-171-0/+60
* gdb: make inferior::m_args an std::stringSimon Marchi2021-07-231-3/+3
* gdb: add setter/getter for inferior argumentsSimon Marchi2021-07-231-2/+1
* gdb: make thread_info::suspend private, add getters / settersSimon Marchi2021-07-121-1/+1
* gdbsupport, gdb: give names to observersSimon Marchi2021-04-241-3/+6
* gdb: remove current_top_target functionSimon Marchi2021-03-241-8/+13
* Refactor parsing of /proc/<pid>/smapsLuis Machado2021-03-241-122/+235
* Convert char array to std::string in linux_find_memory_regions_fullLuis Machado2021-03-241-11/+14
* gdb: write target description into core fileAndrew Burgess2021-03-051-0/+3
* gdb: unify parts of the Linux and FreeBSD core dumping codeAndrew Burgess2021-03-051-134/+9
* gdb: revert "gdb: unify parts of the Linux and FreeBSD core dumping code"Andrew Burgess2021-02-091-7/+134
* gdb: unify parts of the Linux and FreeBSD core dumping codeAndrew Burgess2021-02-011-134/+7
* bfd: add elfcore_write_file_noteMihails Strasuns2021-01-261-5/+3
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb: make displaced stepping implementation capable of managing multiple buffersSimon Marchi2020-12-041-18/+36
* gdb: change linux gdbarch data from post to pre-initSimon Marchi2020-12-041-3/+3
* gdb: move displaced stepping logic to gdbarch, allow starting concurrent disp...Simon Marchi2020-12-041-1/+75
* gdb: pass inferior to get_linux_inferior_dataSimon Marchi2020-12-041-6/+4
* gdb: remove `other` parameter in read_core_file_mappings parameterSimon Marchi2020-11-191-4/+3
* Squash coverity warning for REVERSE_INULL in dump_note_entry_pKeith Seitz2020-11-181-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-15/+15
* gdb: make gdbarch_make_corefile_notes return a unique ptrSimon Marchi2020-10-211-67/+80
* Remove target_has_execution macroTom Tromey2020-09-281-2/+2
* gdb: add type::target_is_stub / type::set_target_is_stubSimon Marchi2020-09-141-3/+3