aboutsummaryrefslogtreecommitdiff
path: root/gdb/nto-procfs.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-10gdb: remove target_gdbarchSimon Marchi1-2/+3
2023-04-04gdb: make find_thread_ptid a process_stratum_target methodSimon Marchi1-3/+3
2023-02-27Tweak "Using the running image of ..." outputPedro Alves1-1/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-11-27Use false/true for some inferior class members instead of 0/1Philippe Waroquiers1-2/+2
2022-05-13Constify target_pid_to_exec_fileTom Tromey1-2/+2
2022-03-29Unify gdb printf functionsTom Tromey1-45/+45
2022-01-06Introduce target_announce_attachTom Tromey1-10/+1
2022-01-05Use filtered output in files_info implementationsTom Tromey1-4/+4
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-10-21gdb, gdbserver: make target_waitstatus safeSimon Marchi1-25/+12
2021-05-27gdb: fix tab after space indentation issuesSimon Marchi1-1/+1
2021-03-23gdb: remove target_is_pushed free functionSimon Marchi1-2/+2
2021-03-23gdb: remove push_target free functionsSimon Marchi1-2/+2
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-3/+3
2020-10-29Remove symfile_objfile macroTom Tromey1-1/+2
2020-10-29Remove the exec_bfd macroTom Tromey1-2/+2
2020-09-18Make target_wait options use enum flagsTom Tromey1-2/+2
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