summaryrefslogtreecommitdiff
path: root/gdb/nto-procfs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove args from target detachSimon Marchi2018-01-191-6/+2
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Create private_thread_info hierarchySimon Marchi2017-11-241-22/+8
* Constify add_infoTom Tromey2017-11-071-2/+2
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-1/+1
* Remove make_cleanup_restore_target_terminalTom Tromey2017-09-201-1/+1
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* C++-fy and prepare for sharing fork_inferiorSergio Durigan Junior2017-04-121-4/+5
* Use ptid from regcache in almost all remaining nat filesSimon Marchi2017-03-201-3/+4
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Consolidate target_mourn_inferior between GDB and gdbserverSergio Durigan Junior2016-09-191-2/+2
* gdb: Use std::min and std::max throughoutPedro Alves2016-09-161-2/+2
* Plumb enum remove_bp_reason all the way to target_remove_breakpointPedro Alves2016-08-101-1/+2
* Factor out "Detaching from program" message printingPedro Alves2016-07-011-9/+2
* Do target_terminal_ours in query & friends instead of in all callersPedro Alves2016-04-121-4/+0
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* [nto] Fix nto target stopped by watchpoint.Aleksandar Ristovski2015-10-211-1/+20
* [nto] Implement procfs_pid_to_exec_file.Aleksandar Ristovski2015-10-201-0/+28
* [nto] Implement TARGET_OBJECT_AUXV.Aleksandar Ristovski2015-10-201-0/+34
* [nto] Fixes for nto procfs.Aleksandar Ristovski2015-10-201-25/+38