summaryrefslogtreecommitdiff
path: root/gdb/nto-procfs.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: make find_thread_ptid a process_stratum_target methodSimon Marchi2023-04-041-3/+3
* Tweak "Using the running image of ..." outputPedro Alves2023-02-271-1/+1
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Use false/true for some inferior class members instead of 0/1Philippe Waroquiers2022-11-271-2/+2
* Constify target_pid_to_exec_fileTom Tromey2022-05-131-2/+2
* Unify gdb printf functionsTom Tromey2022-03-291-45/+45
* Introduce target_announce_attachTom Tromey2022-01-061-10/+1
* Use filtered output in files_info implementationsTom Tromey2022-01-051-4/+4
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb, gdbserver: make target_waitstatus safeSimon Marchi2021-10-211-25/+12
* gdb: fix tab after space indentation issuesSimon Marchi2021-05-271-1/+1
* gdb: remove target_is_pushed free functionSimon Marchi2021-03-231-2/+2
* gdb: remove push_target free functionsSimon Marchi2021-03-231-2/+2
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-3/+3
* Remove symfile_objfile macroTom Tromey2020-10-291-1/+2
* Remove the exec_bfd macroTom Tromey2020-10-291-2/+2
* Make target_wait options use enum flagsTom Tromey2020-09-181-2/+2
* Make {get,set}_inferior_io_terminal inferior methodsPedro Alves2020-06-271-5/+5
* Don't write to inferior_ptid in nto-procfs.cPedro Alves2020-06-181-12/+12
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Multi-target supportPedro Alves2020-01-101-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Constify get_exec_fileTom Tromey2019-12-161-3/+2
* Use safe_strerror instead of strerror where possibleChristian Biesinger2019-11-261-1/+1
* [gdb] Fix typos in commentsTom de Vries2019-10-171-1/+1
* Rename common to gdbsupportTom Tromey2019-07-091-2/+2
* Change pid_to_str to return std::stringTom Tromey2019-03-131-10/+7
* Remove excess calls to gdb_flushTom Tromey2019-03-051-2/+0
* target_pass_signals/target_program_signals: Use gdb::array_viewPedro Alves2019-01-241-4/+4
* Constify target_pass_signals and target_program_signalsTom Tromey2019-01-141-2/+3
* 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-2/+0
* Use GNU style for metasyntactic variables in gdbTom Tromey2018-09-161-1/+1
* Eliminate target_have_continuable_watchpointPedro Alves2018-08-311-3/+0
* Remove ptid_equalTom Tromey2018-07-031-5/+5
* Remove ptid_get_tidTom Tromey2018-07-031-3/+3
* Remove ptid_get_pidTom Tromey2018-07-031-11/+11
* Remove pid_to_ptidTom Tromey2018-07-031-4/+4
* Remove ptid_buildTom Tromey2018-07-031-3/+3
* Fix some missed "beneath" conversionsTom Tromey2018-06-101-3/+3
* Remove regcache_raw_collectSimon Marchi2018-05-301-1/+1
* Remove regcache_get_ptidSimon Marchi2018-05-301-2/+2
* Remove do_closedir_cleanupTom Tromey2018-05-041-20/+4
* target factories, target open and multiple instances of targetsPedro Alves2018-05-031-17/+21
* target_ops: Use bool throughoutPedro Alves2018-05-031-8/+9
* Convert struct target_ops to C++Pedro Alves2018-05-031-159/+173
* Use scoped_fd in more placesTom Tromey2018-03-081-19/+13
* Per-inferior target_terminal state, fix PR gdb/13211, morePedro Alves2018-01-301-2/+2
* Pass inferior down to target_detach and to_detachSimon Marchi2018-01-191-1/+1