aboutsummaryrefslogtreecommitdiff
path: root/gdb/linux-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-23Document the memory_tagged argument for memory region callbacksLuis Machado1-1/+4
2022-10-18gdb, gdbserver: support dlmopen()Markus Metzger1-0/+2
2022-10-11gdb: fix auxv cachingSimon Marchi1-16/+42
2022-09-21gdbsupport: convert FILEIO_* macros to an enumSimon Marchi1-1/+1
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi1-12/+12
2022-09-21gdb: add type::target_type / type::set_target_typeSimon Marchi1-3/+3
2022-08-04Use registry in gdbarchTom Tromey1-14/+8
2022-07-28Rewrite registry.hTom Tromey1-1/+1
2022-07-19[AArch64] MTE corefile supportLuis Machado1-4/+35
2022-03-29Unify gdb printf functionsTom Tromey1-124/+124
2022-03-29Unify gdb puts functionsTom Tromey1-1/+1
2022-03-21gdb: Add soname to build-id mapping for core filesAaron Merey1-1/+23
2022-02-24gdb/linux-tdep: move "Perms" column rightSimon Marchi1-10/+12
2022-02-24gdb/linux-tdep: make read_mapping return a structureSimon Marchi1-52/+57
2022-02-23gdb/linux-tdep.c: Add Perms to the 'info proc mappings' outputDominik 'Disconnect3d' Czarnota1-8/+8
2022-01-18Move gdb_regex to gdbsupportTom Tromey1-1/+1
2022-01-18Move gdb obstack code to gdbsupportTom Tromey1-1/+1
2022-01-08Add _sigsys info to siginfo structHannes Domani1-0/+7
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-11-16gdb: Add aliases for read_core_file_mappings callbacksAaron Merey1-12/+7
2021-08-17gdb: Don't assume r_ldsomap when r_version > 1 on LinuxH.J. Lu1-0/+60
2021-07-23gdb: make inferior::m_args an std::stringSimon Marchi1-3/+3
2021-07-23gdb: add setter/getter for inferior argumentsSimon Marchi1-2/+1
2021-07-12gdb: make thread_info::suspend private, add getters / settersSimon Marchi1-1/+1
2021-04-24gdbsupport, gdb: give names to observersSimon Marchi1-3/+6
2021-03-24gdb: remove current_top_target functionSimon Marchi1-8/+13
2021-03-24Refactor parsing of /proc/<pid>/smapsLuis Machado1-122/+235
2021-03-24Convert char array to std::string in linux_find_memory_regions_fullLuis Machado1-11/+14
2021-03-05gdb: write target description into core fileAndrew Burgess1-0/+3
2021-03-05gdb: unify parts of the Linux and FreeBSD core dumping codeAndrew Burgess1-134/+9
2021-02-09gdb: revert "gdb: unify parts of the Linux and FreeBSD core dumping code"Andrew Burgess1-7/+134
2021-02-01gdb: unify parts of the Linux and FreeBSD core dumping codeAndrew Burgess1-134/+7
2021-01-26bfd: add elfcore_write_file_noteMihails Strasuns1-5/+3
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-04gdb: make displaced stepping implementation capable of managing multiple buffersSimon Marchi1-18/+36
2020-12-04gdb: change linux gdbarch data from post to pre-initSimon Marchi1-3/+3
2020-12-04gdb: move displaced stepping logic to gdbarch, allow starting concurrent disp...Simon Marchi1-1/+75
2020-12-04gdb: pass inferior to get_linux_inferior_dataSimon Marchi1-6/+4
2020-11-19gdb: remove `other` parameter in read_core_file_mappings parameterSimon Marchi1-4/+3
2020-11-18Squash coverity warning for REVERSE_INULL in dump_note_entry_pKeith Seitz1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-15/+15
2020-10-21gdb: make gdbarch_make_corefile_notes return a unique ptrSimon Marchi1-67/+80
2020-09-28Remove target_has_execution macroTom Tromey1-2/+2
2020-09-14gdb: add type::target_is_stub / type::set_target_is_stubSimon Marchi1-3/+3
2020-07-22gcore command: Place all file-backed mappings in NT_FILE noteKevin Buettner1-4/+37
2020-07-22Use NT_FILE note section for reading core target memoryKevin Buettner1-67/+136
2020-06-18gcore, handle exited threads betterPedro Alves1-27/+33
2020-06-18Don't write to inferior_ptid in linux_get_siginfo_dataPedro Alves1-2/+2
2020-06-15Remove a use of target_read_stringTom Tromey1-9/+3
2020-05-16gdb: add type::name / type::set_nameSimon Marchi1-2/+2