summaryrefslogtreecommitdiff
path: root/gdb/linux-tdep.c
AgeCommit message (Expand)Author
2022-02-24gdb/linux-tdep: move "Perms" column rightSimon Marchi
2022-02-24gdb/linux-tdep: make read_mapping return a structureSimon Marchi
2022-02-23gdb/linux-tdep.c: Add Perms to the 'info proc mappings' outputDominik 'Disconnect3d' Czarnota
2022-01-18Move gdb_regex to gdbsupportTom Tromey
2022-01-18Move gdb obstack code to gdbsupportTom Tromey
2022-01-08Add _sigsys info to siginfo structHannes Domani
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-11-16gdb: Add aliases for read_core_file_mappings callbacksAaron Merey
2021-08-17gdb: Don't assume r_ldsomap when r_version > 1 on LinuxH.J. Lu
2021-07-23gdb: make inferior::m_args an std::stringSimon Marchi
2021-07-23gdb: add setter/getter for inferior argumentsSimon Marchi
2021-07-12gdb: make thread_info::suspend private, add getters / settersSimon Marchi
2021-04-24gdbsupport, gdb: give names to observersSimon Marchi
2021-03-24gdb: remove current_top_target functionSimon Marchi
2021-03-24Refactor parsing of /proc/<pid>/smapsLuis Machado
2021-03-24Convert char array to std::string in linux_find_memory_regions_fullLuis Machado
2021-03-05gdb: write target description into core fileAndrew Burgess
2021-03-05gdb: unify parts of the Linux and FreeBSD core dumping codeAndrew Burgess
2021-02-09gdb: revert "gdb: unify parts of the Linux and FreeBSD core dumping code"Andrew Burgess
2021-02-01gdb: unify parts of the Linux and FreeBSD core dumping codeAndrew Burgess
2021-01-26bfd: add elfcore_write_file_noteMihails Strasuns
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-12-04gdb: make displaced stepping implementation capable of managing multiple buffersSimon Marchi
2020-12-04gdb: change linux gdbarch data from post to pre-initSimon Marchi
2020-12-04gdb: move displaced stepping logic to gdbarch, allow starting concurrent disp...Simon Marchi
2020-12-04gdb: pass inferior to get_linux_inferior_dataSimon Marchi
2020-11-19gdb: remove `other` parameter in read_core_file_mappings parameterSimon Marchi
2020-11-18Squash coverity warning for REVERSE_INULL in dump_note_entry_pKeith Seitz
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi
2020-10-21gdb: make gdbarch_make_corefile_notes return a unique ptrSimon Marchi
2020-09-28Remove target_has_execution macroTom Tromey
2020-09-14gdb: add type::target_is_stub / type::set_target_is_stubSimon Marchi
2020-07-22gcore command: Place all file-backed mappings in NT_FILE noteKevin Buettner
2020-07-22Use NT_FILE note section for reading core target memoryKevin Buettner
2020-06-18gcore, handle exited threads betterPedro Alves
2020-06-18Don't write to inferior_ptid in linux_get_siginfo_dataPedro Alves
2020-06-15Remove a use of target_read_stringTom Tromey
2020-05-16gdb: add type::name / type::set_nameSimon Marchi
2020-04-18Change get_objfile_arch to a method on objfileTom Tromey
2020-03-20Avoid stringop-truncation errorsTom Tromey
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi
2020-01-10Multi-target supportPedro Alves
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-11-06Use strtok_r instead of strtokChristian Biesinger
2019-09-20Remove Cell Broadband Engine debugging supportUlrich Weigand
2019-09-19bfd_section_* macrosAlan Modra
2019-09-18Change boolean options to bool instead of intChristian Biesinger
2019-07-09Rename common to gdbsupportTom Tromey
2019-05-08Convert linux-tdep.c to type-safe registry APITom Tromey
2019-04-25Implement dump of mappings with ELF headers by gcoreSergio Durigan Junior