summaryrefslogtreecommitdiff
path: root/gdb/nto-procfs.c
AgeCommit message (Expand)Author
2022-05-13Constify target_pid_to_exec_fileTom Tromey
2022-03-29Unify gdb printf functionsTom Tromey
2022-01-06Introduce target_announce_attachTom Tromey
2022-01-05Use filtered output in files_info implementationsTom Tromey
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-10-21gdb, gdbserver: make target_waitstatus safeSimon Marchi
2021-05-27gdb: fix tab after space indentation issuesSimon Marchi
2021-03-23gdb: remove target_is_pushed free functionSimon Marchi
2021-03-23gdb: remove push_target free functionsSimon Marchi
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi
2020-10-29Remove symfile_objfile macroTom Tromey
2020-10-29Remove the exec_bfd macroTom Tromey
2020-09-18Make target_wait options use enum flagsTom Tromey
2020-06-27Make {get,set}_inferior_io_terminal inferior methodsPedro Alves
2020-06-18Don't write to inferior_ptid in nto-procfs.cPedro Alves
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi
2020-01-10Multi-target supportPedro Alves
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-12-16Constify get_exec_fileTom Tromey
2019-11-26Use safe_strerror instead of strerror where possibleChristian Biesinger
2019-10-17[gdb] Fix typos in commentsTom de Vries
2019-07-09Rename common to gdbsupportTom Tromey
2019-03-13Change pid_to_str to return std::stringTom Tromey
2019-03-05Remove excess calls to gdb_flushTom Tromey
2019-01-24target_pass_signals/target_program_signals: Use gdb::array_viewPedro Alves
2019-01-14Constify target_pass_signals and target_program_signalsTom Tromey
2019-01-01Update copyright year range in all GDB files.Joel Brobecker
2018-11-22Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves
2018-09-16Use GNU style for metasyntactic variables in gdbTom Tromey
2018-08-31Eliminate target_have_continuable_watchpointPedro Alves
2018-07-03Remove ptid_equalTom Tromey
2018-07-03Remove ptid_get_tidTom Tromey
2018-07-03Remove ptid_get_pidTom Tromey
2018-07-03Remove pid_to_ptidTom Tromey
2018-07-03Remove ptid_buildTom Tromey
2018-06-10Fix some missed "beneath" conversionsTom Tromey
2018-05-30Remove regcache_raw_collectSimon Marchi
2018-05-30Remove regcache_get_ptidSimon Marchi
2018-05-04Remove do_closedir_cleanupTom Tromey
2018-05-03target factories, target open and multiple instances of targetsPedro Alves
2018-05-03target_ops: Use bool throughoutPedro Alves
2018-05-03Convert struct target_ops to C++Pedro Alves
2018-03-08Use scoped_fd in more placesTom Tromey
2018-01-30Per-inferior target_terminal state, fix PR gdb/13211, morePedro Alves
2018-01-19Pass inferior down to target_detach and to_detachSimon Marchi
2018-01-19Remove args from target detachSimon Marchi
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-11-24Create private_thread_info hierarchySimon Marchi
2017-11-07Constify add_infoTom Tromey