aboutsummaryrefslogtreecommitdiff
path: root/gdb/linux-tdep.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-04-18Change get_objfile_arch to a method on objfileTom Tromey1-2/+2
2020-03-20Avoid stringop-truncation errorsTom Tromey1-2/+2
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-10Multi-target supportPedro Alves1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-06Use strtok_r instead of strtokChristian Biesinger1-2/+3
2019-09-20Remove Cell Broadband Engine debugging supportUlrich Weigand1-72/+0
2019-09-19bfd_section_* macrosAlan Modra1-1/+1
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-2/+2
2019-07-09Rename common to gdbsupportTom Tromey1-2/+2
2019-05-08Convert linux-tdep.c to type-safe registry APITom Tromey1-31/+8
2019-04-25Implement dump of mappings with ELF headers by gcoreSergio Durigan Junior1-13/+60
2019-04-08Rename gdb exception typesTom Tromey1-1/+1
2019-04-08Rewrite TRY/CATCHTom Tromey1-3/+2
2019-03-25Add linux_get_hwcapAlan Hayward1-0/+22