aboutsummaryrefslogtreecommitdiff
path: root/gdb/nto-procfs.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-27Make {get,set}_inferior_io_terminal inferior methodsPedro Alves1-5/+5
2020-06-18Don't write to inferior_ptid in nto-procfs.cPedro Alves1-12/+12
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-10Multi-target supportPedro Alves1-1/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-16Constify get_exec_fileTom Tromey1-3/+2
2019-11-26Use safe_strerror instead of strerror where possibleChristian Biesinger1-1/+1
2019-10-17[gdb] Fix typos in commentsTom de Vries1-1/+1
2019-07-09Rename common to gdbsupportTom Tromey1-2/+2
2019-03-13Change pid_to_str to return std::stringTom Tromey1-10/+7
2019-03-05Remove excess calls to gdb_flushTom Tromey1-2/+0
2019-01-24target_pass_signals/target_program_signals: Use gdb::array_viewPedro Alves1-4/+4
2019-01-14Constify target_pass_signals and target_program_signalsTom Tromey1-2/+3
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-22Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves1-2/+0
2018-09-16Use GNU style for metasyntactic variables in gdbTom Tromey1-1/+1
2018-08-31Eliminate target_have_continuable_watchpointPedro Alves1-3/+0
2018-07-03Remove ptid_equalTom Tromey1-5/+5
2018-07-03Remove ptid_get_tidTom Tromey1-3/+3
2018-07-03Remove ptid_get_pidTom Tromey1-11/+11
2018-07-03Remove pid_to_ptidTom Tromey1-4/+4
2018-07-03Remove ptid_buildTom Tromey1-3/+3
2018-06-10Fix some missed "beneath" conversionsTom Tromey1-3/+3
2018-05-30Remove regcache_raw_collectSimon Marchi1-1/+1
2018-05-30Remove regcache_get_ptidSimon Marchi1-2/+2
2018-05-04Remove do_closedir_cleanupTom Tromey1-20/+4
2018-05-03target factories, target open and multiple instances of targetsPedro Alves1-17/+21
2018-05-03target_ops: Use bool throughoutPedro Alves1-8/+9
2018-05-03Convert struct target_ops to C++Pedro Alves1-159/+173
2018-03-08Use scoped_fd in more placesTom Tromey1-19/+13
2018-01-30Per-inferior target_terminal state, fix PR gdb/13211, morePedro Alves1-2/+2
2018-01-19Pass inferior down to target_detach and to_detachSimon Marchi1-1/+1
2018-01-19Remove args from target detachSimon Marchi1-6/+2
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-24Create private_thread_info hierarchySimon Marchi1-22/+8
2017-11-07Constify add_infoTom Tromey1-2/+2
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-1/+1
2017-09-20Remove make_cleanup_restore_target_terminalTom Tromey1-1/+1
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-04-12C++-fy and prepare for sharing fork_inferiorSergio Durigan Junior1-4/+5
2017-03-20Use ptid from regcache in almost all remaining nat filesSimon Marchi1-3/+4
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-09-19Consolidate target_mourn_inferior between GDB and gdbserverSergio Durigan Junior1-2/+2
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves1-2/+2
2016-08-10Plumb enum remove_bp_reason all the way to target_remove_breakpointPedro Alves1-1/+2
2016-07-01Factor out "Detaching from program" message printingPedro Alves1-9/+2
2016-04-12Do target_terminal_ours in query & friends instead of in all callersPedro Alves1-4/+0
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-21[nto] Fix nto target stopped by watchpoint.Aleksandar Ristovski1-1/+20
2015-10-20[nto] Implement procfs_pid_to_exec_file.Aleksandar Ristovski1-0/+28