summaryrefslogtreecommitdiff
path: root/gdb/linux-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gcore command: Place all file-backed mappings in NT_FILE noteKevin Buettner2020-07-221-4/+37
* Use NT_FILE note section for reading core target memoryKevin Buettner2020-07-221-67/+136
* gcore, handle exited threads betterPedro Alves2020-06-181-27/+33
* Don't write to inferior_ptid in linux_get_siginfo_dataPedro Alves2020-06-181-2/+2
* Remove a use of target_read_stringTom Tromey2020-06-151-9/+3
* gdb: add type::name / type::set_nameSimon Marchi2020-05-161-2/+2
* Change get_objfile_arch to a method on objfileTom Tromey2020-04-181-2/+2
* Avoid stringop-truncation errorsTom Tromey2020-03-201-2/+2
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Multi-target supportPedro Alves2020-01-101-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Use strtok_r instead of strtokChristian Biesinger2019-11-061-2/+3
* Remove Cell Broadband Engine debugging supportUlrich Weigand2019-09-201-72/+0
* bfd_section_* macrosAlan Modra2019-09-191-1/+1
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-2/+2
* Rename common to gdbsupportTom Tromey2019-07-091-2/+2
* Convert linux-tdep.c to type-safe registry APITom Tromey2019-05-081-31/+8
* Implement dump of mappings with ELF headers by gcoreSergio Durigan Junior2019-04-251-13/+60
* Rename gdb exception typesTom Tromey2019-04-081-1/+1
* Rewrite TRY/CATCHTom Tromey2019-04-081-3/+2
* Add linux_get_hwcapAlan Hayward2019-03-251-0/+22
* Change pid_to_str to return std::stringTom Tromey2019-03-131-7/+2
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves2018-11-221-4/+2
* Use gdb:array_view in call_function_by_hand & friendsPedro Alves2018-11-211-2/+2
* [gdb] Fix gdb crash when reading core fileTom de Vries2018-11-061-6/+6
* Zero-initialize linux note sectionsPedro Franco de Carvalho2018-10-261-6/+8
* Avoid shadowing in linux-tdep.cTom Tromey2018-10-041-1/+2
* Simple -Wshadow=local fixesTom Tromey2018-10-041-4/+4
* Change get_inferior_args to return const char *Tom Tromey2018-09-151-1/+1